Skip to content
Snippets Groups Projects
Commit 7bd33c9a authored by Bob Mottram's avatar Bob Mottram
Browse files

Run aclocal

parent 92af7a68
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment