Run aclocal

This commit is contained in:
Bob Mottram 2016-05-29 12:36:23 +01:00
parent 92af7a68a9
commit 7bd33c9a44
1 changed files with 2 additions and 1 deletions

View File

@ -299,7 +299,8 @@ function compile_toxcore {
if [ -f $INSTALL_DIR/make_toxcore.txt ]; then
rm $INSTALL_DIR/make_toxcore.txt
fi
autoreconf -i
aclocal
autoreconf -vfi
./configure --enable-daemon --disable-av > $INSTALL_DIR/configure_toxcore.txt
make clean
make -k > $INSTALL_DIR/make_toxcore.txt