-
-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
24 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -111,12 +111,12 @@ done | |
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s} | ||
: ${INSTALL_MAN:=${INSTALL} -m 444} | ||
: ${INSTALL_LIB:=${INSTALL} -m 755 -c} | ||
PKGNAME='radare2-extras' ; VERSION='5.3.0' ; VERSION_MAJOR=5; VERSION_MINOR=3; VERSION_PATCH=0; VERSION_NUMBER=50300; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ; | ||
PKGNAME='radare2-extras' ; VERSION='5.6.8' ; VERSION_MAJOR=5; VERSION_MINOR=6; VERSION_PATCH=8; VERSION_NUMBER=50608; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ; | ||
} | ||
|
||
show_usage() { | ||
cat <<EOF2 | ||
'configure' configures radare2-extras-5.3.0 to adapt to many kinds of systems. | ||
'configure' configures radare2-extras-5.6.8 to adapt to many kinds of systems. | ||
Usage: ./configure [OPTION]... [VAR=VALUE]... | ||
|
@@ -198,10 +198,10 @@ ocho() { | |
|
||
show_version() { | ||
if [ "$QUIET" = 1 ]; then | ||
echo "5.3.0" | ||
echo "5.6.8" | ||
exit 0 | ||
fi | ||
echo "radare2-extras-5.3.0 configuration script done with acr v1.9.8. | ||
echo "radare2-extras-5.6.8 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 | ||
|
@@ -230,7 +230,7 @@ case $flag in | |
show_version ; ;; | ||
-r|--r|--report) | ||
echo "PKGNAME: radare2-extras" | ||
echo "VERSION: 5.3.0" | ||
echo "VERSION: 5.6.8" | ||
echo "LANGS: c" | ||
echo "OPTIONAL: libewf libyara" | ||
echo "PKG-CONFIG: r_core libewf unicorn yara" | ||
|
@@ -345,7 +345,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 | ||
COMPILER=CC | ||
ochof "checking for c compiler... " | ||
HAVE_LANG_C=1 | ||
|
@@ -488,7 +489,7 @@ echo | |
echo "Final report:" | ||
for A in PREFIX ; do | ||
eval VAL="\$${A}" | ||
[ -z "${VAL}" ] && VAL="(null)" | ||
[ -z "${VAL}" ] && VAL="\"\"" | ||
echo " - ${A} = ${VAL}" | ||
done | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
PKGNAME radare2-extras | ||
VERSION 5.3.0 | ||
VERSION 5.6.8 | ||
CONTACT pancake ; [email protected] | ||
|
||
USE_PKGCONFIG! | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters