From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Steve Wen Newsgroups: gmane.emacs.bugs Subject: makeinfo version check when compiling emacs-cvs Date: Wed, 10 Oct 2007 11:12:27 +0800 Message-ID: <87sl4j1x44.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1192015010 17395 80.91.229.12 (10 Oct 2007 11:16:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 10 Oct 2007 11:16:50 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Oct 10 13:16:48 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IfZYU-0006UE-T2 for geb-bug-gnu-emacs@m.gmane.org; Wed, 10 Oct 2007 13:16:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IfZYP-0007ux-1k for geb-bug-gnu-emacs@m.gmane.org; Wed, 10 Oct 2007 07:16:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IfRzt-0002Iy-E0 for bug-gnu-emacs@gnu.org; Tue, 09 Oct 2007 23:12:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IfRzm-0002F3-Eb for bug-gnu-emacs@gnu.org; Tue, 09 Oct 2007 23:12:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IfRzm-0002Es-9U for bug-gnu-emacs@gnu.org; Tue, 09 Oct 2007 23:12:26 -0400 Original-Received: from rv-out-0910.google.com ([209.85.198.189]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IfRzm-0007kW-3g for bug-gnu-emacs@gnu.org; Tue, 09 Oct 2007 23:12:26 -0400 Original-Received: by rv-out-0910.google.com with SMTP id c27so60382rvf for ; Tue, 09 Oct 2007 20:12:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:from:to:subject:date:message-id:user-agent:mime-version:content-type; bh=CdB6sPFDXu1VIeHELlJeFG0BHuEZ/8F9KUCpzRPzL14=; b=W0RuWryMSkCcMFyZYsdzVPeNMbXnUU8jCYOrNgsVMB8FuJut3rjKMv/uPpZ8ijQ6vL8kdknjvCs2bxkaB/PmTktWiogr/gQRTynxqGvLbMGAI3zF3a76AY8cGw7ojNZBmP2zVXsGrXso8jGH4T6Qjid4I6nt83/3Er5Dy0Rqou0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:to:subject:date:message-id:user-agent:mime-version:content-type; b=QZXwaW6sx9iTcdk+c7MsZ5aoSClw7jNgI/6C4POLOtTArB4bywW4KvBnD+gnMcXG7eF8BwrHC3IlpBUEKG0tnf5EJXv9KBOBEjsY1QVoyClttS9s2WLC3R8C3WULvszgf08789TEX7XD4xGeatV6R/9Bn8qvHO53YJNfA4Ya/R4= Original-Received: by 10.114.52.1 with SMTP id z1mr220083waz.1191985944104; Tue, 09 Oct 2007 20:12:24 -0700 (PDT) Original-Received: from grayfox ( [219.140.60.14]) by mx.google.com with ESMTPS id f20sm292169waf.2007.10.09.20.12.22 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 09 Oct 2007 20:12:23 -0700 (PDT) Original-Received: by grayfox (Postfix, from userid 1000) id 6E6416A1F; Wed, 10 Oct 2007 11:12:28 +0800 (CST) User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.0 (gnu/linux) X-Detected-Kernel: Linux 2.6 (newer, 2) X-Mailman-Approved-At: Wed, 10 Oct 2007 07:16:31 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:16717 Archived-At: Hi, I compiled emacs cvs unicode-2 branch today, and found the configure progress cannot continue because a error says I'm not having texinfo >=4.6, although it is 4.11 installed here. I looked into the code in configure and fix it with these: --8<---------------cut here---------------start------------->8--- --- old/configure 2007-08-29 13:03:31.000000000 +0800 +++ new/configure 2007-10-10 11:00:15.000000000 +0800 @@ -5404,7 +5404,7 @@ if test "$MAKEINFO" != "no" && \ - test x"`$MAKEINFO --version 2> /dev/null | $EGREP 'texinfo[^0-9]*([5-9]|4\.[6-9])'`" = x; then + test x"`$MAKEINFO --version 2> /dev/null | $EGREP 'texinfo[^0-9]*([5-9]|4\.([6-9]|[1-9][0-9]))'`" = x; then MAKEINFO=no fi --8<---------------cut here---------------end--------------->8--- I'm not sure is it a bug or something, if it is, please fix it, thanks. -- Regards, Steve Wen (GPG Key: C3505BB6)