From: Ralf Wildenhues Date: Mon, 29 Jan 2007 21:59:58 +0000 (+0000) Subject: * tests/lt_dlexit.at: Use $abs_top_srcdir, not $top_srcdir, X-Git-Tag: release-2-1b~212 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=663842ed39365dc2d78bd426f388073eef02a243;p=thirdparty%2Flibtool.git * tests/lt_dlexit.at: Use $abs_top_srcdir, not $top_srcdir, in the new testsuite. --- diff --git a/ChangeLog b/ChangeLog index b64f4480f..81c7fcee1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-01-29 Ralf Wildenhues + + * tests/lt_dlexit.at: Use $abs_top_srcdir, not $top_srcdir, + in the new testsuite. + 2007-01-29 Samuel Thibault * libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS) [ gnu ] diff --git a/tests/lt_dlexit.at b/tests/lt_dlexit.at index 1450159e3..e4a0a4a30 100644 --- a/tests/lt_dlexit.at +++ b/tests/lt_dlexit.at @@ -114,7 +114,7 @@ int fb1 (int x) { return f1 (v1) + x - 3; } int vb1 = 3; ]]) -: ${LTDLINCL="-I$top_srcdir/libltdl"} +: ${LTDLINCL="-I$abs_top_srcdir/libltdl"} : ${LIBLTDL="$abs_builddir/../libltdl/libltdlc.la"} CPPFLAGS="$CPPFLAGS $LTDLINCL"