diff options
Diffstat (limited to 'unix/configure.in')
-rw-r--r-- | unix/configure.in | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/unix/configure.in b/unix/configure.in index 4ae9293..0a67215 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 Tk installation dnl to configure the system for the local environment. # -# RCS: @(#) $Id: configure.in,v 1.67 2002/01/11 20:56:38 mdejong Exp $ +# RCS: @(#) $Id: configure.in,v 1.68 2002/01/29 08:04:37 mdejong Exp $ AC_INIT(../generic/tk.h) @@ -462,17 +462,6 @@ AC_SUBST(SHLIB_LD) AC_SUBST(SHLIB_LD_LIBS) AC_SUBST(SHLIB_SUFFIX) AC_SUBST(SHLIB_VERSION) -AC_SUBST(TCL_BIN_DIR) -AC_SUBST(TCL_LIB_SPEC) -AC_SUBST(TCL_STUB_LIB_SPEC) -AC_SUBST(TCL_LIB_FLAG) -AC_SUBST(TCL_STUB_LIB_FLAG) -#AC_SUBST(TCL_BUILD_STUB_LIB_SPEC) -#AC_SUBST(TCL_BUILD_LIB_SPEC) -AC_SUBST(TCL_DBGX) -AC_SUBST(TCL_LIB_FLAG) -AC_SUBST(TCL_SRC_DIR) -AC_SUBST(TCL_VERSION) AC_SUBST(TK_BUILD_LIB_SPEC) AC_SUBST(TK_CC_SEARCH_FLAGS) AC_SUBST(TK_LD_SEARCH_FLAGS) |