summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-12-11 09:29:27 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-12-11 09:29:27 (GMT)
commit416c555c0c37bbc29eb96d8d796b602564e40a17 (patch)
treeddd4e55aabbdfd9fb8388174617db36a3a98af05 /unix
parent2c81ed3e96a99347d42849a0810017b6555f7af7 (diff)
downloadtcl-416c555c0c37bbc29eb96d8d796b602564e40a17.zip
tcl-416c555c0c37bbc29eb96d8d796b602564e40a17.tar.gz
tcl-416c555c0c37bbc29eb96d8d796b602564e40a17.tar.bz2
Bug in tclPkg.c, use semantic version in more places., but don't use "+" syntax yet.
Diffstat (limited to 'unix')
-rwxr-xr-xunix/configure5
-rw-r--r--unix/configure.in2
-rw-r--r--unix/tcl.spec2
3 files changed, 6 insertions, 3 deletions
diff --git a/unix/configure b/unix/configure
index da09b09..0b0ba0e 100755
--- a/unix/configure
+++ b/unix/configure
@@ -641,6 +641,7 @@ INSTALL_TZDATA
TCL_HAS_LONGLONG
TCL_UNSHARED_LIB_SUFFIX
TCL_SHARED_LIB_SUFFIX
+TCL_LIB_VERSIONS_OK
TCL_BUILD_LIB_SPEC
LD_LIBRARY_PATH_VAR
TCL_SHARED_BUILD
@@ -2324,7 +2325,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
TCL_VERSION=8.7
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=7
-TCL_PATCH_LEVEL="a0"
+TCL_PATCH_LEVEL="0-alpha.0"
VERSION=${TCL_MAJOR_VERSION}
EXTRA_INSTALL_BINARIES=${EXTRA_INSTALL_BINARIES:-"@:"}
@@ -10253,6 +10254,7 @@ eval "TCL_LIB_FILE=libtcl${LIB_SUFFIX}"
# tclConfig.sh needs a version of the _LIB_SUFFIX that has been eval'ed
# since on some platforms TCL_LIB_FILE contains shell escapes.
+# (See also: TCL_TRIM_DOTS, which is deprecated).
eval "TCL_LIB_FILE=${TCL_LIB_FILE}"
@@ -10472,6 +10474,7 @@ TCL_SHARED_BUILD=${SHARED_BUILD}
+
ac_config_files="$ac_config_files Makefile:../unix/Makefile.in dltest/Makefile:../unix/dltest/Makefile.in tclConfig.sh:../unix/tclConfig.sh.in tcl.pc:../unix/tcl.pc.in"
cat >confcache <<\_ACEOF
diff --git a/unix/configure.in b/unix/configure.in
index 8090b40..e62be15 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -25,7 +25,7 @@ m4_ifdef([SC_USE_CONFIG_HEADERS], [
TCL_VERSION=8.7
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=7
-TCL_PATCH_LEVEL="a0"
+TCL_PATCH_LEVEL="0-alpha.0"
VERSION=${TCL_MAJOR_VERSION}
EXTRA_INSTALL_BINARIES=${EXTRA_INSTALL_BINARIES:-"@:"}
diff --git a/unix/tcl.spec b/unix/tcl.spec
index 868a226..a11f230 100644
--- a/unix/tcl.spec
+++ b/unix/tcl.spec
@@ -4,7 +4,7 @@
Name: tcl
Summary: Tcl scripting language development environment
-Version: 8.7a0
+Version: 8.7.0-alpha.0
Release: 2
License: BSD
Group: Development/Languages