Hello,
  there were no objections, so I committed the patch below.
Stepan

2005-06-27  Stepan Kasal  <[EMAIL PROTECTED]>

        * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Report the full
        path, too.

Index: lib/autoconf/status.m4
===================================================================
RCS file: /cvsroot/autoconf/autoconf/lib/autoconf/status.m4,v
retrieving revision 1.63
diff -u -r1.63 status.m4
--- lib/autoconf/status.m4      21 Jun 2005 16:03:59 -0000      1.63
+++ lib/autoconf/status.m4      27 Jun 2005 13:41:49 -0000
@@ -1168,7 +1168,8 @@
     # 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"])
 



Reply via email to