X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/591b913e87ed5a373f1b006035a5f02fd71c4c36..e257405a21801819aa1f5262b0c373c03fabbd58:/apple-configure.sh?ds=sidebyside diff --git a/apple-configure.sh b/apple-configure.sh index 153dc84..103b11d 100755 --- a/apple-configure.sh +++ b/apple-configure.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash -# Cycript - Optimizing JavaScript Compiler/Runtime -# Copyright (C) 2009-2015 Jay Freeman (saurik) +# Cycript - The Truly Universal Scripting Language +# Copyright (C) 2009-2016 Jay Freeman (saurik) # GNU Affero General Public License, Version 3 {{{ # @@ -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