diff options
author | mdejong <mdejong> | 2002-07-16 21:10:13 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2002-07-16 21:10:13 (GMT) |
commit | 3be076f63eb1d301a7fa6d5682970b60018459fa (patch) | |
tree | 8b358e20e7c72d83a8e8cf582ec1c9dd9feb8b7f /unix/configure.in | |
parent | 67208e7cb489fda2de1e63a9fe782b4f3794f486 (diff) | |
download | tcl-3be076f63eb1d301a7fa6d5682970b60018459fa.zip tcl-3be076f63eb1d301a7fa6d5682970b60018459fa.tar.gz tcl-3be076f63eb1d301a7fa6d5682970b60018459fa.tar.bz2 |
* unix/configure: Regen.
* unix/configure.in: Remove useless subst of TCL_BIN_DIR.
Diffstat (limited to 'unix/configure.in')
-rw-r--r-- | unix/configure.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/unix/configure.in b/unix/configure.in index 2482805..4f6de8c 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. # -# RCS: @(#) $Id: configure.in,v 1.90 2002/07/14 17:29:03 dgp Exp $ +# RCS: @(#) $Id: configure.in,v 1.91 2002/07/16 21:10:15 mdejong Exp $ AC_INIT(../generic/tcl.h) @@ -532,7 +532,6 @@ AC_SUBST(TCL_BUILD_STUB_LIB_SPEC) AC_SUBST(TCL_BUILD_STUB_LIB_PATH) AC_SUBST(TCL_SRC_DIR) -AC_SUBST(TCL_BIN_DIR) AC_SUBST(TCL_DBGX) AC_SUBST(CFG_TCL_SHARED_LIB_SUFFIX) AC_SUBST(CFG_TCL_UNSHARED_LIB_SUFFIX) |