automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

typo? s/variable_dump/macro_dump/


From: Jim Meyering
Subject: typo? s/variable_dump/macro_dump/
Date: 14 May 2001 00:24:59 +0200
User-agent: Gnus/5.090003 (Oort Gnus v0.03) Emacs/21.0.103

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  <address@hidden>

        * 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

[Prev in Thread] Current Thread [Next in Thread]