/[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.101 by eggert, Wed Jul 17 08:30:43 2002 UTC revision 1.102 by akim, Mon Sep 2 07:41:56 2002 UTC
# Line 193  sub autoreconf ($) Line 193  sub autoreconf ($)
193    
194    verbose "working in `$directory'";    verbose "working in `$directory'";
195    chdir $directory    chdir $directory
196      or die "$me: cannot chdir to $directory: $!\n";      or error "cannot chdir to $directory: $!";
197    
198    my $configure_ac = find_configure_ac;    my $configure_ac = find_configure_ac;
199    die "$me: cannot find `configure.ac' in `$directory'\n"    error "cannot find `configure.ac' in `$directory'"
200      unless $configure_ac;      unless $configure_ac;
201    
202    # ---------------------- #    # ---------------------- #
# Line 480  sub autoreconf ($) Line 480  sub autoreconf ($)
480      }      }
481    
482    chdir $cwd    chdir $cwd
483      or die "$me: cannot chdir to $cwd: $!\n";      or error "cannot chdir to $cwd: $!";
484  }  }
485    
486    

Legend:
Removed from v.1.101  
changed lines
  Added in v.1.102

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