From 165738579d196e9d7537fffa62f3860c1c442d15 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 21 Dec 1998 13:50:20 +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 0c378628..31a1ca02 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 ad1978f2..20ef59bd 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.43.5