diff options
author | redman <redman> | 1999-06-18 17:35:06 (GMT) |
---|---|---|
committer | redman <redman> | 1999-06-18 17:35:06 (GMT) |
commit | ac6df974d198da6ee3cf17605f57c2b90803a69e (patch) | |
tree | 9d6977e03860a02f56cbf665ca8fcee2495907da /win/aclocal.m4 | |
parent | 6e11c04eb094222084f0ce506000b3a584a73fdf (diff) | |
download | tk-ac6df974d198da6ee3cf17605f57c2b90803a69e.zip tk-ac6df974d198da6ee3cf17605f57c2b90803a69e.tar.gz tk-ac6df974d198da6ee3cf17605f57c2b90803a69e.tar.bz2 |
Modifications to CC_EXENAME macro (aclocal.m4).
Fix static builds and installation macros.
Diffstat (limited to 'win/aclocal.m4')
-rw-r--r-- | win/aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/aclocal.m4 b/win/aclocal.m4 index e58d196..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\[$]@" + CC_EXENAME="-Fe\"\$(shell cygpath \$(PATHTYPE) '\[$]@')\"" # Specify linker flags depending on the type of app being # built -- Console vs. Window. |