automake-patches
[Top][All Lists]
Advanced

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

FYI: fix msg call in handle_ltlibraries


From: Alexandre Duret-Lutz
Subject: FYI: fix msg call in handle_ltlibraries
Date: Thu, 03 Jul 2003 01:30:35 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)

I'm installing this.  Revealed while running tests/syntax.test

2003-07-03  Alexandre Duret-Lutz  <address@hidden>

        * automake.in (handle_ltlibraries): Fix call to msg.

Index: automake.in
===================================================================
RCS file: /cvs/automake/automake/automake.in,v
retrieving revision 1.1474
diff -u -r1.1474 automake.in
--- automake.in 2 Jul 2003 23:15:52 -0000       1.1474
+++ automake.in 2 Jul 2003 23:26:45 -0000
@@ -2863,7 +2863,7 @@
        }
       if (basename ($onelib) !~ /$libname_rx$/)
        {
-         msg ($where, 'error-gnu/warn',
+         msg ('error-gnu/warn', $where,
               "`$onelib' is not a standard libtool library name");
        }
 

-- 
Alexandre Duret-Lutz





reply via email to

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