Skip to content

Commit

Permalink
* generic/configure Regenrated for TEA 3.9. Bumped version string
Browse files Browse the repository at this point in the history
* generic/configiue.in   in all relevant files to 2.6.7  and autoconf'ed.
* win/vc/pkg.vc
  • Loading branch information
vasiljevic committed Oct 4, 2010
1 parent 04cd206 commit 78af07d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 15 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2010-10-04 Zoran Vasiljevic <[email protected]>

* 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 <[email protected]>

* generic/threadCmd.c: Initialize tsdPtr->interp to NULL immediately after
Expand Down
14 changes: 4 additions & 10 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
5 changes: 1 addition & 4 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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__
Expand Down
2 changes: 1 addition & 1 deletion win/vc/pkg.vc
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

PACKAGE_MAJOR = 2
PACKAGE_MINOR = 6
PACKAGE_VERSION = "2.6.5"
PACKAGE_VERSION = "2.6.7"

0 comments on commit 78af07d

Please sign in to comment.