automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: version mismatch error message


From: Alexandre Duret-Lutz
Subject: FYI: version mismatch error message
Date: Tue, 10 Sep 2002 15:52:13 +0200
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-debian-linux-gnu)

Akim said the following diagnostic is confusing (not clear who speaks).

  configure.in:10: require version 1.6, but have 1.4

I'm checking this in.

2002-09-10  Alexandre Duret-Lutz  <address@hidden>

        * automake.in (process_option_list): Mention `Automake' in
        version-mismatch error.
        Suggested by Akim Demaille.

Index: automake.in
===================================================================
RCS file: /cvs/automake/automake/automake.in,v
retrieving revision 1.1345
diff -u -r1.1345 automake.in
--- automake.in 8 Sep 2002 19:28:44 -0000       1.1345
+++ automake.in 10 Sep 2002 13:50:50 -0000
@@ -1846,7 +1846,7 @@
          # 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;
            }

-- 
Alexandre Duret-Lutz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]