11#! /bin/sh
2- # This script was automatically generated by ACR v2.2.4
2+ # This script was automatically generated by ACR v2.2.6
33# @author: pancake <nopcode.org>
44# @url: http://www.nopcode.org
55# @repo: git clone https://github.com/radare/acr
@@ -19,6 +19,8 @@ control_c() {
1919}
2020trap control_c 2
2121WANT_QMAKE6=0
22+ WANT_PYTHON_BINDINGS=0
23+ WANT_CRASH_REPORTS=0
2224split_host () {
2325S=" $"
2426while : ; do
@@ -127,12 +129,12 @@ done
127129: ${INSTALL_PROGRAM_STRIP:= ${INSTALL} -m 755 -s}
128130: ${INSTALL_MAN:= ${INSTALL} -m 444}
129131: ${INSTALL_LIB:= ${INSTALL} -m 755 -c}
130- PKGNAME=' iaito' ; VERSION=' 6.1.0 ' ; VERSION_MAJOR=6; VERSION_MINOR=1; VERSION_PATCH=0 ; VERSION_NUMBER=60100 ; CONTACT_MAIL=" pancake@nopcode.org" ; CONTACT_NAME=" pancake" ; CONTACT=" pancake <pancake@nopcode.org>" ;
132+ PKGNAME=' iaito' ; VERSION=' 6.1.2 ' ; VERSION_MAJOR=6; VERSION_MINOR=1; VERSION_PATCH=2 ; VERSION_NUMBER=60102 ; CONTACT_MAIL=" pancake@nopcode.org" ; CONTACT_NAME=" pancake" ; CONTACT=" pancake <pancake@nopcode.org>" ;
131133}
132134
133135show_usage () {
134136cat << EOF2
135- 'configure' configures iaito-6.1.0 to adapt to many kinds of systems.
137+ 'configure' configures iaito-6.1.2 to adapt to many kinds of systems.
136138
137139Usage: ./configure [OPTION]... [VAR=VALUE]...
138140
177179printf "
178180Optional Features:
179181 --with-qmake6 ignore qmake in path when qmake6 is found
182+ --with-python-bindings
183+ build with Python bindings
184+ --with-crash-reports handle crashes nicely
180185"
181186printf "
182187Some influential environment variables:
@@ -208,10 +213,10 @@ ocho() {
208213
209214show_version () {
210215if [ " $QUIET " = 1 ]; then
211- echo " 6.1.0 "
216+ echo " 6.1.2 "
212217 exit 0
213218fi
214- echo " iaito-6.1.0 configuration script done with acr v2.2.4 .
219+ echo " iaito-6.1.2 configuration script done with acr v2.2.6 .
215220The 'Free Software Foundation' message is only for autodetection.
216221Originally written by pancake <nopcode.org>."
217222exit 0
@@ -240,12 +245,12 @@ case $flag in
240245 show_version ; ;;
241246-r|--r|--report)
242247echo " PKGNAME: iaito"
243- echo " VERSION: 6.1.0 "
248+ echo " VERSION: 6.1.2 "
244249echo " AUTHOR: pancake"
245250echo " EMAIL: pancake@nopcode.org"
246251echo " LANGS: c++"
247252echo " PKGCONFIG: r_core"
248- echo " FLAGS: --with-qmake6"
253+ echo " FLAGS: --with-qmake6 --with-python-bindings --with-crash-reports "
249254 exit 0
250255 ;;
251256--cache-file)
@@ -298,6 +303,8 @@ echo "FLAGS: --with-qmake6"
298303 MANDIR=" $value " ; ;;
299304
300305" --with-qmake6" ) WANT_QMAKE6=" 1" ; ;;
306+ " --with-python-bindings" ) WANT_PYTHON_BINDINGS=" 1" ; ;;
307+ " --with-crash-reports" ) WANT_CRASH_REPORTS=" 1" ; ;;
301308* ) if [ " $value " ]; then eval " ` echo $flag2 =$value ` " ;
302309else echo ; echo " WARNING: Unknown flag '$flag '." >&2 ; echo ; fi ;;
303310esac
0 commit comments