[Android] bootstrap might be needed even if configure exists

Rafaël Carré git at videolan.org
Sat Dec 8 03:17:48 CET 2012


vlc-ports/android | branch: master | Rafaël Carré <funman at videolan.org> | Sat Dec  8 03:17:29 2012 +0100| [dd288a8cafbdedf0943285cb8cad94a838c61a54] | committer: Rafaël Carré

bootstrap might be needed even if configure exists

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=dd288a8cafbdedf0943285cb8cad94a838c61a54
---

 compile.sh |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/compile.sh b/compile.sh
index ce13c87..e9d0c05 100755
--- a/compile.sh
+++ b/compile.sh
@@ -199,10 +199,8 @@ make $MAKEFLAGS
 
 cd ../.. && mkdir -p android && cd android
 
-if test ! -s "../configure" ; then
-    echo "Bootstraping"
-    ../bootstrap
-fi
+echo "Bootstraping"
+../bootstrap
 
 echo "Configuring"
 ../../configure.sh $OPTS



More information about the Android mailing list