bug-gnu-emacs
[Top][All Lists]
Advanced

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

makeinfo version check when compiling emacs-cvs


From: Steve Wen
Subject: makeinfo version check when compiling emacs-cvs
Date: Wed, 10 Oct 2007 11:12:27 +0800
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.0 (gnu/linux)

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)




reply via email to

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