]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* bin/autoreconf.in (autoreconf): Display the path to the
authorAkim Demaille <akim@epita.fr>
Fri, 19 Oct 2001 14:26:45 +0000 (14:26 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 19 Oct 2001 14:26:45 +0000 (14:26 +0000)
configure.ac being studied.

ChangeLog
bin/autoreconf.in

index d6efce98a2bd70e653a40cd33de84ae7bf96deeb..a069ee6631d98d6e387c0e8e6ccadceeaa9a8566 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-10-19  Ezra Peisach  <epeisach@zif.mit.edu>
+
+       * bin/autoreconf.in (autoreconf): Display the path to the
+       configure.ac being studied.
+
 2001-10-18  Paul Eggert  <eggert@twinsun.com>
 
        * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast sizeof to unsigned
index 44becf2be1c9504084dadb5e9a9d4cd01c2e45dd..17c0afab8411895e1cb3260d720f0564e54253da 100644 (file)
@@ -197,7 +197,7 @@ sub autoreconf ()
     if !/^configure\.(ac|in)$/;
 
   my $configure_ac = $_;
-  verbose "working on $configure_ac";
+  verbose "working on $File::Find::dir/$configure_ac";
 
   # If there is no AC_INIT, then we are not interested: it looks like
   # a Cygnus thingy.