]> sourceware.org Git - automake.git/commitdiff
* automake.in (handle_ltlibraries): Fix call to msg.
authorAlexandre Duret-Lutz <adl@gnu.org>
Wed, 2 Jul 2003 23:30:56 +0000 (23:30 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Wed, 2 Jul 2003 23:30:56 +0000 (23:30 +0000)
ChangeLog
automake.in

index e55a95e48489021d2307783d7d7a5035d0aaa577..ee33b2aa7e910be8881b55a29dcc6505c65ecb12 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2003-07-03  Alexandre Duret-Lutz  <adl@gnu.org>
 
+       * automake.in (handle_ltlibraries): Fix call to msg.
+
        * tests/stamph.test: Delete.
        * tests/Makefile.am (TESTS): Remove stamph.test.
 
index a8142eb34c1d9c180d15cc77e74e10a9a14bc230..56eebc433b2eb3fc7df0ae7055569b1b71bb4cab 100755 (executable)
@@ -2863,7 +2863,7 @@ sub handle_ltlibraries
        }
       if (basename ($onelib) !~ /$libname_rx$/)
        {
-         msg ($where, 'error-gnu/warn',
+         msg ('error-gnu/warn', $where,
               "`$onelib' is not a standard libtool library name");
        }
 
This page took 0.03144 seconds and 5 git commands to generate.