summaryrefslogtreecommitdiffstats
path: root/win/configure
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-10-05 09:41:33 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-10-05 09:41:33 (GMT)
commit86963de77f6884f72a81978958e2df8f5e0c4b95 (patch)
treea2792d6a2b15e7a615198f6f823588d772c23891 /win/configure
parentc1dbb606367474dee47052a165f69193d3a1a51d (diff)
parenta53de23533cfa1c9481745f1a8c2d65f26a88124 (diff)
downloadtk-86963de77f6884f72a81978958e2df8f5e0c4b95.zip
tk-86963de77f6884f72a81978958e2df8f5e0c4b95.tar.gz
tk-86963de77f6884f72a81978958e2df8f5e0c4b95.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 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