From: Ralf Wildenhues Date: Fri, 22 Apr 2005 16:40:01 +0000 (+0000) Subject: * libtool.m4 (_LT_CC_BASENAME): Use $echo, not $ECHO, for consistency. X-Git-Tag: release-1-5-16~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c97224d1335e81ba1aad44c326d076381377310;p=thirdparty%2Flibtool.git * libtool.m4 (_LT_CC_BASENAME): Use $echo, not $ECHO, for consistency. --- diff --git a/ChangeLog b/ChangeLog index 43645c607..30c333ca9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-04-22 Ralf Wildenhues (tiny change) + + * libtool.m4 (_LT_CC_BASENAME): Use $echo, not $ECHO, for consistency. + 2005-04-22 Gary V. Vaughan The FSF are moving offices today. Changed their contact address @@ -14,7 +18,7 @@ (AC_LIBTOOL_COMPILER_OPTION, AC_LIBTOOL_LINKER_OPTION, AC_LIBTOOL_PROG_CC_C_O): Fail only if nonempty warnings different from default compile/link. * NEWS: Update. - Reported Josselin Mouette and by Marcin Siennicki. + Reported by Josselin Mouette and Marcin Siennicki. 2005-04-17 Ralf Wildenhues diff --git a/libtool.m4 b/libtool.m4 index 0b404c331..290af393a 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -242,7 +242,7 @@ AC_DEFUN([_LT_CC_BASENAME], *) break;; esac done -cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` +cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` ])