/[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.47 by akim, Thu Aug 21 17:50:11 2003 UTC revision 1.48 by akim, Wed Aug 27 11:35:09 2003 UTC
# Line 172  my (%ac_macros, %au_macros); Line 172  my (%ac_macros, %au_macros);
172  sub handle_autoconf_macros ()  sub handle_autoconf_macros ()
173  {  {
174    my $macros = new Autom4te::XFile ("$autoconf"    my $macros = new Autom4te::XFile ("$autoconf"
175                               . " --trace AU_DEFUN:'AU:\$f:\$1'"                                      . " --trace AU_DEFUN:'AU:\$f:\$1'"
176                               . " --trace define:'AC:\$f:\$1'"                                      . " --trace define:'AC:\$f:\$1'"
177                               . " --melt /dev/null |");                                      . " --melt /dev/null |");
178    while ($_ = $macros->getline)    while ($_ = $macros->getline)
179      {      {
180        chomp;        chomp;

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48

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