* tests/lt_dlexit.at: Use $abs_top_srcdir, not $top_srcdir,

in the new testsuite.
This commit is contained in:
Ralf Wildenhues 2007-01-29 21:59:58 +00:00
parent f219156ee1
commit 663842ed39
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-01-29 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* tests/lt_dlexit.at: Use $abs_top_srcdir, not $top_srcdir,
in the new testsuite.
2007-01-29 Samuel Thibault <samuel.thibault@ens-lyon.org>
* libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS) [ gnu ]

View File

@ -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"