Re: sed prob in foreign.at

2001-01-18 Thread Akim Demaille
| ./foreign.at:25: libtoolize | sed -n "s,^.*\`\(/[^']*\)'.*,\1,p" >at-path | + at_status=0 | + set +vx | + libtoolize | + sed -n s,^.*`\(/[^']*\)'.*,\1,p | libtoolize: `configure.in' does not exist Waf waf waf! Stupid me. Yeah, of course, libtoolize does not know about configure.ac (yet). Th

Re: sed prob in foreign.at

2001-01-18 Thread Patrick Welche
On Thu, Jan 18, 2001 at 11:14:50AM +0100, Akim Demaille wrote: > > Could you run > > cd tests/ > ./testsuite -d -v -x 173 > # it should fail, but run this anyway: > libtoolize 2>/dev/null quartz% ./testsuite -d -v -x 172 Testing suite for GNU Autoconf 2.49c =

Re: sed prob in foreign.at

2001-01-18 Thread Akim Demaille
> "Patrick" == Patrick Welche <[EMAIL PROTECTED]> writes: Patrick> What is foreign.at:24: AT_CHECK([libtoolize | sed -n Patrick> ["s,^.*\`\(/[^']*\)'.*,\1,p"] >at-path], 0, [], ignore) Patrick> trying to do? Patrick> For me: Patrick> quartz% libtoolize --version libtoolize (GNU libtool) 1.

sed prob in foreign.at

2001-01-17 Thread Patrick Welche
What is foreign.at:24: AT_CHECK([libtoolize | sed -n ["s,^.*\`\(/[^']*\)'.*,\1,p"] >at-path], 0, [], ignore) trying to do? For me: quartz% libtoolize --version libtoolize (GNU libtool) 1.3c and libtoolize --version | sed -n "s,^.*\`\(/[^']*\)'.*,\1,p" gets me strictly nothing, so