From 3986a20ddaca4a6465a4fab2becc4dcff6a1b14b Mon Sep 17 00:00:00 2001 From: "R. Kelley Cook" Date: Thu, 15 Jan 2004 23:44:16 +0000 Subject: [PATCH] A missed hunk in cvs commit for this patch: 2004-01-08 Kelley Cook * Makefile.in: Rename configure.in to configure.ac * doc/sourcebuild.texi: Likewise. * configure: Regenerate. * config.in: Regenerate. From-SVN: r75949 --- gcc/doc/sourcebuild.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index eba00ddd4c6c..5026de787452 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 -- 2.47.3