Copied clean.sh and bruild.sh from quota-branch to trunk
[collectd.git] / build.sh
1 #! /bin/sh
2
3 set -x
4
5 true \
6 && autoheader --force \
7 && aclocal --force \
8 && libtoolize --ltdl --force --copy \
9 && automake --add-missing --copy \
10 && autoconf --force
11