/[autoconf]/autoconf/bin/autoreconf.in
ViewVC logotype

Diff of /autoconf/bin/autoreconf.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.110 by akim, Sun Nov 3 17:39:30 2002 UTC revision 1.111 by akim, Thu Feb 20 17:04:11 2003 UTC
# Line 297  sub autoreconf_current_directory () Line 297  sub autoreconf_current_directory ()
297        my $aclocal_m4 = new Autom4te::XFile 'aclocal.m4';        my $aclocal_m4 = new Autom4te::XFile 'aclocal.m4';
298        $_ = $aclocal_m4->getline;        $_ = $aclocal_m4->getline;
299        $uses_aclocal = 0        $uses_aclocal = 0
300          unless /generated.*by aclocal/;          unless defined ($_) && /generated.*by aclocal/;
301      }      }
302    
303    # If there are flags for aclocal in Makefile.am, use them.    # If there are flags for aclocal in Makefile.am, use them.

Legend:
Removed from v.1.110  
changed lines
  Added in v.1.111

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26