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  <[EMAIL PROTECTED]>

        * 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