diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-10-05 09:41:33 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-10-05 09:41:33 (GMT) |
commit | c27d51b9cf281eec60f4c8f6a205e5a328452dfc (patch) | |
tree | a2792d6a2b15e7a615198f6f823588d772c23891 /win/configure | |
parent | 247220186fa8f0f6dd89f9a47ffbd627324f24f2 (diff) | |
parent | 73f2bd2dd252941f602bc18736163172c7f75262 (diff) | |
download | tk-c27d51b9cf281eec60f4c8f6a205e5a328452dfc.zip tk-c27d51b9cf281eec60f4c8f6a205e5a328452dfc.tar.gz tk-c27d51b9cf281eec60f4c8f6a205e5a328452dfc.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-x | win/configure | 2 |
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 |