From 78af07d79c074d915736b2445d4ea21518a74707 Mon Sep 17 00:00:00 2001 From: vasiljevic <> Date: Mon, 4 Oct 2010 17:20:29 +0000 Subject: [PATCH] * generic/configure Regenrated for TEA 3.9. Bumped version string * generic/configiue.in in all relevant files to 2.6.7 and autoconf'ed. * win/vc/pkg.vc --- ChangeLog | 6 ++++++ configure | 14 ++++---------- configure.in | 5 +---- win/vc/pkg.vc | 2 +- 4 files changed, 12 insertions(+), 15 deletions(-) diff --git a/ChangeLog b/ChangeLog index 09c638e..2337008 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-10-04 Zoran Vasiljevic + + * generic/configure Regenrated for TEA 3.9. Bumped version string + * generic/configiue.in in all relevant files to 2.6.7 and autoconf'ed. + * win/vc/pkg.vc + 2010-09-28 Zoran Vasiljevic * generic/threadCmd.c: Initialize tsdPtr->interp to NULL immediately after diff --git a/configure b/configure index 4dfa6da..1258b2e 100755 --- a/configure +++ b/configure @@ -1778,15 +1778,15 @@ echo "$as_me: error: The PACKAGE_NAME variable must be defined by your TEA configure.in" >&2;} { (exit 1); exit 1; }; } fi - if test x"3.7" = x ; then + if test x"3.9" = x ; then { { echo "$as_me:$LINENO: error: TEA version not specified." >&5 echo "$as_me: error: TEA version not specified." >&2;} { (exit 1); exit 1; }; } - elif test "3.7" != "${TEA_VERSION}" ; then - { echo "$as_me:$LINENO: result: warning: requested TEA version \"3.7\", have \"${TEA_VERSION}\"" >&5 -echo "${ECHO_T}warning: requested TEA version \"3.7\", have \"${TEA_VERSION}\"" >&6; } + elif test "3.9" != "${TEA_VERSION}" ; then + { echo "$as_me:$LINENO: result: warning: requested TEA version \"3.9\", have \"${TEA_VERSION}\"" >&5 +echo "${ECHO_T}warning: requested TEA version \"3.9\", have \"${TEA_VERSION}\"" >&6; } else { echo "$as_me:$LINENO: result: ok (TEA ${TEA_VERSION})" >&5 echo "${ECHO_T}ok (TEA ${TEA_VERSION})" >&6; } @@ -6882,11 +6882,6 @@ echo "$as_me: error: could not find tcl source file '${srcdir}/$i'" >&2;} #-------------------------------------------------------------------- if test "${TEA_PLATFORM}" = "windows" ; then - cat >>confdefs.h <<\_ACEOF -#define BUILD_thread 1 -_ACEOF - - CLEANFILES="*.lib *.dll *.exp *.ilk *.pdb vc*.pch" vars="win/threadWin.c" for i in $vars; do @@ -6971,7 +6966,6 @@ echo "$as_me: error: could not find source file '$i'" >&2;} fi - #-------------------------------------------------------------------- # __CHANGE__ # Choose which headers you need. Extension authors should try very diff --git a/configure.in b/configure.in index 240f63e..ebc6d37 100644 --- a/configure.in +++ b/configure.in @@ -27,7 +27,7 @@ AC_INIT([thread], [2.6.7]) # as well as PKG_LIB_FILE and PKG_STUB_LIB_FILE. #-------------------------------------------------------------------- -TEA_INIT([3.7]) +TEA_INIT([3.9]) AC_CONFIG_AUX_DIR(tclconfig) @@ -117,14 +117,11 @@ TEA_ADD_TCL_SOURCES([lib/ttrace.tcl]) #-------------------------------------------------------------------- if test "${TEA_PLATFORM}" = "windows" ; then - AC_DEFINE(BUILD_thread) - CLEANFILES="*.lib *.dll *.exp *.ilk *.pdb vc*.pch" TEA_ADD_SOURCES([win/threadWin.c]) TEA_ADD_INCLUDES([-I\"$(${CYGPATH} ${srcdir}/win)\"]) else TEA_ADD_SOURCES([unix/threadUnix.c]) fi -AC_SUBST(CLEANFILES) #-------------------------------------------------------------------- # __CHANGE__ diff --git a/win/vc/pkg.vc b/win/vc/pkg.vc index 9dbf803..fbe1cb1 100644 --- a/win/vc/pkg.vc +++ b/win/vc/pkg.vc @@ -3,4 +3,4 @@ PACKAGE_MAJOR = 2 PACKAGE_MINOR = 6 -PACKAGE_VERSION = "2.6.5" +PACKAGE_VERSION = "2.6.7"