Code

bootstrap.sh: Do not install libltdl.
[template.git] / bootstrap.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