Code

Added templates for a library.
[template.git] / bootstrap.sh
index 827027a30f0c23471c44fda9c3357db0dda123c0..40a1920fe9aa70451916b9442378c1e4d1779d3b 100755 (executable)
@@ -4,11 +4,14 @@ set -ex
 
 test ! -f Makefile || make distclean
 
+rm -rf libltdl
+
 rm -rf autom4te.cache
 rm -f config.cache
 
 aclocal
 autoheader
+libtoolize --ltdl --copy --force
 automake --add-missing --copy --foreign
 autoconf -Wall