From: Alexandre Duret-Lutz Date: Wed, 2 Jul 2003 23:30:56 +0000 (+0000) Subject: * automake.in (handle_ltlibraries): Fix call to msg. X-Git-Tag: Release-1-7b~136 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88c387e73b858f83f204b26f71ae31b44fb2ec01;p=thirdparty%2Fautomake.git * automake.in (handle_ltlibraries): Fix call to msg. --- diff --git a/ChangeLog b/ChangeLog index e55a95e48..ee33b2aa7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2003-07-03 Alexandre Duret-Lutz + * automake.in (handle_ltlibraries): Fix call to msg. + * tests/stamph.test: Delete. * tests/Makefile.am (TESTS): Remove stamph.test. diff --git a/automake.in b/automake.in index a8142eb34..56eebc433 100755 --- a/automake.in +++ b/automake.in @@ -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"); }