mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-21 01:40:57 +08:00
* tests/lt_dlexit.at: Use $abs_top_srcdir, not $top_srcdir,
in the new testsuite.
This commit is contained in:
parent
f219156ee1
commit
663842ed39
@ -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 ]
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user