From 03439066825911226d0300c47eb3fc647622e28e Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Mon, 10 Jul 2006 00:12:24 +0200 Subject: [PATCH] Remove libltdl. I have no clue what I was thinking when including this. --- Makefile.am | 3 +-- configure.ac | 4 +--- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index 1ffda90..af71b84 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,4 @@ -SUBDIRS = libltdl src -INCLUDES = $(LTDLINCL) +SUBDIRS = src dist-hook: find $(distdir) -type d -name '.svn' | xargs rm -rf diff --git a/configure.ac b/configure.ac index fd5c11d..7aa9469 100644 --- a/configure.ac +++ b/configure.ac @@ -19,13 +19,11 @@ AM_CONDITIONAL(COMPILER_IS_GCC, test "x$GCC" = "xyes") # # configure libtool # -AC_LIBLTDL_CONVENIENCE AC_SUBST(LTDLINCL) -AC_SUBST(LIBLTDL) AC_LIBTOOL_DLOPEN AC_PROG_LIBTOOL #AC_PROG_RANLIB -AC_CONFIG_SUBDIRS(libltdl src) +AC_CONFIG_SUBDIRS(src) # # Checks for header files. -- 2.11.0