6c60582
--- Makefile.am~	2015-07-09 02:33:03.000000000 -0500
6c60582
+++ Makefile.am	2016-06-24 08:56:43.429236736 -0500
6c60582
@@ -27,19 +27,6 @@
6c60582
 	.doc_stamp \
6c60582
 	.DS_Store \
6c60582
 	include/etl_profile.h.in \
6c60582
-	libltdl/COPYING.LIB \
6c60582
-	libltdl/Makefile.in \
6c60582
-	libltdl/acinclude.m4 \
6c60582
-	libltdl/config-h.in \
6c60582
-	libltdl/configure.in \
6c60582
-	libltdl/ltdl.h \
6c60582
-	libltdl/Makefile.am \
6c60582
-	libltdl/README \
6c60582
-	libltdl/aclocal.m4 \
6c60582
-	libltdl/configure \
6c60582
-	libltdl/ltdl.c \
6c60582
-	libltdl/stamp-h.in
6c60582
-
6c60582
 
6c60582
 SUBDIRS = \
6c60582
 	libltdl \
6c60582
--- configure.ac~	2015-10-06 04:13:36.000000000 -0500
6c60582
+++ configure.ac	2016-06-24 08:58:04.641800077 -0500
6c60582
@@ -654,12 +654,6 @@
6c60582
 AC_SUBST(CPPFLAGS)
6c60582
 AC_SUBST(LDFLAGS)
6c60582
 
6c60582
-# AC_CONFIG_SUBDIRS(libltdl) is required for libtool 1.5.26 but must not be present for
6c60582
-# libtool 2.2.4. Problem seems to be that AC_LIB_LTDL (above) now calls AC_CONFIG_SUBDIRS
6c60582
-# itself, through LTDL_INIT, _LTDL_SETUP, _LTDL_MODE_DISPATCH. We need to check the
6c60582
-# condition that libltdl has already been registered with AC_CONFIG_SUBDIRS:
6c60582
-m4_ifdef([_AC_SEEN_TAG(libltdl)], [], [AC_CONFIG_SUBDIRS(libltdl)])
6c60582
-
6c60582
 CONFIG_LIBS="-lsynfig"
6c60582
 CONFIG_CFLAGS="$CONFIG_CFLAGS"
6c60582
 AC_SUBST(CONFIG_LIBS)
6c60582
--- Makefile.am~	2016-06-24 09:00:28.000000000 -0500
6c60582
+++ Makefile.am	2016-06-24 09:01:12.531789841 -0500
6c60582
@@ -26,7 +26,7 @@
6c60582
 	config.status \
6c60582
 	.doc_stamp \
6c60582
 	.DS_Store \
6c60582
-	include/etl_profile.h.in \
6c60582
+	include/etl_profile.h.in
6c60582
 
6c60582
 SUBDIRS = \
6c60582
 	libltdl \
6c60582
--- Makefile.am~	2016-06-24 09:02:14.000000000 -0500
6c60582
+++ Makefile.am	2016-06-24 09:02:38.773326142 -0500
6c60582
@@ -29,7 +29,6 @@
6c60582
 	include/etl_profile.h.in
6c60582
 
6c60582
 SUBDIRS = \
6c60582
-	libltdl \
6c60582
 	build_tools \
6c60582
 	src \
6c60582
 	examples \