From 98412bebebd834d64aacc9f41b7169468a671ca7 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 21 Dec 1998 13:50:22 +0000 Subject: [PATCH] * automake.in (handle_libraries): Reverted Thomas Tanner's change. Non-libtool libraries still must fit naming requirements. --- ChangeLog | 6 ++++++ automake.in | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0c37862..31a1ca0 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 ad1978f..20ef59b 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. -- 2.7.4