Run aclocal
This commit is contained in:
parent
92af7a68a9
commit
7bd33c9a44
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue