Skip to content

Commit

Permalink
Release 5.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Jun 9, 2022
1 parent 7287e07 commit c42d8a9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 deletions configure
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
# This script was automatically generated by ACR v1.9.8
# This script was automatically generated by ACR v2.0.0
# @author: pancake <nopcode.org>
# @url: http://www.nopcode.org
# @repo: git clone https://github.com/radare/acr
Expand Down Expand Up @@ -110,12 +110,12 @@ done
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
: ${INSTALL_MAN:=${INSTALL} -m 444}
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
PKGNAME='radare2-bindings' ; VERSION='5.2.0' ; VERSION_MAJOR=5; VERSION_MINOR=2; VERSION_PATCH=0; VERSION_NUMBER=50200; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
PKGNAME='radare2-bindings' ; VERSION='5.7.0' ; VERSION_MAJOR=5; VERSION_MINOR=7; VERSION_PATCH=0; VERSION_NUMBER=50700; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
}

show_usage() {
cat <<EOF2
'configure' configures radare2-bindings-5.2.0 to adapt to many kinds of systems.
'configure' configures radare2-bindings-5.7.0 to adapt to many kinds of systems.
Usage: ./configure [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -200,10 +200,10 @@ ocho() {

show_version() {
if [ "$QUIET" = 1 ]; then
echo "5.2.0"
echo "5.7.0"
exit 0
fi
echo "radare2-bindings-5.2.0 configuration script done with acr v1.9.8.
echo "radare2-bindings-5.7.0 configuration script done with acr v2.0.0.
The 'Free Software Foundation' message is only for autodetection.
Originally written by pancake <nopcode.org>."
exit 0
Expand Down Expand Up @@ -232,7 +232,7 @@ case $flag in
show_version ; ;;
-r|--r|--report)
echo "PKGNAME: radare2-bindings"
echo "VERSION: 5.2.0"
echo "VERSION: 5.7.0"
echo "LANGS: c c++"
echo "PKG-CONFIG: r_core"
echo "FLAGS: --with-ostype=auto"
Expand Down Expand Up @@ -456,7 +456,8 @@ if [ -n "${PKGCONFIG}" ]; then
ocho ${PKGCONFIG}
else
echo "Cannot find pkg-config or pkgconf in PATH" >&2
exit 1 ocho no; fi
exit 1
ocho no; fi
if [ "$USEROSTYPE" = "auto" ]; then
if [ "$HOST_OS" = "linux" ]; then
USEROSTYPE="gnulinux"
Expand Down Expand Up @@ -536,7 +537,7 @@ echo
echo "Final report:"
for A in PREFIX HAVE_SWIG HAVE_VALABIND HAVE_GIRCOMPILER ; do
eval VAL="\$${A}"
[ -z "${VAL}" ] && VAL="(null)"
[ -z "${VAL}" ] && VAL="\"\""
echo " - ${A} = ${VAL}"
done
fi
2 changes: 1 addition & 1 deletion configure.acr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKGNAME radare2-bindings
VERSION 5.2.0
VERSION 5.7.0
CONTACT pancake ; pancake@nopcode.org

LANG_C!
Expand Down

0 comments on commit c42d8a9

Please sign in to comment.