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

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


_______________________________________________
M4-patches mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/m4-patches

Reply via email to