From 9184c4e256240d85ba886a411f72a64c5c00f738 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 27 Jul 2001 02:34:40 +0000 Subject: [PATCH] * automake.in (check_variable_defined_unconditionally): Don't call macro_dump. --- ChangeLog | 3 +++ automake.in | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7ea38218..9dd7ba1b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-07-26 Tom Tromey + * 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): diff --git a/automake.in b/automake.in index 672879c8..f0ff3213 100755 --- a/automake.in +++ b/automake.in @@ -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); - } } } -- 2.43.5