libtool
[Top][All Lists]
Advanced

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

Re: HEAD test 13


From: Ralf Wildenhues
Subject: Re: HEAD test 13
Date: Mon, 31 Oct 2005 09:54:23 +0100
User-agent: Mutt/1.5.11

Hi Tim,

* Tim Rice wrote on Sun, Oct 30, 2005 at 10:42:56PM CET:
> On Sun, 30 Oct 2005, Tim Rice wrote:
> > .....
> > 13. old-m4-iface.at:34: testing ...
*snip*
> > old-m4-iface.at:79: $AUTOCONF --force
> > stderr:
> > UX:ksh: ERROR: autoconf:  not found
> > stdout:
> > old-m4-iface.at:79: exit code was 1, expected 0
> > 13. old-m4-iface.at:34: 13. AM_PROG_LIBTOOL (old-m4-iface.at:34): FAILED 
> > (old-m4-iface.at:79)
> > .....
> > 
> > Should test 13 fail if the system you are testing on has no autoconf?
> > Perhaps it should pass.
> 
> Same for 14, 27, & 28
> And aclocal in 14, 21, 22, 23, 27, & 28

Yes, they should be skipped.

After Gary's pending test patches are in, I'll post one that adds

# LT_AT_CHECK_TOOL(TOOLNAME)
# ---------------------------
# Check for working `$TOOLNAME', add autotest keyword
m4_define([LT_AT_CHECK_TOOL],
[AT_CHECK([$$1 --version || (exit 77)], [0], [ignore], [ignore])
AT_KEYWORDS([$1])
])

and adds
  LT_AT_CHECK_TOOL([ACLOCAL])

to LT_AT_ACLOCAL, and ditto for the other tools.  This should resolve
the issue.  It's unfortunate that Autotest's AT_TESTED is unsuitable for
this.

Cheers,
Ralf




reply via email to

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