summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2007-10-12 14:05:09 +0000
committerDaniel Jacobowitz <drow@false.org>2007-10-12 14:05:09 +0000
commitd086ff1fc7bf733daaac4216a249b708aaa4d362 (patch)
treefcf57b7aea481b811ba72f4178a73c837639fe15
parente5102b0b65330227a1f2d10f8ccf0130d0525289 (diff)
downloadcygnal-d086ff1fc7bf733daaac4216a249b708aaa4d362.tar.gz
cygnal-d086ff1fc7bf733daaac4216a249b708aaa4d362.tar.bz2
cygnal-d086ff1fc7bf733daaac4216a249b708aaa4d362.zip
* configure.ac: Correct makeinfo version check.
* configure: Regenerate.
-rw-r--r--ChangeLog5
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f7678e92b..023e146ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-09-15 Alan Modra <amodra@bigpond.net.au>
+
+ * configure.ac: Correct makeinfo version check.
+ * configure: Regenerate.
+
2007-08-29 Nick Clifton <nickc@redhat.com>
* config.sub, config.guess: Update from upstream sources.
diff --git a/configure b/configure
index 1a37bfd6b..d5ec5811e 100755
--- a/configure
+++ b/configure
@@ -6154,7 +6154,7 @@ case " $build_configdirs " in
# For an installed makeinfo, we require it to be from texinfo 4.4 or
# higher, else we use the "missing" dummy.
if ${MAKEINFO} --version \
- | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then
+ | egrep 'texinfo[^0-9]*(4\.([4-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
:
else
MAKEINFO="$MISSING makeinfo"
diff --git a/configure.ac b/configure.ac
index 2486049cf..3bafbd504 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2424,7 +2424,7 @@ changequote(,)
# For an installed makeinfo, we require it to be from texinfo 4.4 or
# higher, else we use the "missing" dummy.
if ${MAKEINFO} --version \
- | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then
+ | egrep 'texinfo[^0-9]*(4\.([4-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
:
else
MAKEINFO="$MISSING makeinfo"