|
|
|
|
299
|
if [ -f $INSTALL_DIR/make_toxcore.txt ]; then
|
299
|
if [ -f $INSTALL_DIR/make_toxcore.txt ]; then
|
300
|
rm $INSTALL_DIR/make_toxcore.txt
|
300
|
rm $INSTALL_DIR/make_toxcore.txt
|
301
|
fi
|
301
|
fi
|
302
|
- autoreconf -i
|
|
|
|
|
302
|
+ aclocal
|
|
|
303
|
+ autoreconf -vfi
|
303
|
./configure --enable-daemon --disable-av > $INSTALL_DIR/configure_toxcore.txt
|
304
|
./configure --enable-daemon --disable-av > $INSTALL_DIR/configure_toxcore.txt
|
304
|
make clean
|
305
|
make clean
|
305
|
make -k > $INSTALL_DIR/make_toxcore.txt
|
306
|
make -k > $INSTALL_DIR/make_toxcore.txt
|