Copied clean.sh and bruild.sh from quota-branch to trunk
[collectd.git] / build.sh
diff --git a/build.sh b/build.sh
new file mode 100755 (executable)
index 0000000..ca41cad
--- /dev/null
+++ b/build.sh
@@ -0,0 +1,11 @@
+#! /bin/sh
+
+set -x
+
+true \
+&& autoheader --force \
+&& aclocal --force \
+&& libtoolize --ltdl --force --copy \
+&& automake --add-missing --copy \
+&& autoconf --force
+