summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authorhobbs <hobbs>2004-03-02 00:42:50 (GMT)
committerhobbs <hobbs>2004-03-02 00:42:50 (GMT)
commit7740b0e06748d320d01e78ed1b37b6af57303ed2 (patch)
tree68c108463cd5e0b8113340ffdae98410b1bc9639 /unix/configure
parent1b3cdd9ffdb36d92789700c4ebfea3dd2af15613 (diff)
downloadtcl-7740b0e06748d320d01e78ed1b37b6af57303ed2.zip
tcl-7740b0e06748d320d01e78ed1b37b6af57303ed2.tar.gz
tcl-7740b0e06748d320d01e78ed1b37b6af57303ed2.tar.bz2
update patchlevel to 8.5a1
Diffstat (limited to 'unix/configure')
-rwxr-xr-xunix/configure10
1 files changed, 8 insertions, 2 deletions
diff --git a/unix/configure b/unix/configure
index 1d7ef10..be92577 100755
--- a/unix/configure
+++ b/unix/configure
@@ -1277,7 +1277,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
TCL_VERSION=8.5
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=5
-TCL_PATCH_LEVEL="a0"
+TCL_PATCH_LEVEL="a1"
VERSION=${TCL_VERSION}
#------------------------------------------------------------------------
@@ -11259,6 +11259,12 @@ fi
LD_SEARCH_FLAGS='+s +b ${LIB_RUNTIME_DIR}:.'
LD_LIBRARY_PATH_VAR="SHLIB_PATH"
fi
+ if test "$GCC" = "yes" ; then
+ SHLIB_LD="gcc -shared"
+ SHLIB_LD_LIBS='${LIBS}'
+ LD_SEARCH_FLAGS=''
+ CC_SEARCH_FLAGS=''
+ fi
# Users may want PA-RISC 1.1/2.0 portable code - needs HP cc
#EXTRA_CFLAGS="+DAportable"
@@ -11272,7 +11278,7 @@ fi
# 64-bit gcc in use. Fix flags for GNU ld.
do64bit_ok=yes
SHLIB_LD="gcc -shared"
- SHLIB_LD_LIBS=""
+ SHLIB_LD_LIBS='${LIBS}'
LD_SEARCH_FLAGS=''
CC_SEARCH_FLAGS=''
;;