]> git.saurik.com Git - cycript.git/blobdiff - apple-configure.sh
Use implicit properties on older, broken runtimes.
[cycript.git] / apple-configure.sh
index da3efc19ab2dc1174288e173b76c1ddb9417e571..103b11ddb9d7f627e6a27391e60b79ea0f39c698 100755 (executable)
@@ -23,15 +23,6 @@ set -e
 
 cd "${0%%/*}"
 
-if ! which aclocal; then
-    touch aclocal.m4; fi
-if ! which autoconf; then
-    touch configure.ac; fi
-if ! which automake; then
-    touch Makefile.in; fi
-if ! which autoheader; then
-    touch config.h.in; fi
-
 flags=("$@")
 ccf=(-g0 -O3)
 
@@ -43,7 +34,7 @@ xcs=$(xcode-select --print-path)
 mac=$(path macosx)
 xct="${xcs}/Toolchains/XcodeDefault.xctoolchain/usr/lib"
 
-system=0
+system=1
 
 function configure() {
     local dir=$1