mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-05 11:10:57 +08:00
* bin/autoreconf.in (autoreconf): Display the path to the
configure.ac being studied.
This commit is contained in:
parent
9d50e78648
commit
c886cdc10e
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user