From 4f97bfe75203101d8dd6945b5c3f6d19802d5111 Mon Sep 17 00:00:00 2001 From: redman Date: Thu, 17 Jun 1999 23:30:44 +0000 Subject: Modify aclocal.m4 for PC to run cygpath on path of CC_EXENAME first. --- win/aclocal.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/aclocal.m4 b/win/aclocal.m4 index e58d196..9e13647 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. -- cgit v0.12