handle an empty aclocal.m4.
+2003-02-20 Klee Dienes <kdienes@apple.com>
+
+ * bin/autoreconf.in (autoreconf_current_directory): Properly
+ handle an empty aclocal.m4.
+
2003-02-20 Akim Demaille <akim@epita.fr>
* lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Quote
Ken Pizzini ken@halcyon.com
Ken Raeburn raeburn@cygnus.com
Kevin Ryde user42@zip.com.au
+Klee Dienes kdienes@apple.com
Koji Arai JCA02266@nifty.ne.jp
Kurt D. Zeilenga kurt@openldap.org
Larry Jones larry.jones@sdrc.com
my $aclocal_m4 = new Autom4te::XFile 'aclocal.m4';
$_ = $aclocal_m4->getline;
$uses_aclocal = 0
- unless /generated.*by aclocal/;
+ unless defined ($_) && /generated.*by aclocal/;
}
# If there are flags for aclocal in Makefile.am, use them.