From: Ralf Wildenhues Date: Sun, 24 Apr 2005 17:45:59 +0000 (+0000) Subject: * libtool.m4 (_LT_CC_BASENAME): Ignore `compile'. X-Git-Tag: release-1-5-16~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba212674564ffb2f479bb37d0e319bf7ed89ae3a;p=thirdparty%2Flibtool.git * libtool.m4 (_LT_CC_BASENAME): Ignore `compile'. --- diff --git a/ChangeLog b/ChangeLog index 7914fa21f..0f001f30c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-04-24 Ralf Wildenhues + + * libtool.m4 (_LT_CC_BASENAME): Ignore `compile'. + 2005-04-23 Ralf Wildenhues * libtool.m4 (AC_LIBTOOL_PROG_COMPILER_PIC, AC_LIBTOOL_PROG_LD_SHLIBS) diff --git a/libtool.m4 b/libtool.m4 index e5c18a4a1..cb355065c 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -238,7 +238,9 @@ compiler=$CC 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