Added `threads' to the MySQL plugin
[collectd.git] / build.sh
index ca41cad..89d3a68 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -2,10 +2,8 @@
 
 set -x
 
-true \
-&& autoheader --force \
-&& aclocal --force \
-&& libtoolize --ltdl --force --copy \
+autoheader \
+&& aclocal \
+&& libtoolize --ltdl --copy --force \
 && automake --add-missing --copy \
-&& autoconf --force
-
+&& autoconf