/[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.121 by eggert, Sun Sep 1 11:04:24 2002 UTC revision 1.122 by akim, Mon Sep 2 07:41:56 2002 UTC
# Line 111  sub parse_args () Line 111  sub parse_args ()
111    if (! @ARGV)    if (! @ARGV)
112      {      {
113        my $configure_ac = find_configure_ac;        my $configure_ac = find_configure_ac;
114        die "$me: no input file\n"        error "no input file"
115          unless $configure_ac;          unless $configure_ac;
116        push @ARGV, $configure_ac;        push @ARGV, $configure_ac;
117      }      }
# Line 176  xsystem ("$autoconf " Line 176  xsystem ("$autoconf "
176  local (%verbatim, %symbol);  local (%verbatim, %symbol);
177  do "$tmp/traces.pl";  do "$tmp/traces.pl";
178  warn "couldn't parse $tmp/traces.pl: $@" if $@;  warn "couldn't parse $tmp/traces.pl: $@" if $@;
179  die "$me: error: AC_CONFIG_HEADERS not found in $ARGV[0]\n"  error "error: AC_CONFIG_HEADERS not found in $ARGV[0]"
180    unless $config_h;    unless $config_h;
181    
182  # We template only the first CONFIG_HEADER.  # We template only the first CONFIG_HEADER.

Legend:
Removed from v.1.121  
changed lines
  Added in v.1.122

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