2003-01-09 Klee Dienes * bin/autoreconf.in (autoreconf_current_directory): Properly handle an empty aclocal.m4. --- bin/autoreconf.in 2002-12-19 12:36:35.000000000 -0500 +++ bin/autoreconf.in 2002-12-28 21:29:00.000000000 -0500 @@ -297,7 +297,7 @@ 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.