/[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.125 by akim, Tue Oct 22 08:20:19 2002 UTC revision 1.126 by akim, Tue Oct 22 11:14:44 2002 UTC
# Line 167  $autoconf .= ' --verbose' if $verbose; Line 167  $autoconf .= ' --verbose' if $verbose;
167    
168  # Source what the traces are trying to tell us.  # Source what the traces are trying to tell us.
169  verbose "$me: running $autoconf to trace from $ARGV[0]";  verbose "$me: running $autoconf to trace from $ARGV[0]";
170  xsystem ("$autoconf "  xsystem ("$autoconf"
171           # If you change this list, update the           # If you change this list, update the
172           # `Autoheader-preselections' section of autom4te.in.           # `Autoheader-preselections' section of autom4te.in.
173           . " --trace AC_CONFIG_HEADERS:'\$\$config_h ||= \"\$1\";'"           . ' --trace AC_CONFIG_HEADERS:\'$$config_h ||= \'"\'"\'$1\'"\'"\';\''
174           . " --trace AH_OUTPUT:'\$\$verbatim{\"\$1\"} = \"\\\n\$2\";'"           . ' --trace AH_OUTPUT:\'$$verbatim{\'"\'"\'$1\'"\'"\'} = \'"\'"\'$2\'"\'"\';\''
175           . " --trace AC_DEFINE_TRACE_LITERAL:'\$\$symbol{\"\$1\"} = 1;'"           . ' --trace AC_DEFINE_TRACE_LITERAL:\'$$symbol{\'"\'"\'$1\'"\'"\'} = 1;\''
176           . " $ARGV[0] >$tmp/traces.pl");           . " $ARGV[0] >$tmp/traces.pl");
177    
178  local (%verbatim, %symbol);  local (%verbatim, %symbol);
# Line 223  if ($acconfig_h) Line 223  if ($acconfig_h)
223  # Dump the templates from `configure.ac'.  # Dump the templates from `configure.ac'.
224  foreach (sort keys %verbatim)  foreach (sort keys %verbatim)
225    {    {
226      print $out "$verbatim{$_}\n";      print $out "\n$verbatim{$_}\n";
227    }    }
228    
229  # Dump bottom portion of `acconfig.h'.  # Dump bottom portion of `acconfig.h'.

Legend:
Removed from v.1.125  
changed lines
  Added in v.1.126

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