From c68685227add1796253b9e220fc4da8dc3bfd0d3 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Tue, 10 Sep 2002 13:55:30 +0000 Subject: [PATCH] * automake.in (process_option_list): Mention `Automake' in version-mismatch error. Suggested by Akim Demaille. --- ChangeLog | 4 ++++ automake.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7f2bd90f..21d12ce1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2002-09-10 Alexandre Duret-Lutz + * automake.in (process_option_list): Mention `Automake' in + version-mismatch error. + Suggested by Akim Demaille. + * tests/Makefile.am ($(TESTS)): Replace by ... (check_SCRIPTS): ... this. Suggested by Raja R Harinath. diff --git a/automake.in b/automake.in index 2cbfbad9..981865fc 100755 --- a/automake.in +++ b/automake.in @@ -1846,7 +1846,7 @@ sub process_option_list # Got a version number. if (version_check $&) { - err ($where, "require version $_, but have $VERSION", + err ($where, "require Automake $_, but have $VERSION", uniq_scope => US_GLOBAL); return 1; } -- 2.43.5