| ./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
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
=
> "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.
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