summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2014-11-21 19:28:00 +0000
committerGary V. Vaughan <gary@gnu.org>2014-11-21 19:28:00 +0000
commit6518b81d286f9f57169d68af68567be21a359189 (patch)
tree7082da3af50fa61191a0738d37c7c5b014267363 /Makefile.am
parent2c19e82d5d813565abfc2aca0085e1da339416fd (diff)
downloadm4-6518b81d286f9f57169d68af68567be21a359189.tar.gz
configury: remove vestigial libltdl references.
M4 no longer uses libltdl. * configure.ac: Call LT_LIB_DLLOAD to set LIBADD_DL correctly. * Makefile.am (m4_libm4_la_LIBADD): Remove LIBLTDL. (m4_libm4_la_DEPENDENCIES): Remove LTDLDEPS. Reported by Pavel Raiskup Signed-off-by: Gary V. Vaughan <gary@gnu.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 86aada41..7e3f1d85 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -246,8 +246,8 @@ m4_libm4_la_SOURCES = \
m4/syntax.c \
m4/utility.c
m4_libm4_la_LIBADD = m4/gnu/libgnu.la \
- $(LIBLTDL) $(LTLIBINTL) $(LIBADD_DL)
-m4_libm4_la_DEPENDENCIES = $(LTDLDEPS) m4/gnu/libgnu.la
+ $(LTLIBINTL) $(LIBADD_DL)
+m4_libm4_la_DEPENDENCIES = m4/gnu/libgnu.la
# This file needs to be regenerated at configure time.
dist-hook: