From bcb1de4ad67dcd74609f24e6771c54323df4c21c Mon Sep 17 00:00:00 2001 From: Christophe Alexandre Date: Tue, 30 Apr 2002 12:40:32 +0000 Subject: [PATCH] Replacing a sed line with an awk one because /usr/ucb/sed doesnt have the same regexp than /usr/bin/sed. Argh! --- alliance/src/configure.in | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/alliance/src/configure.in b/alliance/src/configure.in index a8c1d662..261e0ac6 100644 --- a/alliance/src/configure.in +++ b/alliance/src/configure.in @@ -25,7 +25,7 @@ dnl Almost ten years since I wrote this stuff, I just can't dnl believe it dnl Date : 01/02/2002 dnl Author : Frederic Petrot -dnl $Id: configure.in,v 1.21 2002/04/26 13:07:48 ludo Exp $ +dnl $Id: configure.in,v 1.22 2002/04/30 12:40:32 xtof Exp $ dnl dnl AC_INIT(./configure.in) @@ -40,12 +40,14 @@ changequote(,)dnl # match is performed) that you what to compile prior to anything -libraries="\ mbkal mbkap mbkedif mbkhilo mbkmg mbkspice \ mbkvrlog mbkvti mbkvhdlg aut \//"` + s="\\\<$i\\\>" + tdirs=`echo $tdirs | awk -v x=$s '{gsub(x, ""); print}'` done for i in $ldirs $tdirs ; do if test -f $srcdir/$i/configure.in ; then