I found it strange that this code (head of the module in cvs) seemed
to work fine when I ran `make check' but failed right away after I'd
installed it in a clean hierarchy and tried to use it.

2001-05-14  Jim Meyering  <[EMAIL PROTECTED]>

        * automake.in (macro_define): Change one remaining use of
        `variable_dump' to `macro_dump'.


Index: automake.in
===================================================================
RCS file: /cvs/automake/automake/automake.in,v
retrieving revision 1.1117
diff -u -p -r1.1117 automake.in
--- automake.in 2001/05/13 17:38:05     1.1117
+++ automake.in 2001/05/13 22:17:58
@@ -5579,7 +5579,7 @@ sub macro_define ($$$$$$)
          if ($verbose)
            {
              print STDERR "$me: refusing to override the user definition of:\n";
-             variable_dump ($var);
+             macro_dump ($var);
              print STDERR "$me: with `$cond' => `$value'\n";
            }
        }

Reply via email to