]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
A missed hunk in cvs commit for this patch:
authorR. Kelley Cook <kcook@gcc.gnu.org>
Thu, 15 Jan 2004 23:44:16 +0000 (23:44 +0000)
committerR. Kelley Cook <kcook@gcc.gnu.org>
Thu, 15 Jan 2004 23:44:16 +0000 (23:44 +0000)
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

gcc/doc/sourcebuild.texi

index eba00ddd4c6c4f0bac60b17e2a8e534372c3db8f..5026de787452ceadc777a4395ee930a7c72bf1dc 100644 (file)
@@ -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