Bob Mottram 9 vuotta sitten
vanhempi
commit
7bd33c9a44
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2
    1
      src/freedombone-image-mesh

+ 2
- 1
src/freedombone-image-mesh Näytä tiedosto

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