/[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.115 by akim, Wed Aug 20 12:52:18 2003 UTC revision 1.116 by akim, Thu Aug 21 06:55:42 2003 UTC
# Line 39  BEGIN Line 39  BEGIN
39    $ENV{'SHELL'} = '@SHELL@' if ($^O eq 'dos');    $ENV{'SHELL'} = '@SHELL@' if ($^O eq 'dos');
40  }  }
41    
42    use Autom4te::Configure_ac;
43  use Autom4te::FileUtils;  use Autom4te::FileUtils;
44  use Autom4te::General;  use Autom4te::General;
45  use Autom4te::XFile;  use Autom4te::XFile;
# Line 290  sub run_aclocal ($$) Line 291  sub run_aclocal ($$)
291  # -----------------------------  # -----------------------------
292  sub autoreconf_current_directory ()  sub autoreconf_current_directory ()
293  {  {
294    my $configure_ac = find_configure_ac;    my $configure_ac = require_configure_ac;
   error "cannot find `configure.ac'"  
     unless $configure_ac;  
295    
296    # ---------------------- #    # ---------------------- #
297    # Is it using Autoconf?  #    # Is it using Autoconf?  #

Legend:
Removed from v.1.115  
changed lines
  Added in v.1.116

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