Testsuite fails

2001-07-02 Thread Pavel Roskin
Hello! The CVS version of Automake fails in libtool2.test. There is no mostlyclean-libtool in sub/Makefile.in. I suggest that if a failing test is submitted, it should be added to XFAIL_TESTS in the same commit. It should be removed from XFAIL_TESTS in the same commit that fixes it. This way

Re: Testsuite fails

2001-07-02 Thread Tom Tromey
Pavel == Pavel Roskin [EMAIL PROTECTED] writes: Pavel I suggest that if a failing test is submitted, it should be Pavel added to XFAIL_TESTS in the same commit. It should be removed Pavel from XFAIL_TESTS in the same commit that fixes it. I agree. Sorry about that. I checked in the fix. Tom

Re: Testsuite fails

2001-02-27 Thread Tom Tromey
"adl" == Alexandre Duret-Lutz [EMAIL PROTECTED] writes: adl Is it an "ok" for my proposal or a "no, keep it as it is now"? adl Right now, I would have to call AC_CHECK_TOOL([STRIP],[strip]) adl in my configure.in *before* calling AM_INIT_AUTOMAKE to make adl thinks work. Yeah. I think we

Re: Testsuite fails

2001-02-26 Thread Alexandre Duret-Lutz
"Tom" == Tom Tromey [EMAIL PROTECTED] writes: "adl" == Alexandre Duret-Lutz [EMAIL PROTECTED] writes: [...] adl Otherwise, as install-strip is concerned, another idea is to: adl 1) not call AM_PROG_INSTALL_STRIP from AM_INIT_AUTOMAKE adl 2) revert all `commenting' that has been done in

Re: Testsuite fails

2001-02-25 Thread Tom Tromey
"adl" == Alexandre Duret-Lutz [EMAIL PROTECTED] writes: Akim Your explanation is very correct. AC_CHECK_TOOL only needs Akim host_alias, hence there was no reason to require AC_CANONICAL_*. adl Has anyone a plan to change this in Automake? Eventually when we move to traces this will change.

Re: Testsuite fails

2001-02-22 Thread Derek R. Price
Akim Demaille wrote: Pavel Roskin [EMAIL PROTECTED] writes: We probably need a special macro, e.g. AC_REQUIRE_FILE, so that the macros will be able to indicate what files they need. This is what Derek and I are working on :) But I doubt 2.50 will be the good starting point, 2.51 will.

Re: Testsuite fails

2001-02-22 Thread Tom Tromey
"Derek" == Derek R Price [EMAIL PROTECTED] writes: I imagine we'll have to radically revamp the test suite when we move to using autoconf's tracing feature. The current test suite is very dumb and doesn't usually generate a correct configure.in. Derek I'm working on this so I can test my

Re: Testsuite fails

2001-02-20 Thread Tom Tromey
"Akim" == Akim Demaille [EMAIL PROTECTED] writes: Ideally we'd have some way to tell autoconf, "if this package can be cross-compiled, then check for a cross `strip' as well". Maybe there's an ugly way to do this. Akim But I think your request is precisely AC_CHECK_TOOL. What Akim exactly

Re: Testsuite fails

2001-02-19 Thread Akim Demaille
Tom Tromey [EMAIL PROTECTED] writes: "Pavel" == Pavel Roskin [EMAIL PROTECTED] writes: Pavel AC_CHECK_TOOL([STRIP],[strip]) Yes, I wasn't thinking. I've removed this. Ideally we'd have some way to tell autoconf, "if this package can be cross-compiled, then check for a cross `strip'

Re: Testsuite fails

2001-02-18 Thread Tom Tromey
"Pavel" == Pavel Roskin [EMAIL PROTECTED] writes: Pavel AC_CHECK_TOOL([STRIP],[strip]) Yes, I wasn't thinking. I've removed this. Ideally we'd have some way to tell autoconf, "if this package can be cross-compiled, then check for a cross `strip' as well". Maybe there's an ugly way to do