configure.ac being studied.
+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
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.