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 | 76053dfb52c4e65901b10dbbd96c2ef75623408b (patch) | |
tree | 0be4d7557d1b3dc0975bc806c9e1a761abc290dc | |
parent | ba21046d032462b4bb1f601e0014a0306c201913 (diff) | |
download | cygnal-76053dfb52c4e65901b10dbbd96c2ef75623408b.tar.gz cygnal-76053dfb52c4e65901b10dbbd96c2ef75623408b.tar.bz2 cygnal-76053dfb52c4e65901b10dbbd96c2ef75623408b.zip |
* configure.ac: Raise minimum makeinfo version to 4.6.
* configure: Regenerate.
-rw-r--r-- | ChangeLog | 5 | ||||
-rwxr-xr-x | configure | 4 | ||||
-rw-r--r-- | configure.ac | 4 |
3 files changed, 9 insertions, 4 deletions
@@ -1,3 +1,8 @@ +2007-09-17 Andreas Schwab <schwab@suse.de> + + * configure.ac: Raise minimum makeinfo version to 4.6. + * configure: Regenerate. + 2007-09-15 Alan Modra <amodra@bigpond.net.au> * configure.ac: Correct makeinfo version check. @@ -6189,10 +6189,10 @@ case " $build_configdirs " in *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;; *) - # 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" diff --git a/configure.ac b/configure.ac index 1624f1e89..a79abb66b 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" |