Re: HEAD test 13
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 ___ http://lists.gnu.org/mailman/listinfo/libtool
Re: HEAD test 13
On Sun, 30 Oct 2005, Tim Rice wrote: > . > 13. old-m4-iface.at:34: testing ... > libtoolize: linking file `./config.guess' > libtoolize: linking file `./config.sub' > libtoolize: linking file `./install-sh' > libtoolize: linking file `./ltmain.sh' > libtoolize: You should add the contents of > `/opt/src/gnu/libtool-2.x/libltdl/m4/libtool.m4' to `aclocal.m4'. > 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 -- Tim RiceMultitalents(707) 887-1469 [EMAIL PROTECTED] ___ http://lists.gnu.org/mailman/listinfo/libtool
HEAD test 13
. 13. old-m4-iface.at:34: testing ... libtoolize: linking file `./config.guess' libtoolize: linking file `./config.sub' libtoolize: linking file `./install-sh' libtoolize: linking file `./ltmain.sh' libtoolize: You should add the contents of `/opt/src/gnu/libtool-2.x/libltdl/m4/libtool.m4' to `aclocal.m4'. 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. -- Tim RiceMultitalents(707) 887-1469 [EMAIL PROTECTED] ___ http://lists.gnu.org/mailman/listinfo/libtool