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 | |
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
-rw-r--r-- | gcc/ChangeLog | 14 | ||||
-rwxr-xr-x | gcc/configure | 2 | ||||
-rw-r--r-- | gcc/configure.ac | 2 | ||||
-rw-r--r-- | gcc/doc/install.texi | 8 |
4 files changed, 20 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2efba8c..bb00ed2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,17 @@ +2005-11-24 Uros Bizjak <uros@kss-loka.si> + + * 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. + 2005-11-24 Richard Guenther <rguenther@suse.de> Dirk Mueller <dmueller@suse.de> diff --git a/gcc/configure b/gcc/configure index f9bb1e9..4009305 100755 --- a/gcc/configure +++ b/gcc/configure @@ -7476,7 +7476,7 @@ else echo "configure:7476: version of makeinfo is $ac_prog_version" >&5 case $ac_prog_version in '') gcc_cv_prog_makeinfo_modern=no;; - 4.[2-9]*) + 4.[4-9]*) gcc_cv_prog_makeinfo_modern=yes;; *) gcc_cv_prog_makeinfo_modern=no;; esac 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([ diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index a649d46..955dd6d 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -373,7 +373,7 @@ Necessary to build GCC during development because the generated output files are not included in the CVS repository. They are included in releases. -@item Texinfo version 4.2 (or later) +@item Texinfo version 4.4 (or later) Necessary for running @command{makeinfo} when modifying @file{*.texi} files to test your changes. @@ -1491,7 +1491,7 @@ parser sources, releases contain the Bison-generated files and you do not need Bison installed to build them. When building from CVS or snapshots, or if you modify Texinfo -documentation, you need version 4.2 or later of Texinfo installed if you +documentation, you need version 4.4 or later of Texinfo installed if you want Info documentation to be regenerated. Releases contain Info documentation pre-built for the unmodified documentation in the release. @@ -2060,7 +2060,7 @@ If you find a bug, please report it following the @uref{../bugs.html,,bug reporting guidelines}. If you want to print the GCC manuals, do @samp{cd @var{objdir}; make -dvi}. You will need to have @command{texi2dvi} (version at least 4.2) +dvi}. You will need to have @command{texi2dvi} (version at least 4.4) and @TeX{} installed. This creates a number of @file{.dvi} files in subdirectories of @file{@var{objdir}}; these may be converted for printing with programs such as @command{dvips}. You can also @@ -3497,7 +3497,7 @@ or newer for a working GCC@. @end html @heading @anchor{powerpc-x-netbsd}powerpc-*-netbsd* PowerPC system in big endian mode running NetBSD@. To build the -documentation you will need Texinfo version 4.2 (NetBSD 1.5.1 included +documentation you will need Texinfo version 4.4 (NetBSD 1.5.1 included Texinfo version 3.12). @html |