From: Alexandre Duret-Lutz Date: Tue, 10 Sep 2002 13:55:30 +0000 (+0000) Subject: * automake.in (process_option_list): Mention `Automake' in X-Git-Tag: Release-1-6d~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b85946127c0c08a2a8913162cf47bb2b8f50de53;p=thirdparty%2Fautomake.git * automake.in (process_option_list): Mention `Automake' in version-mismatch error. Suggested by Akim Demaille. --- diff --git a/ChangeLog b/ChangeLog index 7f2bd90f7..21d12ce10 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 2cbfbad9c..981865fcc 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; }