* quoting myself again:
> * tests/lt_dlexit.at: New test.
And the installed ltdl.h played tricks on me too.
Here's a fix for the CVS HEAD test.
Cheers,
Ralf
2007-01-29 Ralf Wildenhues <[EMAIL PROTECTED]>
* tests/lt_dlexit.at: Use $abs_top_srcdir, not $top_srcdir,
in the new testsuite.
Index: tests/lt_dlexit.at
===================================================================
RCS file: /cvsroot/libtool/libtool/tests/lt_dlexit.at,v
retrieving revision 1.1
diff -u -r1.1 lt_dlexit.at
--- tests/lt_dlexit.at 28 Jan 2007 14:55:01 -0000 1.1
+++ tests/lt_dlexit.at 29 Jan 2007 21:57:56 -0000
@@ -114,7 +114,7 @@
int vb1 = 3;
]])
-: ${LTDLINCL="-I$top_srcdir/libltdl"}
+: ${LTDLINCL="-I$abs_top_srcdir/libltdl"}
: ${LIBLTDL="$abs_builddir/../libltdl/libltdlc.la"}
CPPFLAGS="$CPPFLAGS $LTDLINCL"