Code

Remove libltdl.
authorFlorian Forster <octo@verplant.org>
Sun, 9 Jul 2006 22:12:24 +0000 (00:12 +0200)
committerFlorian Forster <octo@verplant.org>
Sun, 9 Jul 2006 22:12:24 +0000 (00:12 +0200)
I have no clue what I was thinking when including this.

Makefile.am
configure.ac

index 1ffda90fc9afa1e209c733fb1916445c88e532c7..af71b84b3b6f04b44a754ffb70e350a311a24885 100644 (file)
@@ -1,5 +1,4 @@
-SUBDIRS = libltdl src
-INCLUDES = $(LTDLINCL)
+SUBDIRS = src
 
 dist-hook:
        find $(distdir) -type d -name '.svn' | xargs rm -rf
index fd5c11ddf60075e7e89039562e4f4380f66993c3..7aa9469cf99cfe746ce4d6ce9fd37338caf63d00 100644 (file)
@@ -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.