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

Diff of /autoconf/bin/autoheader.in

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

revision 1.132 by akim, Wed Aug 20 17:22:07 2003 UTC revision 1.133 by akim, Thu Aug 21 06:55:41 2003 UTC
# Line 41  BEGIN Line 41  BEGIN
41    
42  use Autom4te::ChannelDefs;  use Autom4te::ChannelDefs;
43  use Autom4te::Channels;  use Autom4te::Channels;
44    use Autom4te::Configure_ac;
45  use Autom4te::FileUtils;  use Autom4te::FileUtils;
46  use Autom4te::General;  use Autom4te::General;
47  use Autom4te::XFile;  use Autom4te::XFile;
# Line 121  sub parse_args () Line 122  sub parse_args ()
122    
123    if (! @ARGV)    if (! @ARGV)
124      {      {
125        my $configure_ac = find_configure_ac;        my $configure_ac = require_configure_ac;
       error "no input file"  
         unless $configure_ac;  
126        push @ARGV, $configure_ac;        push @ARGV, $configure_ac;
127      }      }
128  }  }

Legend:
Removed from v.1.132  
changed lines
  Added in v.1.133

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