From: Florian Forster Date: Sun, 9 Jul 2006 22:12:24 +0000 (+0200) Subject: Remove libltdl. X-Git-Tag: liboping-0.3.1~3 X-Git-Url: https://git.octo.it/?p=liboping.git;a=commitdiff_plain;h=03439066825911226d0300c47eb3fc647622e28e Remove libltdl. I have no clue what I was thinking when including this. --- 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.