libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [patch] Dangling Pointer in libltdl


From: Ralf Wildenhues
Subject: Re: [patch] Dangling Pointer in libltdl
Date: Mon, 29 Jan 2007 22:59:37 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

* 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  <address@hidden>

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]