ltdl be gone fromt he src tree! :)

SVN revision: 9954
This commit is contained in:
Carsten Haitzler 2004-04-28 04:24:04 +00:00
parent 9c561f7bf5
commit f6e6870bd0
3 changed files with 1 additions and 28 deletions

View File

@ -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"

View File

@ -1,15 +0,0 @@
libtool
config*
Makefile*
.libs
.deps
*.lo
*.la
*.in
stamp*
ltdl.c
ltdl.h
acinclude.m4
aclocal.m4
COPYING.LIB
README

View File

@ -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