From 152ef5930d872c9c3d023d17b7646b41cd0cb7b2 Mon Sep 17 00:00:00 2001 From: jsm28 Date: Sat, 28 Dec 2002 20:51:36 +0000 Subject: [PATCH] * configure.in: Increase makeinfo version requirement to 4.[2-9]. * configure: Regenerate. * doc/install.texi: Update Texinfo version requirement. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60583 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 6 ++++++ gcc/configure | 2 +- gcc/configure.in | 2 +- gcc/doc/install.texi | 6 +++--- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e39c73b58c8..e864c866c90 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2002-12-28 Joseph S. Myers + + * configure.in: Increase makeinfo version requirement to 4.[2-9]. + * configure: Regenerate. + * doc/install.texi: Update Texinfo version requirement. + 2002-12-28 Andreas Jaeger * config/i386/i386.c (x86_function_profiler): Mark labelno as diff --git a/gcc/configure b/gcc/configure index 252a28b5b6d..50f1c0f3cf0 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 4a9e463da24..f43aac514de 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 f6e8cfa895f..76586cbd039 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 -- 2.11.0