summaryrefslogtreecommitdiffstats
path: root/unix/aclocal.m4
diff options
context:
space:
mode:
authorhobbs <hobbs>1999-09-02 16:26:51 (GMT)
committerhobbs <hobbs>1999-09-02 16:26:51 (GMT)
commit1f66507f55794f140cf5952e6d45da60c066c014 (patch)
tree5f6fba13aeaa0b689e0ade6906afd5f2fda9010b /unix/aclocal.m4
parentdda9412829471d1e8b6666f67ad5f9e6b74f37cf (diff)
downloadtcl-1f66507f55794f140cf5952e6d45da60c066c014.zip
tcl-1f66507f55794f140cf5952e6d45da60c066c014.tar.gz
tcl-1f66507f55794f140cf5952e6d45da60c066c014.tar.bz2
1999-09-01 Jeff Hobbs <hobbs@scriptics.com>
* unix/aclocal.m4: * unix/tcl.m4: adjusted fix from 8-21 to add -bnoentry to the AIX-* case and readjusted the range
Diffstat (limited to 'unix/aclocal.m4')
-rw-r--r--unix/aclocal.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/aclocal.m4 b/unix/aclocal.m4
index ba4770e..a04638b 100644
--- a/unix/aclocal.m4
+++ b/unix/aclocal.m4
@@ -564,7 +564,7 @@ AC_DEFUN(SC_CONFIG_CFLAGS, [
TCL_EXP_FILE=""
STLIB_LD="ar cr"
case $system in
- AIX-4.[[1-9]])
+ AIX-4.[[2-9]])
SHLIB_CFLAGS=""
SHLIB_LD="$fullSrcDir/ldAix /bin/ld -bhalt:4 -bM:SRE -bE:lib.exp -H512 -T512 -bnoentry"
SHLIB_LD_LIBS='${LIBS}'
@@ -578,7 +578,7 @@ AC_DEFUN(SC_CONFIG_CFLAGS, [
;;
AIX-*)
SHLIB_CFLAGS=""
- SHLIB_LD="$fullSrcDir/ldAix /bin/ld -bhalt:4 -bM:SRE -bE:lib.exp -H512 -T512"
+ SHLIB_LD="$fullSrcDir/ldAix /bin/ld -bhalt:4 -bM:SRE -bE:lib.exp -H512 -T512 -bnoentry"
SHLIB_LD_LIBS='${LIBS}'
SHLIB_SUFFIX=".so"
DL_OBJS="tclLoadDl.o"