From: Stepan Kasal Date: Tue, 26 Jul 2005 10:14:24 +0000 (+0000) Subject: (_AC_OUTPUT_SUBDIRS): The message is now prefixed by mere "===", not "configure:... X-Git-Tag: AUTOCONF-2.59c~273 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e1fc7afa3f4a9b9c18297ca3535da2a03bc7e2b;p=thirdparty%2Fautoconf.git (_AC_OUTPUT_SUBDIRS): The message is now prefixed by mere "===", not "configure: === ". --- diff --git a/ChangeLog b/ChangeLog index 62f684902..29acbbb9e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-07-26 Stepan Kasal + + * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): The message is now + prefixed by mere "===", not "configure: === ". + 2005-07-25 Paul Eggert * Makefile.maint: Update from Bison. diff --git a/lib/autoconf/status.m4 b/lib/autoconf/status.m4 index 0fe4fe7cc..b23f6fab5 100644 --- a/lib/autoconf/status.m4 +++ b/lib/autoconf/status.m4 @@ -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"])