[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/configure,v
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] Changes to emacs/configure,v |
Date: |
Sat, 15 Sep 2007 19:45:47 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Glenn Morris <gm> 07/09/15 19:45:46
Index: configure
===================================================================
RCS file: /sources/emacs/emacs/configure,v
retrieving revision 1.228
retrieving revision 1.229
diff -u -b -r1.228 -r1.229
--- configure 12 Sep 2007 07:06:39 -0000 1.228
+++ configure 15 Sep 2007 19:45:45 -0000 1.229
@@ -5390,7 +5390,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]*([1-4][0-9]+|[5-9]|4\.[6-9]|4\.[1-5][0-9]+)'`" = x; then
MAKEINFO=no
fi
- [Emacs-diffs] Changes to emacs/configure,v, Jan Djärv, 2007/09/02
- [Emacs-diffs] Changes to emacs/configure,v, Andreas Schwab, 2007/09/02
- [Emacs-diffs] Changes to emacs/configure,v, Glenn Morris, 2007/09/06
- [Emacs-diffs] Changes to emacs/configure,v, Glenn Morris, 2007/09/12
- [Emacs-diffs] Changes to emacs/configure,v,
Glenn Morris <=