Hello Thomas,

thanks for the bug report.

* Thomas J. Duck wrote on Thu, Dec 04, 2008 at 02:49:14AM CET:
>
> I have installed automake1.9.6 on my Mac OS X 10.4 system.  'Make check' 
> results in the error below.  If there is any further information you 
> need, please let me know. --Tom

> XFAIL: txinfo5.test

> 1 of 527 tests failed
> (40 tests were not run)

The XFAIL denotes expected failures, so it would be a different test
that failed (FAIL).  Depending on the Autoconf version used, I would
guess that to be multlib.test.  Anyway, when you find out which test
fails, you can get verbose output with
  cd tests
  env TESTS=foo.test VERBOSE=yes make -e check

with 'foo.test' replaced by the failing test.

Cheers,
Ralf


Reply via email to