summaryrefslogtreecommitdiffstats
path: root/win/aclocal.m4
diff options
context:
space:
mode:
authorredman <redman>1999-06-18 17:34:21 (GMT)
committerredman <redman>1999-06-18 17:34:21 (GMT)
commit83d871bf2d578899eeb0e62df8c5a623470b6c93 (patch)
treefcd0ca74fe4213a84058ba511ee3e63b0941b6b3 /win/aclocal.m4
parent4f97bfe75203101d8dd6945b5c3f6d19802d5111 (diff)
downloadtcl-83d871bf2d578899eeb0e62df8c5a623470b6c93.zip
tcl-83d871bf2d578899eeb0e62df8c5a623470b6c93.tar.gz
tcl-83d871bf2d578899eeb0e62df8c5a623470b6c93.tar.bz2
Modifications to correct CC_EXENAME macro.
Diffstat (limited to 'win/aclocal.m4')
-rw-r--r--win/aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/win/aclocal.m4 b/win/aclocal.m4
index 9e13647..d74df1a 100644
--- a/win/aclocal.m4
+++ b/win/aclocal.m4
@@ -396,7 +396,7 @@ AC_DEFUN(SC_CONFIG_CFLAGS, [
# Specify the CC output file names based on the target name
CC_OBJNAME="-Fo\[$]@"
- CC_EXENAME="-Fe\$(shell cygpath \$(PATHTYPE) '\[$]@')"
+ CC_EXENAME="-Fe\"\$(shell cygpath \$(PATHTYPE) '\[$]@')\""
# Specify linker flags depending on the type of app being
# built -- Console vs. Window.