summaryrefslogtreecommitdiffstats
path: root/win/configure.in
diff options
context:
space:
mode:
authormdejong <mdejong@noemail.net>2001-06-27 01:06:11 (GMT)
committermdejong <mdejong@noemail.net>2001-06-27 01:06:11 (GMT)
commite3d2fd9fc8579478c882b129a894950753e558c6 (patch)
treed46a94578d57e15fc36e4fb1e0dfed24e61592c9 /win/configure.in
parent7b2f411e9bb3e82f65a1727356ce68503669cdeb (diff)
downloadtcl-e3d2fd9fc8579478c882b129a894950753e558c6.zip
tcl-e3d2fd9fc8579478c882b129a894950753e558c6.tar.gz
tcl-e3d2fd9fc8579478c882b129a894950753e558c6.tar.bz2
* win/Makefile.in: Use : to separate VPATH entries. This
works for both Cygwin builds and cross builds, the VPSEP variable is simply unneeded complexity. * win/configure: Regen. * win/configure.in: Don't subst VPSEP. * win/tcl.m4 (SC_CONFIG_CFLAGS): Remove VPSEP variable. FossilOrigin-Name: 8bc2635c02042e32a033c9c051672bd8b004c5ef
Diffstat (limited to 'win/configure.in')
-rw-r--r--win/configure.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/win/configure.in b/win/configure.in
index 09df34f..793969d 100644
--- a/win/configure.in
+++ b/win/configure.in
@@ -2,7 +2,7 @@
# generate the file "configure", which is run during Tcl installation
# to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.36 2001/06/26 20:28:43 mdejong Exp $
+# RCS: @(#) $Id: configure.in,v 1.37 2001/06/27 01:06:12 mdejong Exp $
AC_INIT(../generic/tcl.h)
@@ -188,7 +188,6 @@ AC_SUBST(TCL_SHARED_BUILD)
AC_SUBST(PATHTYPE)
AC_SUBST(CYGPATH)
-AC_SUBST(VPSEP)
AC_SUBST(CFLAGS_DEFAULT)
AC_SUBST(CFLAGS_DEBUG)
AC_SUBST(CFLAGS_OPTIMIZE)