summaryrefslogtreecommitdiffstats
path: root/win/tcl.m4
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-10-05 09:23:12 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-10-05 09:23:12 (GMT)
commit9cac91e2eb9f49a1227ec078f49d8130706a6125 (patch)
tree95aad6cf8fc8c53f0b6b0e24b0c3903a34af668e /win/tcl.m4
parenta3a5372cf6ffd69dbf4628f2c0dd5295f79888ae (diff)
downloadtcl-9cac91e2eb9f49a1227ec078f49d8130706a6125.zip
tcl-9cac91e2eb9f49a1227ec078f49d8130706a6125.tar.gz
tcl-9cac91e2eb9f49a1227ec078f49d8130706a6125.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/tcl.m4')
-rw-r--r--win/tcl.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tcl.m4 b/win/tcl.m4
index aa3c4b3..46d3518 100644
--- a/win/tcl.m4
+++ b/win/tcl.m4
@@ -558,7 +558,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
# Set some defaults (may get changed below)
EXTRA_CFLAGS=""
- AC_CHECK_PROG(CYGPATH, cygpath, cygpath -w, echo)
+ AC_CHECK_PROG(CYGPATH, cygpath, cygpath -m, echo)
SHLIB_SUFFIX=".dll"