* bin/autoreconf.in (autoreconf): Display the path to the

configure.ac being studied.
This commit is contained in:
Akim Demaille 2001-10-19 14:26:45 +00:00
parent 9d50e78648
commit c886cdc10e
2 changed files with 6 additions and 1 deletions

View File

@ -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

View 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.