]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
(_AC_OUTPUT_SUBDIRS): The message is now prefixed by mere "===", not "configure:...
authorStepan Kasal <kasal@ucw.cz>
Tue, 26 Jul 2005 10:14:24 +0000 (10:14 +0000)
committerStepan Kasal <kasal@ucw.cz>
Tue, 26 Jul 2005 10:14:24 +0000 (10:14 +0000)
ChangeLog
lib/autoconf/status.m4

index 62f6849024daf07b44da4e9c266d1eb1b841c8a3..29acbbb9e3644f9865611f3f3922e1a3af142dac 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-07-26  Stepan Kasal  <kasal@ucw.cz>
+
+       * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): The message is now
+       prefixed by mere "===", not "configure: === ".
+
 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
 
        * Makefile.maint: Update from Bison.
index 0fe4fe7cca82209d31403ccce55f948fc60aec01..b23f6fab54a3ea25b260fa3389fee123446691f5 100644 (file)
@@ -918,8 +918,9 @@ if test "$no_recursion" != yes; then
     # parts of a large source tree are present.
     test -d $srcdir/$ac_dir || continue
 
-    ac_dir_full=`pwd`/$ac_dir
-    AC_MSG_NOTICE([=== configuring in $ac_dir ($ac_dir_full)])
+    ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir"
+    _AS_ECHO_LOG([$ac_msg])
+    _AS_ECHO([$ac_msg])
     AS_MKDIR_P(["$ac_dir"])
     _AC_SRCDIRS(["$ac_dir"])