-
Notifications
You must be signed in to change notification settings - Fork 121
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
7 changed files
with
23 additions
and
59 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
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 v2.1.2 | ||
# This script was automatically generated by ACR v2.1.4 | ||
# @author: pancake <nopcode.org> | ||
# @url: http://www.nopcode.org | ||
# @repo: git clone https://github.com/radare/acr | ||
|
@@ -113,12 +113,12 @@ done | |
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s} | ||
: ${INSTALL_MAN:=${INSTALL} -m 444} | ||
: ${INSTALL_LIB:=${INSTALL} -m 755 -c} | ||
PKGNAME='r2frida' ; VERSION='5.9.0' ; VERSION_MAJOR=5; VERSION_MINOR=9; VERSION_PATCH=0; VERSION_NUMBER=50900; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ; | ||
PKGNAME='r2frida' ; VERSION='5.9.2' ; VERSION_MAJOR=5; VERSION_MINOR=9; VERSION_PATCH=2; VERSION_NUMBER=50902; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ; | ||
} | ||
|
||
show_usage() { | ||
cat <<EOF2 | ||
'configure' configures r2frida-5.9.0 to adapt to many kinds of systems. | ||
'configure' configures r2frida-5.9.2 to adapt to many kinds of systems. | ||
Usage: ./configure [OPTION]... [VAR=VALUE]... | ||
|
@@ -200,10 +200,10 @@ ocho() { | |
|
||
show_version() { | ||
if [ "$QUIET" = 1 ]; then | ||
echo "5.9.0" | ||
echo "5.9.2" | ||
exit 0 | ||
fi | ||
echo "r2frida-5.9.0 configuration script done with acr v2.1.2. | ||
echo "r2frida-5.9.2 configuration script done with acr v2.1.4. | ||
The 'Free Software Foundation' message is only for autodetection. | ||
Originally written by pancake <nopcode.org>." | ||
exit 0 | ||
|
@@ -232,7 +232,7 @@ case $flag in | |
show_version ; ;; | ||
-r|--r|--report) | ||
echo "PKGNAME: r2frida" | ||
echo "VERSION: 5.9.0" | ||
echo "VERSION: 5.9.2" | ||
echo "AUTHOR: pancake" | ||
echo "EMAIL: [email protected]" | ||
echo "LANGS: c" | ||
|
@@ -323,6 +323,7 @@ ocho "using prefix '${PREFIX}'" | |
ACR_RMFILES=" test.c a.out a.exe" | ||
|
||
ochof "checking for pkg-config... " | ||
ENVWORDS="${ENVWORDS} HAVE_PKGCONFIG" | ||
if [ -n "$PKGCONFIG" ]; then | ||
if [ -x "$PKGCONFIG" ]; then | ||
_HAVE_PKGCONFIG="${PKGCONFIG}" | ||
|
@@ -346,7 +347,9 @@ else | |
fi | ||
if [ -n "${PKGCONFIG}" ]; then | ||
ocho ${PKGCONFIG} | ||
HAVE_PKGCONFIG=1 | ||
else | ||
HAVE_PKGCONFIG=0 | ||
echo "Cannot find pkg-config or pkgconf in PATH" >&2 | ||
exit 1 | ||
ocho no; 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 r2frida | ||
VERSION 5.9.0 | ||
VERSION 5.9.2 | ||
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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