summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2015-10-05 09:41:33 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2015-10-05 09:41:33 (GMT)
commit16f52411b466613a30669d4afcd4d7f53932c47a (patch)
treea2792d6a2b15e7a615198f6f823588d772c23891 /win
parente37ff7aedc14a10e52d6951364c4a51d7a8de0cc (diff)
parent0e71a63fcd2e275e934f8fa2830aa9b3c50fc188 (diff)
downloadtk-16f52411b466613a30669d4afcd4d7f53932c47a.zip
tk-16f52411b466613a30669d4afcd4d7f53932c47a.tar.gz
tk-16f52411b466613a30669d4afcd4d7f53932c47a.tar.bz2
Use "cygpath -m" in stead of "cygpath -w", so paths (even windows ones) always have forward slashes. Suggested by pooryorick for [http://core.tcl.tk/tclconfig/tktview/06f1692bbe29449ac3f2161ebf9dd153d0349845|TEA], but a good idea anyway
FossilOrigin-Name: 8249ac0447e26267c97568ba831e1e4b13937d2e
Diffstat (limited to 'win')
-rwxr-xr-xwin/configure2
-rw-r--r--win/tcl.m42
2 files changed, 2 insertions, 2 deletions
diff --git a/win/configure b/win/configure
index 5840966..8671721 100755
--- a/win/configure
+++ b/win/configure
@@ -3449,7 +3449,7 @@ do
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
- ac_cv_prog_CYGPATH="cygpath -w"
+ ac_cv_prog_CYGPATH="cygpath -m"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
diff --git a/win/tcl.m4 b/win/tcl.m4
index 8e3b13f..eecc01c 100644
--- a/win/tcl.m4
+++ b/win/tcl.m4
@@ -559,7 +559,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
EXTRA_CFLAGS=""
AC_DEFINE(MODULE_SCOPE, [extern], [No need to mark inidividual symbols as hidden])
- AC_CHECK_PROG(CYGPATH, cygpath, cygpath -w, echo)
+ AC_CHECK_PROG(CYGPATH, cygpath, cygpath -m, echo)
SHLIB_SUFFIX=".dll"