Index: xotcl/configure.in =================================================================== diff -u -rad8a63234e44a8788efede276e811051ab891fbe -r78e82b3563a644f2df47320eacc693f1b788b03c --- xotcl/configure.in (.../configure.in) (revision ad8a63234e44a8788efede276e811051ab891fbe) +++ xotcl/configure.in (.../configure.in) (revision 78e82b3563a644f2df47320eacc693f1b788b03c) @@ -11,15 +11,15 @@ # for this package, and can be a relative path, such as: # #-------------------------------------------------------------------- -define(XOTclVersion, 1.3.7) +define(XOTclVersion, 1.4.0) AC_INIT([xotcl], [XOTclVersion]) #-------------------------------------------------------------------- # Call TEA_INIT as the first TEA_ macro to set up initial vars. # This will define a ${TEA_PLATFORM} variable == "unix" or "windows". #-------------------------------------------------------------------- -TEA_INIT([3.2]) +TEA_INIT([3.5]) AC_CONFIG_AUX_DIR(config) #-------------------------------------------------------------------- @@ -103,8 +103,8 @@ # do not modify the following lines manually, they are generated with changeXOTclVersion XOTCL_MAJOR_VERSION=1 -XOTCL_MINOR_VERSION=3 -XOTCL_RELEASE_LEVEL=.7 +XOTCL_MINOR_VERSION=4 +XOTCL_RELEASE_LEVEL=.0 XOTCL_VERSION=${XOTCL_MAJOR_VERSION}.${XOTCL_MINOR_VERSION} NODOT_VERSION=${XOTCL_MAJOR_VERSION}${XOTCL_MINOR_VERSION} @@ -445,7 +445,7 @@ mkdir -p $subdir confdir=${srcdir}/$subdir fi - (cd $subdir; eval $SHELL ${confdir}/configure ${ac_configure_args} --with-xotcl=${here}) + (cd $subdir; echo $SHELL ${confdir}/configure ${ac_configure_args} --with-xotcl=${here}; eval $SHELL ${confdir}/configure ${ac_configure_args} --with-xotcl=${here}) done @@ -458,3 +458,9 @@ + + + + + +