From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: CVS HEAD: configure: error: makeinfo >= 4.6 is required on Mac OS X Date: Fri, 14 Sep 2007 22:00:35 +0300 Message-ID: References: <6dbd4d000709140937o5785b899wa7b4ff58d603bd87@mail.gmail.com> <87r6l1t9i2.fsf@ambire.localdomain> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1189796478 22330 80.91.229.12 (14 Sep 2007 19:01:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 14 Sep 2007 19:01:18 +0000 (UTC) Cc: rgm@gnu.org, dbueno@gmail.com, emacs-devel@gnu.org To: Thien-Thi Nguyen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 14 21:00:56 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IWGPI-00015v-64 for ged-emacs-devel@m.gmane.org; Fri, 14 Sep 2007 21:00:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IWGPH-00005m-BX for ged-emacs-devel@m.gmane.org; Fri, 14 Sep 2007 15:00:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IWGPE-0008Vk-CD for emacs-devel@gnu.org; Fri, 14 Sep 2007 15:00:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IWGPC-0008S0-Hv for emacs-devel@gnu.org; Fri, 14 Sep 2007 15:00:43 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IWGPC-0008Ro-E7 for emacs-devel@gnu.org; Fri, 14 Sep 2007 15:00:42 -0400 Original-Received: from nitzan.inter.net.il ([213.8.233.22]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IWGP8-0000ZH-6q; Fri, 14 Sep 2007 15:00:38 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-84-228-43-135.inter.net.il [84.228.43.135]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id HUL74892 (AUTH halo1); Fri, 14 Sep 2007 21:57:53 +0300 (IDT) In-reply-to: <87r6l1t9i2.fsf@ambire.localdomain> (message from Thien-Thi Nguyen on Fri, 14 Sep 2007 19:57:57 +0200) X-Detected-Kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:78907 Archived-At: > From: Thien-Thi Nguyen > Date: Fri, 14 Sep 2007 19:57:57 +0200 > Cc: Denis Bueno , > "Emacs Dev \[emacs-devel\]" > > i see that "grep @indent man/*.texi" yields nine hits. > so how about replacing the version check, like so: > > + echo @indent > conftest.texi > + if test "$MAKEINFO" != "no" ; then > + test $MAKEINFO conftest.texi >dev/null 2>&1 || MAKEINFO=no > + fi > + rm -f conftest.texi > > such a construct is more in line w/ autoconf usage philosophy > (ie, don't check version; check desired features directly). Not good enough: we also use the --enable-encoding command-line switch to makeinfo. It was also introduced in Texinfo 4.6.