* 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.
# 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"])