* Ralf Wildenhues wrote on Fri, Jul 08, 2005 at 05:28:06PM CEST:
> 
> --- tests/defs        8 Apr 2005 13:00:50 -0000       1.5.2.3
> +++ tests/defs        8 Jul 2005 15:26:53 -0000
> @@ -17,8 +17,9 @@
>  progname=`echo "$0" | sed 's%^.*/%%'`
>  
>  libtool="../libtool"
> -make="${MAKE-make}"
>  SHELL="${CONFIG_SHELL-/bin/sh}"
> +: ${MAKE=make}
> +: ${SED=sed}
>  
>  if echo a | (grep -E '(a|b)') >/dev/null 2>&1; then
>    EGREP='grep -E'
> 

Argh.  I'm very sorry.

2005-07-08  Ralf Wildenhues  <[EMAIL PROTECTED]>

        * tests/defs (make): Undo bogus change I did, and also 
        wrongly attributed to Derek R. Price.

Index: tests/defs
===================================================================
RCS file: /cvsroot/libtool/libtool/tests/Attic/defs,v
retrieving revision 1.5.2.4
diff -u -r1.5.2.4 defs
--- tests/defs  8 Jul 2005 15:27:52 -0000       1.5.2.4
+++ tests/defs  8 Jul 2005 15:47:00 -0000
@@ -17,8 +17,8 @@
 progname=`echo "$0" | sed 's%^.*/%%'`
 
 libtool="../libtool"
+make="${MAKE-make}"
 SHELL="${CONFIG_SHELL-/bin/sh}"
-: ${MAKE=make}
 : ${SED=sed}
 
 if echo a | (grep -E '(a|b)') >/dev/null 2>&1; then


Reply via email to