@@ -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