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

Diff of /autoconf/bin/autoupdate.in

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

revision 1.45 by akim, Wed Aug 20 12:52:18 2003 UTC revision 1.46 by akim, Thu Aug 21 06:55:42 2003 UTC
# Line 39  BEGIN Line 39  BEGIN
39    
40  use Autom4te::ChannelDefs;  use Autom4te::ChannelDefs;
41  use Autom4te::Channels;  use Autom4te::Channels;
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 108  sub parse_args () Line 109  sub parse_args ()
109    
110    if (! @ARGV)    if (! @ARGV)
111      {      {
112        my $configure_ac = find_configure_ac;        my $configure_ac = require_configure_ac;
       error "no input file"  
         unless $configure_ac;  
113        push @ARGV, $configure_ac;        push @ARGV, $configure_ac;
114      }      }
115  }  }

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46

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