]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
(_AC_OUTPUT_SUBDIRS): Report the full path and insert "===".
authorStepan Kasal <kasal@ucw.cz>
Thu, 7 Jul 2005 10:58:22 +0000 (10:58 +0000)
committerStepan Kasal <kasal@ucw.cz>
Thu, 7 Jul 2005 10:58:22 +0000 (10:58 +0000)
ChangeLog
lib/autoconf/status.m4

index a9c6480a19ef3f8e2a7049aa79f78b1048b63b6c..3752fb956323b8981b24058c20aa2b644b5e1cf8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
 
        * tests/local.at (AT_CONFIG_CMP): Revert Paul's previous change.
 
+       * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Report the full
+       path, too; insert a "===" to emphasize the line.
+
 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
 
        * NEWS: New macro AC_C_TYPEOF.
index a77693628e9e8fbf193a6f439d123c3d1e85cc74..c9914cfc530fbed7a454d9b9666692300e4c4570 100644 (file)
@@ -1163,7 +1163,8 @@ if test "$no_recursion" != yes; then
     # 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"])