From: Stepan Kasal Date: Thu, 7 Jul 2005 10:58:22 +0000 (+0000) Subject: (_AC_OUTPUT_SUBDIRS): Report the full path and insert "===". X-Git-Tag: AUTOCONF-2.59c~288 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26c59b650aa11de7fa5fd636c2b16f418d032cde;p=thirdparty%2Fautoconf.git (_AC_OUTPUT_SUBDIRS): Report the full path and insert "===". --- diff --git a/ChangeLog b/ChangeLog index a9c6480a1..3752fb956 100644 --- 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 * NEWS: New macro AC_C_TYPEOF. diff --git a/lib/autoconf/status.m4 b/lib/autoconf/status.m4 index a77693628..c9914cfc5 100644 --- a/lib/autoconf/status.m4 +++ b/lib/autoconf/status.m4 @@ -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"])