]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltconfig.in (aix4.[01], always_export_symbols): The case pattern
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Mon, 26 Apr 1999 23:34:47 +0000 (23:34 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Mon, 26 Apr 1999 23:34:47 +0000 (23:34 +0000)
would never match; fixed.
Reported by Stephan Kulow <coolo@itm.mu-luebeck.de>

ChangeLog
ltconfig.in

index a5d9f189d1682c937e7336e19f9703be9fa51334..4c2cff00f13656f0a6767696da2030de824b3c73 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+1999-04-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
+
+       * ltconfig.in (aix4.[01], always_export_symbols): The case pattern 
+       would never match; fixed.
+       Reported by Stephan Kulow <coolo@itm.mu-luebeck.de>
+
 1999-04-25  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
        * libtool.m4 (OBJDUMP): Pass it to ltconfig.
index 46a99198f3df213a84a6a320b5ff0ecee2a3ca1f..23a8c67357badf359253decddf221c06f697d933 100755 (executable)
@@ -1200,7 +1200,7 @@ else
     allow_undefined_flag=' ${wl}-berok'
     archive_cmds="\$CC $shared_flag"' -o $objdir/$soname $libobjs $deplibs $linkopts ${wl}-bexpall ${wl}-bnoentry${allow_undefined_flag}'
     archive_expsym_cmds="\$CC $shared_flag"' -o $objdir/$soname $libobjs $deplibs $linkopts ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}'
-    case "$host_os" in 4.[01]|4.[01].*)
+    case "$host_os" in aix4.[01]|aix4.[01].*)
       # According to Greg Wooledge, -bexpall is only supported from AIX 4.2 on
       always_export_symbols=yes ;;
     esac