diff options
-rw-r--r-- | unix/aclocal.m4 | 1 | ||||
-rw-r--r-- | unix/tcl.m4 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/unix/aclocal.m4 b/unix/aclocal.m4 index eb24967..d8f4be9 100644 --- a/unix/aclocal.m4 +++ b/unix/aclocal.m4 @@ -562,6 +562,7 @@ AC_DEFUN(SC_CONFIG_CFLAGS, [ TCL_NEEDS_EXP_FILE=0 TCL_BUILD_EXP_FILE="" TCL_EXP_FILE="" + STLIB_LD="ar cr" case $system in AIX-4.[[2-9]]) SHLIB_CFLAGS="" diff --git a/unix/tcl.m4 b/unix/tcl.m4 index eb24967..d8f4be9 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -562,6 +562,7 @@ AC_DEFUN(SC_CONFIG_CFLAGS, [ TCL_NEEDS_EXP_FILE=0 TCL_BUILD_EXP_FILE="" TCL_EXP_FILE="" + STLIB_LD="ar cr" case $system in AIX-4.[[2-9]]) SHLIB_CFLAGS="" |