summaryrefslogtreecommitdiffstats
path: root/win/configure.in
diff options
context:
space:
mode:
authormdejong <mdejong>2001-07-04 00:07:46 (GMT)
committermdejong <mdejong>2001-07-04 00:07:46 (GMT)
commit0962ee532bf11303e62d73a81dcc1d8aa8ef7377 (patch)
tree317b78244e9083510daa68ff541076bcad76beab /win/configure.in
parent72849b19b3634415af9c5b82658cddc9ff8b86b8 (diff)
downloadtcl-0962ee532bf11303e62d73a81dcc1d8aa8ef7377.zip
tcl-0962ee532bf11303e62d73a81dcc1d8aa8ef7377.tar.gz
tcl-0962ee532bf11303e62d73a81dcc1d8aa8ef7377.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.
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)