Hi Gary, * Gary V. Vaughan wrote on Thu, Nov 10, 2005 at 06:52:45PM CET: > > Applied to HEAD. > > Had to tweak slightly to make test-5 work with installcheck.
Why? That would be a bug. The whole point of tst_aclocaldir was that it does _not_ appear in libtoolize. And in fact, over here, this change: > --- orig/libtoolize.m4sh > +++ mod/libtoolize.m4sh > @@ -1030,6 +1030,7 @@ > pkgdatadir="$_lt_pkgdatadir/libltdl" > aclocaldir="$_lt_pkgdatadir/libltdl/m4" > fi > + test -n "$tst_aclocaldir" && aclocaldir="$tst_aclocaldir" > func_nonemptydir_p pkgltdldir > func_nonemptydir_p pkgdatadir > func_nonemptydir_p aclocaldir is not needed at all. Cheers, Ralf
