emacs-devel
[Top][All Lists]
Advanced

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

address@hidden: makeinfo version check when compiling emacs-cvs]


From: Richard Stallman
Subject: address@hidden: makeinfo version check when compiling emacs-cvs]
Date: Wed, 10 Oct 2007 17:03:29 -0400

Would someone please DTRT?

------- Start of forwarded message -------
X-Spam-Status: No, score=0.0 required=5.0 tests=UNPARSEABLE_RELAY 
        autolearn=failed version=3.1.0
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=
From: Steve Wen <address@hidden>
To: address@hidden
Date: Wed, 10 Oct 2007 11:12:27 +0800
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Subject: makeinfo version check when compiling emacs-cvs

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)
------- End of forwarded message -------




reply via email to

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