Bob Mottram 9 gadus atpakaļ
vecāks
revīzija
7bd33c9a44
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2
    1
      src/freedombone-image-mesh

+ 2
- 1
src/freedombone-image-mesh Parādīt failu

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