This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
searching for libtool.m4 in tests/defs
- From: Ralf Wildenhues <Ralf dot Wildenhues at gmx dot de>
- To: automake at gnu dot org
- Date: Wed, 26 May 2004 18:46:32 +0200
- Subject: searching for libtool.m4 in tests/defs
- Organization: Department of Numerical Simulation, University of Bonn
The Automake test suite (CVS HEAD version) explicitly looks for
libtool.m4 in aclocaldir and a list of directories specified in the
dirlist file there. Now recent CVS Libtool versions remove libtool.m4
from that location and add it to .../share/libtool/m4/ .
This lead to many SKIPped tests in the test suite (quite silently, by
the way). How would I resolve this issue correctly? Is this an
Automake, a Libtool or a user problem? Why is there no standard way to
ask a libtoolize for its corresponding m4 files (at least, one would
think, newer versions would improve this situation)?
Regards,
Ralf