From: Ralf Wildenhues Date: Sun, 24 Apr 2005 17:43:31 +0000 (+0000) Subject: * m4/libtool.m4 (_LT_CC_BASENAME): Ignore `compile'. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbd9890729110fb28f9f5f8c25f25e58e3b5c019;p=thirdparty%2Flibtool.git * m4/libtool.m4 (_LT_CC_BASENAME): Ignore `compile'. --- diff --git a/ChangeLog b/ChangeLog index 9479d1515..2f90d38c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-04-24 Ralf Wildenhues + + * m4/libtool.m4 (_LT_CC_BASENAME): Ignore `compile'. + 2005-04-23 Ralf Wildenhues * m4/libtool.m4 (_LT_COMPILER_PIC, _LT_LINKER_SHLIBS) [solaris]: diff --git a/m4/libtool.m4 b/m4/libtool.m4 index 78c89eadb..4ab867a8c 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -96,7 +96,9 @@ dnl AC_DEFUN([AM_PROG_LIBTOOL], []) m4_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