libtool-patches
[Top][All Lists]
Advanced

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

FYI: HEAD: installcheck should use installed libltdl


From: Ralf Wildenhues
Subject: FYI: HEAD: installcheck should use installed libltdl
Date: Sun, 25 Feb 2007 13:25:05 +0100
User-agent: Mutt/1.5.13 (2007-02-12)

Applied to HEAD to fix installcheck test failure of the lt_dlexit
test observed at a time when libltdl/libltdlc.la was not built.

Cheers,
Ralf

2007-02-25  Ralf Wildenhues  <address@hidden>

        * Makefile.am (INSTALLCHECK_ENVIRONMENT): Point LTDLINCL and
        LIBLTDL to installed libltdl, so that it is being used by
        the lt_dlexit test.

Index: Makefile.am
===================================================================
RCS file: /cvsroot/libtool/libtool/Makefile.am,v
retrieving revision 1.208
diff -u -r1.208 Makefile.am
--- Makefile.am 23 Feb 2007 18:27:34 -0000      1.208
+++ Makefile.am 25 Feb 2007 12:23:57 -0000
@@ -444,6 +444,8 @@
 INSTALLCHECK_ENVIRONMENT = \
        LIBTOOLIZE="$(bindir)/`echo libtoolize | sed 
'$(program_transform_name)'`" \
        LIBTOOL="$(bindir)/`echo libtool | sed '$(program_transform_name)'`" \
+       LTDLINCL="-I$(includedir)" \
+       LIBLTDL="$(libdir)/libltdl.la" \
        tst_aclocaldir="$(aclocaldir)"
 
 # Use `$(srcdir)' for the benefit of non-GNU makes: this is




reply via email to

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