Browse Source

Run aclocal

Bob Mottram 9 years ago
parent
commit
7bd33c9a44
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/freedombone-image-mesh

+ 2
- 1
src/freedombone-image-mesh View File

@@ -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