]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* automake.in (process_option_list): Mention `Automake' in
authorAlexandre Duret-Lutz <adl@gnu.org>
Tue, 10 Sep 2002 13:55:30 +0000 (13:55 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Tue, 10 Sep 2002 13:55:30 +0000 (13:55 +0000)
version-mismatch error.
Suggested by Akim Demaille.

ChangeLog
automake.in

index 7f2bd90f7f5c90bd150e9e19ccde7623ab183c18..21d12ce10bb4776db5aadb4268643b5266d84938 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2002-09-10  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
+       * 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.
index 2cbfbad9cdd044d8080008aa33569bd7161a7584..981865fcc6e92fe876a0c9de824b1a5e1f6b0c1a 100755 (executable)
@@ -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;
            }