[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: reporting full subdir path for subconfigure
From: |
Stepan Kasal |
Subject: |
Re: reporting full subdir path for subconfigure |
Date: |
Thu, 7 Jul 2005 12:52:55 +0200 |
User-agent: |
Mutt/1.4.1i |
Hello,
there were no objections, so I committed the patch below.
Stepan
2005-06-27 Stepan Kasal <address@hidden>
* 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"])
- Re: reporting full subdir path for subconfigure,
Stepan Kasal <=