From: Akim Demaille Date: Fri, 19 Oct 2001 14:26:45 +0000 (+0000) Subject: * bin/autoreconf.in (autoreconf): Display the path to the X-Git-Tag: AUTOCONF-2.52f~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c886cdc10e2be8d9f474843a3195dd1fd2da7614;p=thirdparty%2Fautoconf.git * bin/autoreconf.in (autoreconf): Display the path to the configure.ac being studied. --- diff --git a/ChangeLog b/ChangeLog index d6efce98a..a069ee663 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-10-19 Ezra Peisach + + * bin/autoreconf.in (autoreconf): Display the path to the + configure.ac being studied. + 2001-10-18 Paul Eggert * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast sizeof to unsigned diff --git a/bin/autoreconf.in b/bin/autoreconf.in index 44becf2be..17c0afab8 100644 --- a/bin/autoreconf.in +++ b/bin/autoreconf.in @@ -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.