Hello,

On Thu, Jun 30, 2005 at 03:31:46PM +0200, Stepan Kasal wrote:
> Only one isuue remains: the title "Output files" is unfortunate here.
> I'd say "output files" are those declared with AC_CONFIG_FILES.
> 
> What about "File substitutions"?  (Patch attached.)

I forgot to attach the patch, sorry.  Another try.

Stepan Kasal
2005-06-30  Stepan Kasal  <[EMAIL PROTECTED]>

        * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Changed the title of
          the ac_subst_files section in config.log.

Index: lib/autoconf/general.m4
===================================================================
RCS file: /cvsroot/autoconf/autoconf/lib/autoconf/general.m4,v
retrieving revision 1.870
diff -u -r1.870 general.m4
--- lib/autoconf/general.m4     29 Jun 2005 09:33:21 -0000      1.870
+++ lib/autoconf/general.m4     30 Jun 2005 13:06:17 -0000
@@ -1242,7 +1242,7 @@
     echo
 
     if test -n "$ac_subst_files"; then
-      AS_BOX([Output files.])
+      AS_BOX([File substitutions.])
       echo
       for ac_var in $ac_subst_files
       do

Reply via email to