From 851f873412a3e69405dad44011b2155eb1a71b16 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Sun, 4 May 2008 12:31:22 -0400 Subject: [PATCH] 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. --- ChangeLog | 7 +++++++ tests/testsuite.at | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3188e663e..d6cdec03b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-05-04 Gary V. Vaughan + + 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 Don't trip over outdated acinclude.m4. diff --git a/tests/testsuite.at b/tests/testsuite.at index 14a604e81..4dfc4aba3 100644 --- a/tests/testsuite.at +++ b/tests/testsuite.at @@ -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 -- 2.47.2