would never match; fixed.
Reported by Stephan Kulow <coolo@itm.mu-luebeck.de>
+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.
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