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