Code

bootstrap.sh: Do not install libltdl.
authorSebastian Harl <sh@tokkee.org>
Sun, 21 Dec 2008 11:31:29 +0000 (12:31 +0100)
committerSebastian Harl <sh@tokkee.org>
Sun, 21 Dec 2008 13:50:27 +0000 (14:50 +0100)
This is not needed as we do not dynamically load stuff.

.gitignore
bootstrap.sh

index 430fd465d5490259ef39882aaf3fb43194301275..b96a2c4042dac62420d270ade7b21d9393bec378 100644 (file)
@@ -13,7 +13,6 @@ missing
 stamp-h1
 
 # ltdl stuff
-libltdl
 libtool
 ltmain.sh
 
index c72e9b59aa17920990b155d5e6ee7aca7cb1478d..3ab692cfc03b10b531fb1f01abc8e18316c8e8a2 100755 (executable)
@@ -10,14 +10,12 @@ set -ex
 
 test ! -f Makefile || make distclean
 
-rm -rf libltdl
-
 rm -rf autom4te.cache
 rm -f config.cache
 
 aclocal
 autoheader
-$libtoolize --ltdl --copy --force
+$libtoolize --copy --force
 automake --add-missing --copy --foreign
 autoconf -Wall