mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-23 13:19:54 +00:00
Update configure to the latest acr-2.1.4
This commit is contained in:
parent
0e30faff28
commit
d0ef05170d
@ -2,6 +2,7 @@
|
|||||||
CC=@CC@
|
CC=@CC@
|
||||||
WITH_GPL=@WITH_GPL@
|
WITH_GPL=@WITH_GPL@
|
||||||
|
|
||||||
|
HAVE_PKGCONFIG=@HAVE_PKGCONFIG@
|
||||||
USE_CS4=@USE_CS4@
|
USE_CS4=@USE_CS4@
|
||||||
USE_CSNEXT=@USE_CSNEXT@
|
USE_CSNEXT=@USE_CSNEXT@
|
||||||
DESTDIR=
|
DESTDIR=
|
||||||
|
7
configure
vendored
7
configure
vendored
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/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>
|
# @author: pancake <nopcode.org>
|
||||||
# @url: http://www.nopcode.org
|
# @url: http://www.nopcode.org
|
||||||
# @repo: git clone https://github.com/radare/acr
|
# @repo: git clone https://github.com/radare/acr
|
||||||
@ -264,7 +264,7 @@ if [ "$QUIET" = 1 ]; then
|
|||||||
echo "5.9.1"
|
echo "5.9.1"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
echo "radare2-5.9.1 configuration script done with acr v2.1.2.
|
echo "radare2-5.9.1 configuration script done with acr v2.1.4.
|
||||||
The 'Free Software Foundation' message is only for autodetection.
|
The 'Free Software Foundation' message is only for autodetection.
|
||||||
Originally written by pancake <nopcode.org>."
|
Originally written by pancake <nopcode.org>."
|
||||||
exit 0
|
exit 0
|
||||||
@ -447,6 +447,7 @@ else
|
|||||||
echo "libc"
|
echo "libc"
|
||||||
fi
|
fi
|
||||||
ochof "checking for pkg-config... "
|
ochof "checking for pkg-config... "
|
||||||
|
ENVWORDS="${ENVWORDS} HAVE_PKGCONFIG"
|
||||||
if [ -n "$PKGCONFIG" ]; then
|
if [ -n "$PKGCONFIG" ]; then
|
||||||
if [ -x "$PKGCONFIG" ]; then
|
if [ -x "$PKGCONFIG" ]; then
|
||||||
_HAVE_PKGCONFIG="${PKGCONFIG}"
|
_HAVE_PKGCONFIG="${PKGCONFIG}"
|
||||||
@ -470,7 +471,9 @@ else
|
|||||||
fi
|
fi
|
||||||
if [ -n "${PKGCONFIG}" ]; then
|
if [ -n "${PKGCONFIG}" ]; then
|
||||||
ocho ${PKGCONFIG}
|
ocho ${PKGCONFIG}
|
||||||
|
HAVE_PKGCONFIG=1
|
||||||
else
|
else
|
||||||
|
HAVE_PKGCONFIG=0
|
||||||
ocho no; fi
|
ocho no; fi
|
||||||
R2_BUILDSYSTEM=""make""
|
R2_BUILDSYSTEM=""make""
|
||||||
ochof "checking for patch... "
|
ochof "checking for patch... "
|
||||||
|
Loading…
Reference in New Issue
Block a user