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  <[EMAIL PROTECTED]>

        * 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