Code

`DataDir' and `LogFile' were not valid in `Client' mode. This fixes it..
[collectd.git] / build.sh
1 #! /bin/sh
3 set -x
5 true \
6 && autoheader --force \
7 && aclocal --force \
8 && libtoolize --ltdl --force --copy \
9 && automake --add-missing --copy \
10 && autoconf --force