* automake.in (handle_libraries): Reverted Thomas Tanner's
authorTom Tromey <tromey@redhat.com>
Mon, 21 Dec 1998 13:50:22 +0000 (13:50 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 21 Dec 1998 13:50:22 +0000 (13:50 +0000)
change.  Non-libtool libraries still must fit naming
requirements.

ChangeLog
automake.in

index 0c37862..31a1ca0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+1998-12-21  Tom Tromey  <tromey@cygnus.com>
+
+       * automake.in (handle_libraries): Reverted Thomas Tanner's
+       change.  Non-libtool libraries still must fit naming
+       requirements.
+
 1998-12-21  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
        * automake.in (handle_configure): Dist inputs for AC_OUTPUT.
index ad1978f..20ef59b 100755 (executable)
@@ -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.