From 8f498d0e8f48c5d7cec273ba8799df7eadd879d1 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 7ea3821..9dd7ba1 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 672879c..f0ff321 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.7.4