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
|
if [ -f $INSTALL_DIR/make_toxcore.txt ]; then
|
||||||
rm $INSTALL_DIR/make_toxcore.txt
|
rm $INSTALL_DIR/make_toxcore.txt
|
||||||
fi
|
fi
|
||||||
autoreconf -i
|
aclocal
|
||||||
|
autoreconf -vfi
|
||||||
./configure --enable-daemon --disable-av > $INSTALL_DIR/configure_toxcore.txt
|
./configure --enable-daemon --disable-av > $INSTALL_DIR/configure_toxcore.txt
|
||||||
make clean
|
make clean
|
||||||
make -k > $INSTALL_DIR/make_toxcore.txt
|
make -k > $INSTALL_DIR/make_toxcore.txt
|
||||||
|
|
Loading…
Reference in New Issue