diff options
author | Joseph Myers <jsm@polyomino.org.uk> | 2002-12-28 20:51:36 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2002-12-28 20:51:36 +0000 |
commit | a38f87a9d22d386dd02079887ae38dcf03ed9d95 (patch) | |
tree | d0716f7144aaa8c34f48821b2eca94053912e81a | |
parent | 903de29523d6edc0310bbc75c86d1b4298e9489b (diff) | |
download | gcc-a38f87a9d22d386dd02079887ae38dcf03ed9d95.zip gcc-a38f87a9d22d386dd02079887ae38dcf03ed9d95.tar.gz gcc-a38f87a9d22d386dd02079887ae38dcf03ed9d95.tar.bz2 |
configure.in: Increase makeinfo version requirement to 4.[2-9].
* configure.in: Increase makeinfo version requirement to 4.[2-9].
* configure: Regenerate.
* doc/install.texi: Update Texinfo version requirement.
From-SVN: r60583
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rwxr-xr-x | gcc/configure | 2 | ||||
-rw-r--r-- | gcc/configure.in | 2 | ||||
-rw-r--r-- | gcc/doc/install.texi | 6 |
4 files changed, 11 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e39c73b..e864c86 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2002-12-28 Joseph S. Myers <jsm@polyomino.org.uk> + + * configure.in: Increase makeinfo version requirement to 4.[2-9]. + * configure: Regenerate. + * doc/install.texi: Update Texinfo version requirement. + 2002-12-28 Andreas Jaeger <aj@suse.de> * config/i386/i386.c (x86_function_profiler): Mark labelno as diff --git a/gcc/configure b/gcc/configure index 252a28b..50f1c0f 100755 --- a/gcc/configure +++ b/gcc/configure @@ -3351,7 +3351,7 @@ else echo "configure:3352: version of makeinfo is $ac_prog_version" >&5 case $ac_prog_version in '') gcc_cv_prog_makeinfo_modern=no;; - 4.[1-9]*) + 4.[2-9]*) gcc_cv_prog_makeinfo_modern=yes;; *) gcc_cv_prog_makeinfo_modern=no;; esac diff --git a/gcc/configure.in b/gcc/configure.in index 4a9e463..f43aac5 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -592,7 +592,7 @@ else # that we can use it. gcc_AC_CHECK_PROG_VER(MAKEINFO, makeinfo, --version, [GNU texinfo.* \([0-9][0-9.]*\)], - [4.[1-9]*]) + [4.[2-9]*]) fi if test $gcc_cv_prog_makeinfo_modern = no; then diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index f6e8cfa..76586cb 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1001,7 +1001,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.1 or later of Texinfo installed if you +documentation, you need version 4.2 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. @@ -1452,7 +1452,7 @@ If you find a bug, please report it following our @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.1) +dvi}. You will need to have @command{texi2dvi} (version at least 4.2) 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 @@ -2929,7 +2929,7 @@ or newer for a working GCC@. @end html @heading @anchor{powerpc-*-netbsd*}powerpc-*-netbsd* PowerPC system in big endian mode running NetBSD@. To build the -documentation you will need Texinfo version 4.1 (NetBSD 1.5.1 included +documentation you will need Texinfo version 4.2 (NetBSD 1.5.1 included Texinfo version 3.12). @html |