From: Alexandre Oliva Date: Mon, 26 Apr 1999 23:34:47 +0000 (+0000) Subject: * ltconfig.in (aix4.[01], always_export_symbols): The case pattern X-Git-Tag: release-1-3~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1d16d115c95156e6689524650440e884ffb25123;p=thirdparty%2Flibtool.git * ltconfig.in (aix4.[01], always_export_symbols): The case pattern would never match; fixed. Reported by Stephan Kulow --- diff --git a/ChangeLog b/ChangeLog index a5d9f189d..4c2cff00f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1999-04-26 Alexandre Oliva + + * ltconfig.in (aix4.[01], always_export_symbols): The case pattern + would never match; fixed. + Reported by Stephan Kulow + 1999-04-25 Alexandre Oliva * libtool.m4 (OBJDUMP): Pass it to ltconfig. diff --git a/ltconfig.in b/ltconfig.in index 46a99198f..23a8c6735 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -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