libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: tiny fix (branch-1-5)


From: Ralf Wildenhues
Subject: FYI: tiny fix (branch-1-5)
Date: Fri, 22 Apr 2005 18:36:37 +0200
User-agent: Mutt/1.4.1i

Applied to branch-1-5.  This one did not hurt because in `configure' we
have both $echo and $ECHO defined.

Regards,
Ralf

2005-04-22  Ralf Wildenhues  <address@hidden>  (tiny change)

        * libtool.m4 (_LT_CC_BASENAME): Use $echo, not $ECHO, for consistency.

Index: libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/Attic/libtool.m4,v
retrieving revision 1.314.2.82
diff -u -r1.314.2.82 libtool.m4
--- libtool.m4  18 Apr 2005 17:07:46 -0000      1.314.2.82
+++ libtool.m4  22 Apr 2005 16:37:44 -0000
@@ -242,7 +242,7 @@
     *) 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-%%"`
 ])
 
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]