summaryrefslogtreecommitdiffstats
path: root/win/configure.in
diff options
context:
space:
mode:
authormdejong <mdejong@noemail.net>2001-07-04 00:07:46 (GMT)
committermdejong <mdejong@noemail.net>2001-07-04 00:07:46 (GMT)
commitf8c702a19edf3267d46888d14197c740c7b938e7 (patch)
tree317b78244e9083510daa68ff541076bcad76beab /win/configure.in
parent5d12178bd52ae26fd29b3619776baac3f35a3f98 (diff)
downloadtcl-f8c702a19edf3267d46888d14197c740c7b938e7.zip
tcl-f8c702a19edf3267d46888d14197c740c7b938e7.tar.gz
tcl-f8c702a19edf3267d46888d14197c740c7b938e7.tar.bz2
* win/Makefile.in: Remove PATHTYPE variable.
* win/configure: Regen. * win/configure.in: Don't subst PATHTYPE. * win/tcl.m4 (SC_CONFIG_CFLAGS): Remove PATHTYPE variable. Set CYGPATH to "cygpath -w" if the cygpath executable is found on the path. This approach works for native Cygwin builds and cross compiles. FossilOrigin-Name: c30eda3f1e64f446026e3c975ecac9f00f12bf1c
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 793969d..f593136 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.37 2001/06/27 01:06:12 mdejong Exp $
+# RCS: @(#) $Id: configure.in,v 1.38 2001/07/04 00:07:47 mdejong Exp $
AC_INIT(../generic/tcl.h)
@@ -186,7 +186,6 @@ AC_SUBST(CFG_TCL_UNSHARED_LIB_SUFFIX)
AC_SUBST(CFG_TCL_EXPORT_FILE_SUFFIX)
AC_SUBST(TCL_SHARED_BUILD)
-AC_SUBST(PATHTYPE)
AC_SUBST(CYGPATH)
AC_SUBST(CFLAGS_DEFAULT)
AC_SUBST(CFLAGS_DEBUG)