summaryrefslogtreecommitdiffstats
path: root/win/configure
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-10-05 09:26:29 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-10-05 09:26:29 (GMT)
commit4c6eb20ea536a69664da33e0d9b189f9495f2566 (patch)
treecd3183aec912e9ff854f21ab28ae0a483e6ad75b /win/configure
parentdb1ca4262769ed2715fdb69680e29bc6eb1ebeef (diff)
parent6a0634acc9eabaf65a12fc8a608e0504163e8a1d (diff)
downloadtcl-4c6eb20ea536a69664da33e0d9b189f9495f2566.zip
tcl-4c6eb20ea536a69664da33e0d9b189f9495f2566.tar.gz
tcl-4c6eb20ea536a69664da33e0d9b189f9495f2566.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
Diffstat (limited to 'win/configure')
-rwxr-xr-xwin/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/configure b/win/configure
index c510b71..4ca795c 100755
--- a/win/configure
+++ b/win/configure
@@ -3300,7 +3300,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