]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* configure.ac: Correct makeinfo version check.
authorDaniel Jacobowitz <drow@false.org>
Fri, 12 Oct 2007 14:05:09 +0000 (14:05 +0000)
committerDaniel Jacobowitz <drow@false.org>
Fri, 12 Oct 2007 14:05:09 +0000 (14:05 +0000)
* configure: Regenerate.

ChangeLog
configure
configure.ac

index f7678e92b8dcbebc6e22d2419d2b881d2dfebc0a..023e146eddbf1d63ab628efd00175e3b61e294d5 100644 (file)
--- 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.
index 1a37bfd6b33db51e7665291df86f972160e1bc32..d5ec5811e9511e742b54117ee548713c06cbca03 100755 (executable)
--- 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"
index 2486049cf18bd264ac1685a5ffcb4863f2ecc764..3bafbd504d8462cdb69440b069802b0d8419680a 100644 (file)
@@ -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"