From: Ralf Wildenhues Date: Sun, 25 Feb 2007 12:25:02 +0000 (+0000) Subject: * Makefile.am (INSTALLCHECK_ENVIRONMENT): Point LTDLINCL and X-Git-Tag: release-2-1b~169 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d498066891527611ebc3fbc7d5d7ee7512f4ac1;p=thirdparty%2Flibtool.git * Makefile.am (INSTALLCHECK_ENVIRONMENT): Point LTDLINCL and LIBLTDL to installed libltdl, so that it is being used by the lt_dlexit test. --- diff --git a/ChangeLog b/ChangeLog index 7663f3c28..b6401b967 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-02-25 Ralf Wildenhues + + * Makefile.am (INSTALLCHECK_ENVIRONMENT): Point LTDLINCL and + LIBLTDL to installed libltdl, so that it is being used by + the lt_dlexit test. + 2007-02-24 Ralf Wildenhues * doc/libtool.texi (Install mode, libtool script contents): diff --git a/Makefile.am b/Makefile.am index 0ade3eae2..f9be4f403 100644 --- a/Makefile.am +++ b/Makefile.am @@ -444,6 +444,8 @@ BUILDCHECK_ENVIRONMENT = _lt_pkgdatadir="$(abs_top_srcdir)" \ 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