configure.ac: move autoconf/automake helpers to build/

This commit is contained in:
Max Kellermann
2014-01-27 09:01:02 +01:00
parent 0ab66db7b9
commit 544c69c61c
4 changed files with 7 additions and 7 deletions

View File

@@ -119,6 +119,9 @@ for i in $ac_local_paths; do
fi
done
rm -rf config.cache build
mkdir build
echo " $ACLOCAL $ACLOCAL_FLAGS"
$ACLOCAL $ACLOCAL_FLAGS || exit 1