[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
use LTDLDEPS
From: |
Ralf Wildenhues |
Subject: |
use LTDLDEPS |
Date: |
Mon, 28 Jan 2008 22:22:42 +0100 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
Hello Eric,
The patch fixes a build failure that used to be visible on Bob's build
daemon (when LIBLTDL is `-lltdl', `make' would error out if that was
listed as a dependency).
Cheers,
Ralf
2008-01-28 Ralf Wildenhues <address@hidden>
* Makefile.am (m4_libm4_la_DEPENDENCIES): Use $(LTDLDEPS).
Fixes build failure if installed libltdl is used.
diff --git a/Makefile.am b/Makefile.am
index 8626031..3d2fe4a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -226,7 +226,7 @@ m4_libm4_la_SOURCES = \
m4/utility.c
m4_libm4_la_LIBADD = gnu/libgnu.la \
$(LIBLTDL) $(LTLIBINTL) $(LIBADD_DL)
-m4_libm4_la_DEPENDENCIES = $(LIBLTDL) gnu/libgnu.la
+m4_libm4_la_DEPENDENCIES = $(LTDLDEPS) gnu/libgnu.la
# This file needs to be regenerated at configure time.
dist-hook:
- use LTDLDEPS,
Ralf Wildenhues <=