summaryrefslogtreecommitdiffstats
path: root/win/configure
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2015-10-05 09:41:33 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2015-10-05 09:41:33 (GMT)
commitc63a61faa5b72790b5ea7ad38ce02b27772d7b20 (patch)
treea2792d6a2b15e7a615198f6f823588d772c23891 /win/configure
parent1811aa29479a881623504b5690f541229b174086 (diff)
parentac5e974d3ec32575be23c0d656263b88e7653016 (diff)
downloadtk-c63a61faa5b72790b5ea7ad38ce02b27772d7b20.zip
tk-c63a61faa5b72790b5ea7ad38ce02b27772d7b20.tar.gz
tk-c63a61faa5b72790b5ea7ad38ce02b27772d7b20.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