Run autoreconf with -i parameter.

This commit is contained in:
Richard Jones
2009-04-01 12:57:25 +01:00
parent 7ec96575f7
commit 002cdf48fe

View File

@@ -23,8 +23,8 @@ set -v
export AUTOMAKE='automake --foreign'
aclocal
libtoolize
autoreconf
autoreconf -i
pushd daemon
autoreconf
autoreconf -i
popd
./configure "$@"