From f6e6870bd0bac4da434b42bdf53c5ff09413d3de Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Wed, 28 Apr 2004 04:24:04 +0000 Subject: [PATCH] ltdl be gone fromt he src tree! :) SVN revision: 9954 --- autogen.sh | 2 +- libltdl/.cvsignore | 15 --------------- libltdl/acconfig.h | 12 ------------ 3 files changed, 1 insertion(+), 28 deletions(-) delete mode 100644 libltdl/.cvsignore delete mode 100644 libltdl/acconfig.h diff --git a/autogen.sh b/autogen.sh index e2cd018..a33ab74 100755 --- a/autogen.sh +++ b/autogen.sh @@ -32,7 +32,7 @@ set -x for EACHDIR in $SUBDIRS ; do cd $THEDIR/$EACHDIR aclocal || abort "aclocal" - libtoolize --ltdl --force --copy || abort "libtoolize" + libtoolize --force --copy || abort "libtoolize" autoheader || abort "autoheader" automake --foreign --add-missing || abort "automake" autoconf || abort "autoconf" diff --git a/libltdl/.cvsignore b/libltdl/.cvsignore deleted file mode 100644 index 78709aa..0000000 --- a/libltdl/.cvsignore +++ /dev/null @@ -1,15 +0,0 @@ -libtool -config* -Makefile* -.libs -.deps -*.lo -*.la -*.in -stamp* -ltdl.c -ltdl.h -acinclude.m4 -aclocal.m4 -COPYING.LIB -README diff --git a/libltdl/acconfig.h b/libltdl/acconfig.h deleted file mode 100644 index 15f115c..0000000 --- a/libltdl/acconfig.h +++ /dev/null @@ -1,12 +0,0 @@ -/* Some of these are defined here, not in configure.in, because - they're AC_DEFINEd in two different places, which causes two - defines to appear. Some C compilers might now appreciate it... */ - -/* Define if you have the libdl library or equivalent. */ -#undef HAVE_LIBDL - -/* Define if you have the GNU dld library. */ -#undef HAVE_DLD - -/* Define if you have the shl_load function. */ -#undef HAVE_SHL_LOAD