From: Tom Tromey Date: Mon, 21 Dec 1998 13:50:22 +0000 (+0000) Subject: * automake.in (handle_libraries): Reverted Thomas Tanner's X-Git-Tag: Release-1-4~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98412bebebd834d64aacc9f41b7169468a671ca7;p=thirdparty%2Fautomake.git * automake.in (handle_libraries): Reverted Thomas Tanner's change. Non-libtool libraries still must fit naming requirements. --- diff --git a/ChangeLog b/ChangeLog index 0c378628d..31a1ca02d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1998-12-21 Tom Tromey + + * automake.in (handle_libraries): Reverted Thomas Tanner's + change. Non-libtool libraries still must fit naming + requirements. + 1998-12-21 Alexandre Oliva * automake.in (handle_configure): Dist inputs for AC_OUTPUT. diff --git a/automake.in b/automake.in index ad1978f26..20ef59bde 100755 --- a/automake.in +++ b/automake.in @@ -1550,7 +1550,7 @@ sub handle_libraries foreach $onelib (@liblist) { # Check that the library fits the standard naming convention. - if ($onelib !~ /.*\.a$/) + if ($onelib !~ /^lib.*\.a$/) { # FIXME should put line number here. That means mapping # from library name back to variable name.