Hello,

>       * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Report the full
>       path, too.

no, I noticed that Paul have also blessed the proposal that the line should
be emphasized by "===".  I actually committed the variant of the patch attached
to this mail.

Sorry,
        Stepan
2005-07-07  Stepan Kasal  <[EMAIL PROTECTED]>

        * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Report the full
        path, too; insert a "===" to emphasize the line.

Index: lib/autoconf/status.m4
===================================================================
RCS file: /cvsroot/autoconf/autoconf/lib/autoconf/status.m4,v
retrieving revision 1.69
diff -u -r1.69 status.m4
--- lib/autoconf/status.m4      5 Jul 2005 11:25:47 -0000       1.69
+++ lib/autoconf/status.m4      7 Jul 2005 10:55:59 -0000
@@ -1163,7 +1163,8 @@
     # parts of a large source tree are present.
     test -d $srcdir/$ac_dir || continue
 
-    AC_MSG_NOTICE([configuring in $ac_dir])
+    ac_dir_full=`pwd`/$ac_dir
+    AC_MSG_NOTICE([=== configuring in $ac_dir ($ac_dir_full)])
     AS_MKDIR_P(["$ac_dir"])
     _AC_SRCDIRS(["$ac_dir"])
 

Reply via email to