]> sourceware.org Git - automake.git/commitdiff
* automake.in (check_variable_defined_unconditionally): Don't call
authorTom Tromey <tromey@redhat.com>
Fri, 27 Jul 2001 02:34:40 +0000 (02:34 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 27 Jul 2001 02:34:40 +0000 (02:34 +0000)
macro_dump.

ChangeLog
automake.in

index 7ea38218e27340b09e088d76fe3b31e39a5445d0..9dd7ba1bf85747eeae5863ade46e4c7d081f4650 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2001-07-26  Tom Tromey  <tromey@redhat.com>
 
+       * automake.in (check_variable_defined_unconditionally): Don't call
+       macro_dump.
+
        * automake.texi (Optional): Don't mention ALL_LINGUAS.
        (gettext): Likewise.
        * automake.in (seen_linguas, all_linguas, all_linguas_line):
index 672879c8e3fdf2fb8466f191b84c04f1c174e387..f0ff3213f2b1bb774a6915fa998dad9b731093f4 100755 (executable)
@@ -6066,8 +6066,6 @@ sub check_variable_defined_unconditionally ($$)
        {
            &am_line_error ($parent,
                            "warning: automake does not support $var being defined conditionally");
-           macro_dump ($var);
-
        }
     }
 }
This page took 0.036586 seconds and 5 git commands to generate.