OSDN Git Service

android: ensure building with stlport
[android-x86/external-mesa.git] / autogen.sh
index 19e5b55..b5f6ec4 100755 (executable)
@@ -11,6 +11,10 @@ if test "x$SRCDIR" != "x$ORIGDIR"; then
        exit 1
 fi
 
+MAKEFLAGS=""
+
 autoreconf -v --install || exit 1
 
-"$srcdir"/configure "$@"
+if test -z "$NOCONFIGURE"; then
+    "$srcdir"/configure "$@"
+fi