From: Ralf Wildenhues Date: Sun, 24 Apr 2005 17:42:22 +0000 (+0000) Subject: * m4/libtool.m4 (_LT_CC_BASENAME): Ignore `compile'. X-Git-Tag: release-2-1b~657 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a18e5a214c703763eb599ea0581eb664f13f4992;p=thirdparty%2Flibtool.git * m4/libtool.m4 (_LT_CC_BASENAME): Ignore `compile'. --- diff --git a/ChangeLog b/ChangeLog index a78ab79c5..cb25c169e 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 f85ac52a8..0b7519bc4 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 @@ -6071,7 +6073,7 @@ m4_defun([_LT_DECL_SED], [AC_PROG_SED test -z "$SED" && SED=sed _LT_DECL([], [SED], [1], [A sed program that does not truncate output]) -_LT_DECL([], [Xsed], ["\$SED -e s/^X//"], +_LT_DECL([], [Xsed], ["\$SED -e 1s/^X//"], [Sed that helps us avoid accidentally triggering echo(1) options like -n]) ])# _LT_DECL_SED