libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: skip `compile'


From: Ralf Wildenhues
Subject: FYI: skip `compile'
Date: Sun, 24 Apr 2005 19:46:04 +0200
User-agent: Mutt/1.5.6+20040907i

Applied to all branches.  I believe it fixes the last outstanding issue
with libtool's `-c -o' handling.  A test for HEAD is in the works.

Regards,
Ralf

2005-04-24  Ralf Wildenhues  <address@hidden>

        * libtool.m4 (_LT_CC_BASENAME): Ignore `compile'.

Index: libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/Attic/libtool.m4,v
retrieving revision 1.314.2.86
diff -u -r1.314.2.86 libtool.m4
--- libtool.m4  23 Apr 2005 15:46:26 -0000      1.314.2.86
+++ libtool.m4  24 Apr 2005 17:44:38 -0000
@@ -238,7 +238,9 @@
 AC_DEFUN([_LT_CC_BASENAME],
 [for cc_temp in $1""; do
   case $cc_temp in
-    ccache | *[[\\/]]ccache | distcc | *[[\\/]]distcc | purify | 
*[[\\/]]purify | \-*) ;;
+    compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
+    distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
+    \-*) ;;
     *) break;;
   esac
 done




reply via email to

[Prev in Thread] Current Thread [Next in Thread]