]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Make libtoolize tests work with distcheck.
authorGary V. Vaughan <gary@gnu.org>
Sun, 4 May 2008 16:31:22 +0000 (12:31 -0400)
committerGary V. Vaughan <gary@gnu.org>
Sun, 4 May 2008 16:31:22 +0000 (12:31 -0400)
* 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.

ChangeLog
tests/testsuite.at

index 3188e663e0c642451411386265519f93975681eb..d6cdec03b8f9da0e3744fd186057d97af8826d36 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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.
index 14a604e81fd84070753cb0f7ca3986df8447905b..4dfc4aba3391870d36bae5cf4f6eca93da05f4d3 100644 (file)
@@ -75,7 +75,7 @@ AT_KEYWORDS([libtoolize])
 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