* makeinfo version check when compiling emacs-cvs
@ 2007-10-10 3:12 Steve Wen
2007-10-10 17:51 ` Glenn Morris
0 siblings, 1 reply; 2+ messages in thread
From: Steve Wen @ 2007-10-10 3:12 UTC (permalink / raw)
To: bug-gnu-emacs
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)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: makeinfo version check when compiling emacs-cvs
2007-10-10 3:12 makeinfo version check when compiling emacs-cvs Steve Wen
@ 2007-10-10 17:51 ` Glenn Morris
0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2007-10-10 17:51 UTC (permalink / raw)
To: Steve Wen; +Cc: bug-gnu-emacs
Steve Wen wrote:
> 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:
This was fixed some time ago in the cvs trunk. If your unicode-2 is
up-to-date, then I guess this change has not yet migrated from the
trunk to that branch.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-10-10 17:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-10 3:12 makeinfo version check when compiling emacs-cvs Steve Wen
2007-10-10 17:51 ` Glenn Morris
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.