aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Kelley Cook <kcook@gcc.gnu.org>2004-01-15 23:44:16 +0000
committerR. Kelley Cook <kcook@gcc.gnu.org>2004-01-15 23:44:16 +0000
commit3986a20ddaca4a6465a4fab2becc4dcff6a1b14b (patch)
tree187b0ac1f48210440e58dd25438080de408d8299
parent21b34b9c09fe1e62446820345b82ac0cabe284c3 (diff)
downloadgcc-3986a20ddaca4a6465a4fab2becc4dcff6a1b14b.zip
gcc-3986a20ddaca4a6465a4fab2becc4dcff6a1b14b.tar.gz
gcc-3986a20ddaca4a6465a4fab2becc4dcff6a1b14b.tar.bz2
A missed hunk in cvs commit for this patch:
2004-01-08 Kelley Cook <kcook@gcc.gnu.org> * Makefile.in: Rename configure.in to configure.ac * doc/sourcebuild.texi: Likewise. * configure: Regenerate. * config.in: Regenerate. From-SVN: r75949
-rw-r--r--gcc/doc/sourcebuild.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi
index eba00dd..5026de7 100644
--- a/gcc/doc/sourcebuild.texi
+++ b/gcc/doc/sourcebuild.texi
@@ -168,8 +168,8 @@ The GCC test suites (except for those for runtime libraries).
The @file{gcc} directory is configured with an Autoconf-generated
script @file{configure}. The @file{configure} script is generated
-from @file{configure.in} and @file{aclocal.m4}. From the files
-@file{configure.in} and @file{acconfig.h}, Autoheader generates the
+from @file{configure.ac} and @file{aclocal.m4}. From the files
+@file{configure.ac} and @file{acconfig.h}, Autoheader generates the
file @file{config.in}. The file @file{cstamp-h.in} is used as a
timestamp.
@@ -663,7 +663,7 @@ that should not be configured if this front end is not built.
If defined to @samp{no}, this language front end is not built unless
enabled in a @option{--enable-languages} argument. Otherwise, front
ends are built by default, subject to any special logic in
-@file{configure.in} (as is present to disable the Ada front end if the
+@file{configure.ac} (as is present to disable the Ada front end if the
Ada compiler is not already installed).
@item boot_language
If defined to @samp{yes}, this front end is built in stage 1 of the