Index: xotcl/configure.in =================================================================== diff -u -r2139510e0635ca88521b99d7c9751c2c15b306b6 -rab63a4908f87f226de9730e0afa820388c93acc4 --- xotcl/configure.in (.../configure.in) (revision 2139510e0635ca88521b99d7c9751c2c15b306b6) +++ xotcl/configure.in (.../configure.in) (revision ab63a4908f87f226de9730e0afa820388c93acc4) @@ -11,7 +11,7 @@ # for this package, and can be a relative path, such as: # #-------------------------------------------------------------------- -define(XOTclVersion, 1.3.1) +define(XOTclVersion, 1.3.3) AC_INIT([xotcl], [XOTclVersion]) #-------------------------------------------------------------------- @@ -104,7 +104,7 @@ # do not modify the following lines manually, they are generated with changeXOTclVersion XOTCL_MAJOR_VERSION=1 XOTCL_MINOR_VERSION=3 -XOTCL_RELEASE_LEVEL=.1 +XOTCL_RELEASE_LEVEL=.3 XOTCL_VERSION=${XOTCL_MAJOR_VERSION}.${XOTCL_MINOR_VERSION} NODOT_VERSION=${XOTCL_MAJOR_VERSION}${XOTCL_MINOR_VERSION} @@ -163,6 +163,10 @@ FORCE_NO_STUBS=0 fi +aol_prefix="/usr/local/aolserver" +if test -d "$(DESTDIR)$(prefix)/modules/tcl" ; then aol_prefix="$(prefix)" ; fi +AC_SUBST(aol_prefix) + #-------------------------------------------------------------------- # check for tclCompile.h (needed, when compiled without full source) if test -f "$TCL_SRC_DIR/generic/tclCompile.h"; then @@ -443,5 +447,3 @@ - -