summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authormdejong <mdejong>2001-04-25 20:52:48 (GMT)
committermdejong <mdejong>2001-04-25 20:52:48 (GMT)
commitd56521d980a50d7e846fb183f51b1e7fee6e606f (patch)
tree7808054e6c7486a6a2a72e1448cf91e0b77d13a3 /unix/configure.in
parentf9e3816c8f035d2c1ff2613328fbb286230fa34b (diff)
downloadtk-d56521d980a50d7e846fb183f51b1e7fee6e606f.zip
tk-d56521d980a50d7e846fb183f51b1e7fee6e606f.tar.gz
tk-d56521d980a50d7e846fb183f51b1e7fee6e606f.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.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/unix/configure.in b/unix/configure.in
index fa0c83c..57085a9 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.
AC_INIT(../generic/tk.h)
-# RCS: @(#) $Id: configure.in,v 1.56 2001/04/02 02:08:55 hobbs Exp $
+# RCS: @(#) $Id: configure.in,v 1.57 2001/04/25 20:52:48 mdejong Exp $
TK_VERSION=8.4
TK_MAJOR_VERSION=8
@@ -400,8 +400,6 @@ TK_STUB_LIB_SPEC="-L${exec_prefix}/lib ${TK_STUB_LIB_FLAG}"
TK_BUILD_STUB_LIB_PATH="`pwd`/${TK_STUB_LIB_FILE}"
TK_STUB_LIB_PATH="${exec_prefix}/lib/${TK_STUB_LIB_FILE}"
-AC_SUBST(STUB_LIB_FILE)
-
AC_SUBST(TK_STUB_LIB_FILE)
AC_SUBST(TK_STUB_LIB_FLAG)
AC_SUBST(TK_BUILD_STUB_LIB_SPEC)