diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2007-09-17 20:59:06 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2007-09-17 20:59:06 +0000 |
commit | 625a61cdc4feb2323eefdffe01ed1c505d7c5c1c (patch) | |
tree | 77dcd2976c29df4b6b21fb4f5f08d507e5c9ec1e /configure.ac | |
parent | f4c1edd8e5cf0259b98f7c64b0b88adef1d21d3c (diff) | |
download | fsf-binutils-gdb-625a61cdc4feb2323eefdffe01ed1c505d7c5c1c.zip fsf-binutils-gdb-625a61cdc4feb2323eefdffe01ed1c505d7c5c1c.tar.gz fsf-binutils-gdb-625a61cdc4feb2323eefdffe01ed1c505d7c5c1c.tar.bz2 |
* configure.ac: Raise minimum makeinfo version to 4.6.
* configure: Regenerate.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 1624f1e..a79abb6 100644 --- a/configure.ac +++ b/configure.ac @@ -2459,10 +2459,10 @@ case " $build_configdirs " in *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;; *) changequote(,) - # For an installed makeinfo, we require it to be from texinfo 4.4 or + # For an installed makeinfo, we require it to be from texinfo 4.6 or # higher, else we use the "missing" dummy. if ${MAKEINFO} --version \ - | egrep 'texinfo[^0-9]*(4\.([4-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then + | egrep 'texinfo[^0-9]*(4\.([6-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then : else MAKEINFO="$MISSING makeinfo" |