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

Diff of /autoconf/bin/autom4te.in

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

revision 1.91 by akim, Tue Sep 9 15:44:56 2003 UTC revision 1.92 by akim, Fri Oct 31 08:43:40 2003 UTC
# Line 992  handle_m4 ($req, keys %{$req->macro}) Line 992  handle_m4 ($req, keys %{$req->macro})
992    if $force || ! $req->valid;    if $force || ! $req->valid;
993    
994  # Issue the warnings each time autom4te was run.  # Issue the warnings each time autom4te was run.
995    my $separator = "\n" . ('-' x 25) . " END OF WARNING " . ('-' x 25) . "\n\n";
996  handle_traces ($req, "$tmp/warnings",  handle_traces ($req, "$tmp/warnings",
997                 ('_m4_warn' => "\$1::\$f:\$l::\$2::\$3\n\n"));                 ('_m4_warn' => "\$1::\$f:\$l::\$2::\$3$separator"));
998  # Warnings are separated by 2 \n.  # Swallow excessive newlines.
999  for (split (/\n{2,}/, contents ("$tmp/warnings")))  for (split (/\n*$separator\n*/o, contents ("$tmp/warnings")))
1000  {  {
1001    # The message looks like:    # The message looks like:
1002    # | syntax::input.as:5::ouch    # | syntax::input.as:5::ouch

Legend:
Removed from v.1.91  
changed lines
  Added in v.1.92

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