diff options
author | Uros Bizjak <uros@kss-loka.si> | 2005-11-24 15:08:21 +0100 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2005-11-24 15:08:21 +0100 |
commit | 1a598a979ba864052b8a922d957c038493411e47 (patch) | |
tree | f0440d48196a9a1bc3107915e81447411215cb91 /gcc/configure.ac | |
parent | de9c56a4dc72cbf510064de22950ef44835701c7 (diff) | |
download | gcc-1a598a979ba864052b8a922d957c038493411e47.zip gcc-1a598a979ba864052b8a922d957c038493411e47.tar.gz gcc-1a598a979ba864052b8a922d957c038493411e47.tar.bz2 |
configure.ac: Require at least texinfo 4.4.
* configure.ac: Require at least texinfo 4.4.
* configure: Regenerate.
* doc/install.texi (Tools/packages necessary for building GCC):
Update required version of texinfo to at least 4.4.
(Installing GCC: Building): Update required version of texinfo
to at least 4.4.
(Installing GCC: Final installation): Update required version
of texi2dvi to at least 4.4.
(Host/target specific installation notes for GCC): Update required
version of texinfo to at least 4.4.
From-SVN: r107465
Diffstat (limited to 'gcc/configure.ac')
-rw-r--r-- | gcc/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure.ac b/gcc/configure.ac index 169a7cb..3562d0a 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -822,7 +822,7 @@ MISSING="${CONFIG_SHELL-/bin/sh} $srcdir/../missing" # that we can use it. gcc_AC_CHECK_PROG_VER(MAKEINFO, makeinfo, --version, [GNU texinfo.* \([0-9][0-9.]*\)], - [4.[2-9]*]) + [4.[4-9]*]) if test $gcc_cv_prog_makeinfo_modern = no; then MAKEINFO="$MISSING makeinfo" AC_MSG_WARN([ |