diff options
author | Aaron W. LaFramboise <aaronavay62@aaronwl.com> | 2008-07-23 16:50:42 -0600 |
---|---|---|
committer | Aaron W. LaFramboise <aaronwl@gcc.gnu.org> | 2008-07-23 16:50:42 -0600 |
commit | 7326a39ef0d4abcf38c765b60448fdb351c622b2 (patch) | |
tree | 68f53abc0583d30944e09f16876a2c7d66ac3fd2 | |
parent | d3098c948bef9ee04bd843c62fb4cf1cbe29fb25 (diff) | |
download | gcc-7326a39ef0d4abcf38c765b60448fdb351c622b2.zip gcc-7326a39ef0d4abcf38c765b60448fdb351c622b2.tar.gz gcc-7326a39ef0d4abcf38c765b60448fdb351c622b2.tar.bz2 |
configure: Regenerate.
2008-07-23 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
* configure: Regenerate.
* configure.ac: Require texinfo 4.7.
* doc/install.texi: Document texinfo 4.7 requirement.
From-SVN: r138097
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rwxr-xr-x | gcc/configure | 2 | ||||
-rw-r--r-- | gcc/configure.ac | 2 | ||||
-rw-r--r-- | gcc/doc/install.texi | 8 |
4 files changed, 12 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b79791e..4124fd0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2008-07-23 Aaron W. LaFramboise <aaronavay62@aaronwl.com> + + * configure: Regenerate. + * configure.ac: Require texinfo 4.7. + * doc/install.texi: Document texinfo 4.7 requirement. + 2008-07-23 Martin Jambor <mjambor@suse.cz> * ipa-cp.c (ipcp_print_edge_profiles): Test for node->analyzed diff --git a/gcc/configure b/gcc/configure index 09d2768..c015f6e 100755 --- a/gcc/configure +++ b/gcc/configure @@ -8541,7 +8541,7 @@ else case $ac_prog_version in '') gcc_cv_prog_makeinfo_modern=no;; - 4.[4-9]*|4.[1-9][0-9]*|[5-9]*|[1-9][0-9]*) gcc_cv_prog_makeinfo_modern=yes;; + 4.[7-9]*|4.[1-9][0-9]*|[5-9]*|[1-9][0-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 d5244bd..03c3d1c 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -842,7 +842,7 @@ AC_CHECK_PROG(have_mktemp_command, mktemp, yes, no) # that we can use it. ACX_CHECK_PROG_VER(MAKEINFO, makeinfo, --version, [GNU texinfo.* \([0-9][0-9.]*\)], - [4.[4-9]*|4.[1-9][0-9]*|[5-9]*|[1-9][0-9]*]) + [4.[7-9]*|4.[1-9][0-9]*|[5-9]*|[1-9][0-9]*]) if test $gcc_cv_prog_makeinfo_modern = no; then AC_MSG_WARN([ *** Makeinfo is missing or too old. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 8913ec0..cf2e481 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -386,7 +386,7 @@ Necessary to build GCC during development because the generated output files are not included in the SVN repository. They are included in releases. -@item Texinfo version 4.4 (or later) +@item Texinfo version 4.7 (or later) Necessary for running @command{makeinfo} when modifying @file{*.texi} files to test your changes. @@ -1765,7 +1765,7 @@ build machinery, not of GCC itself) that is used even if you only build the C front end. When building from SVN or snapshots, or if you modify Texinfo -documentation, you need version 4.4 or later of Texinfo installed if you +documentation, you need version 4.7 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. @@ -2362,7 +2362,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.4) +dvi}. You will need to have @command{texi2dvi} (version at least 4.7) 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}. Alternately, by using @@ -3676,7 +3676,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.4 (NetBSD 1.5.1 included +documentation you will need Texinfo version 4.7 (NetBSD 1.5.1 included Texinfo version 3.12). @html |