Code

README: Added "Prerequisites" and "Author" sections.
[template.git] / bootstrap.sh
index 827027a30f0c23471c44fda9c3357db0dda123c0..3ab692cfc03b10b531fb1f01abc8e18316c8e8a2 100755 (executable)
@@ -1,5 +1,11 @@
 #! /bin/sh
 
+libtoolize=libtoolize
+
+if which glibtoolize > /dev/null 2>&1; then
+       libtoolize=glibtoolize
+fi
+
 set -ex
 
 test ! -f Makefile || make distclean
@@ -9,6 +15,7 @@ rm -f config.cache
 
 aclocal
 autoheader
+$libtoolize --copy --force
 automake --add-missing --copy --foreign
 autoconf -Wall