Commit a38f87a9 by Joseph Myers Committed by Joseph Myers

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
parent 903de295
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> 2002-12-28 Andreas Jaeger <aj@suse.de>
* config/i386/i386.c (x86_function_profiler): Mark labelno as * config/i386/i386.c (x86_function_profiler): Mark labelno as
......
...@@ -3351,7 +3351,7 @@ else ...@@ -3351,7 +3351,7 @@ else
echo "configure:3352: version of makeinfo is $ac_prog_version" >&5 echo "configure:3352: version of makeinfo is $ac_prog_version" >&5
case $ac_prog_version in case $ac_prog_version in
'') gcc_cv_prog_makeinfo_modern=no;; '') gcc_cv_prog_makeinfo_modern=no;;
4.[1-9]*) 4.[2-9]*)
gcc_cv_prog_makeinfo_modern=yes;; gcc_cv_prog_makeinfo_modern=yes;;
*) gcc_cv_prog_makeinfo_modern=no;; *) gcc_cv_prog_makeinfo_modern=no;;
esac esac
......
...@@ -592,7 +592,7 @@ else ...@@ -592,7 +592,7 @@ else
# that we can use it. # that we can use it.
gcc_AC_CHECK_PROG_VER(MAKEINFO, makeinfo, --version, gcc_AC_CHECK_PROG_VER(MAKEINFO, makeinfo, --version,
[GNU texinfo.* \([0-9][0-9.]*\)], [GNU texinfo.* \([0-9][0-9.]*\)],
[4.[1-9]*]) [4.[2-9]*])
fi fi
if test $gcc_cv_prog_makeinfo_modern = no; then if test $gcc_cv_prog_makeinfo_modern = no; then
......
...@@ -1001,7 +1001,7 @@ parser sources, releases contain the Bison-generated files and you do ...@@ -1001,7 +1001,7 @@ parser sources, releases contain the Bison-generated files and you do
not need Bison installed to build them. not need Bison installed to build them.
When building from CVS or snapshots, or if you modify Texinfo 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 want Info documentation to be regenerated. Releases contain Info
documentation pre-built for the unmodified documentation in the release. documentation pre-built for the unmodified documentation in the release.
...@@ -1452,7 +1452,7 @@ If you find a bug, please report it following our ...@@ -1452,7 +1452,7 @@ If you find a bug, please report it following our
@uref{../bugs.html,,bug reporting guidelines}. @uref{../bugs.html,,bug reporting guidelines}.
If you want to print the GCC manuals, do @samp{cd @var{objdir}; make 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 and @TeX{} installed. This creates a number of @file{.dvi} files in
subdirectories of @file{@var{objdir}}; these may be converted for subdirectories of @file{@var{objdir}}; these may be converted for
printing with programs such as @command{dvips}. You can also printing with programs such as @command{dvips}. You can also
...@@ -2929,7 +2929,7 @@ or newer for a working GCC@. ...@@ -2929,7 +2929,7 @@ or newer for a working GCC@.
@end html @end html
@heading @anchor{powerpc-*-netbsd*}powerpc-*-netbsd* @heading @anchor{powerpc-*-netbsd*}powerpc-*-netbsd*
PowerPC system in big endian mode running NetBSD@. To build the 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). Texinfo version 3.12).
@html @html
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment