X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=build.sh;h=89d3a68e0e49d86a3f586cd7c995530c6e344ff7;hb=ee1113650b0b565776fc3d62162d84741e234f05;hp=ca41cad0d28dc311373a52b2769ef731bd889582;hpb=a68fbc307be87f0b24fa5c8e6d0bc2116672a158;p=collectd.git diff --git a/build.sh b/build.sh index ca41cad0..89d3a68e 100755 --- 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