emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CVS HEAD: configure: error: makeinfo >= 4.6 is required on Mac OS X


From: Thien-Thi Nguyen
Subject: Re: CVS HEAD: configure: error: makeinfo >= 4.6 is required on Mac OS X
Date: Fri, 14 Sep 2007 21:41:34 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux)

() Eli Zaretskii <address@hidden>
() Fri, 14 Sep 2007 22:00:35 +0300

   also use the --enable-encoding command-line switch

ok, here's a revised sketch:

+ echo @documentencoding ISO-8859-1 > conftest.texi
+ echo @indent >> conftest.texi
+ if test "$MAKEINFO" != "no" ; then
+    if $MAKEINFO --enable-encoding conftest.texi >dev/null 2>&1
+       then :
+       else MAKEINFO=no
+    fi
+ fi
+ rm -f conftest.texi conftest.info

btw, the cleanup is more thorough, too.  (basically, as we expand
our needs we expand the test in some convex-hull fashion.)

thi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]