diff options
author | hobbs <hobbs> | 2004-03-02 00:42:50 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-03-02 00:42:50 (GMT) |
commit | 7740b0e06748d320d01e78ed1b37b6af57303ed2 (patch) | |
tree | 68c108463cd5e0b8113340ffdae98410b1bc9639 /unix | |
parent | 1b3cdd9ffdb36d92789700c4ebfea3dd2af15613 (diff) | |
download | tcl-7740b0e06748d320d01e78ed1b37b6af57303ed2.zip tcl-7740b0e06748d320d01e78ed1b37b6af57303ed2.tar.gz tcl-7740b0e06748d320d01e78ed1b37b6af57303ed2.tar.bz2 |
update patchlevel to 8.5a1
Diffstat (limited to 'unix')
-rwxr-xr-x | unix/configure | 10 | ||||
-rw-r--r-- | unix/configure.in | 4 | ||||
-rw-r--r-- | unix/tcl.spec | 4 |
3 files changed, 12 insertions, 6 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='' ;; diff --git a/unix/configure.in b/unix/configure.in index 2fa70f2..b9a8830 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -3,7 +3,7 @@ dnl This file is an input file used by the GNU "autoconf" program to dnl generate the file "configure", which is run during Tcl installation dnl to configure the system for the local environment. # -# RCS: @(#) $Id: configure.in,v 1.110 2003/06/09 22:48:52 andreas_kupries Exp $ +# RCS: @(#) $Id: configure.in,v 1.111 2004/03/02 00:42:51 hobbs Exp $ AC_INIT(../generic/tcl.h) AC_PREREQ(2.57) @@ -11,7 +11,7 @@ AC_PREREQ(2.57) TCL_VERSION=8.5 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=5 -TCL_PATCH_LEVEL="a0" +TCL_PATCH_LEVEL="a1" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ diff --git a/unix/tcl.spec b/unix/tcl.spec index 1e04249..1257a54 100644 --- a/unix/tcl.spec +++ b/unix/tcl.spec @@ -1,7 +1,7 @@ -# $Id: tcl.spec,v 1.17 2003/03/04 23:46:21 dgp Exp $ +# $Id: tcl.spec,v 1.18 2004/03/02 00:42:51 hobbs Exp $ # This file is the basis for a binary Tcl RPM for Linux. -%define version 8.5a0 +%define version 8.5a1 %define directory /usr/local Summary: Tcl scripting language development environment |