* tests/testsuite.at (_LIBTOOLIZE_TRANSFORM): When $tst_aclocal
is set, transform paths that use it to generic
/usr/local/share/aclocal in time for AT_CHECK comparisons.
+2008-05-04 Gary V. Vaughan <gary@gnu.org>
+
+ Make libtoolize tests work with distcheck.
+ * tests/testsuite.at (_LIBTOOLIZE_TRANSFORM): When $tst_aclocal
+ is set, transform paths that use it to generic
+ /usr/local/share/aclocal in time for AT_CHECK comparisons.
+
2008-05-03 Gary V. Vaughan <gary@gnu.org>
Don't trip over outdated acinclude.m4.
m4_define([_LIBTOOLIZE_TRANSFORM],
[lt_name=`$ECHO "$LIBTOOLIZE" | sed "s,^.*/,,"`
sed "s/^libtoolize/$lt_name/
-s|/usr/local/share/aclocal/|$abs_top_srcdir/libltdl/m4/|" < $1 > $1.t
+s|/usr/local/share/aclocal/|${tst_aclocaldir-$abs_top_srcdir/libltdl/m4}/|" < $1 > $1.t
mv -f $1.t $1
])dnl