diff options
author | mdejong <mdejong> | 2001-04-25 19:54:55 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2001-04-25 19:54:55 (GMT) |
commit | 5491d0385365999968e062a3b329e9540a1656d0 (patch) | |
tree | 2f4d6c1cb9c035ccfd3069bb0344a852ea711f5a /unix/configure.in | |
parent | 31fe3f11ee413a4745ae8319b85d59488eb29d44 (diff) | |
download | tcl-5491d0385365999968e062a3b329e9540a1656d0.zip tcl-5491d0385365999968e062a3b329e9540a1656d0.tar.gz tcl-5491d0385365999968e062a3b329e9540a1656d0.tar.bz2 |
* unix/Makefile.in: Use TCL_STUB_LIB_FILE instead of STUB_LIB_FILE.
* unix/configure: Regen.
* unix/configure.in: Don't subst STUB_LIB_FILE, use TCL_STUB_LIB_FILE
instead.
Diffstat (limited to 'unix/configure.in')
-rw-r--r-- | unix/configure.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/unix/configure.in b/unix/configure.in index 8286096..3a86394 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -3,7 +3,7 @@ dnl This file is an input file used by the GNU "autoconf" program to dnl generate the file "configure", which is run during Tcl installation dnl to configure the system for the local environment. AC_INIT(../generic/tcl.h) -# RCS: @(#) $Id: configure.in,v 1.64 2001/04/02 01:59:26 hobbs Exp $ +# RCS: @(#) $Id: configure.in,v 1.65 2001/04/25 19:54:55 mdejong Exp $ TCL_VERSION=8.4 TCL_MAJOR_VERSION=8 @@ -485,8 +485,6 @@ TCL_STUB_LIB_PATH="${exec_prefix}/lib/${TCL_STUB_LIB_FILE}" TCL_SHARED_BUILD=${SHARED_BUILD} -AC_SUBST(STUB_LIB_FILE) - AC_SUBST(TCL_STUB_LIB_FILE) AC_SUBST(TCL_STUB_LIB_FLAG) AC_SUBST(TCL_BUILD_STUB_LIB_SPEC) |