mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-04 04:17:25 +00:00
* Upgrade revision state to 0.4b (beta!)
- Testers are welcome! * Remove -O2 CFLAGS by default to speed up (oops :)
This commit is contained in:
parent
13774c2bd5
commit
1e1f3c790b
8
configure
vendored
8
configure
vendored
@ -99,12 +99,12 @@ done
|
||||
: ${INSTALL_PROGRAM:=${INSTALL} -m 755 -s}
|
||||
: ${INSTALL_MAN:=${INSTALL} -m 444}
|
||||
: ${INSTALL_LIB:=${INSTALL} -c}
|
||||
PKGNAME='radare2' ; VERSION='0.4a' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
|
||||
PKGNAME='radare2' ; VERSION='0.4b' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
|
||||
}
|
||||
|
||||
show_usage() {
|
||||
cat <<EOF2
|
||||
'configure' configures radare2-0.4a to adapt to many kinds of systems.
|
||||
'configure' configures radare2-0.4b to adapt to many kinds of systems.
|
||||
|
||||
Usage: ./configure [OPTION]... [VAR=VALUE]...
|
||||
|
||||
@ -171,7 +171,7 @@ take_environ() {
|
||||
}
|
||||
|
||||
show_version() {
|
||||
echo "radare2-0.4a configuration script done with acr v0.8.1.
|
||||
echo "radare2-0.4b configuration script done with acr v0.8.1.
|
||||
The 'Free Software Foundation' message is only for autodetection.
|
||||
Originally written by pancake <youterm.com>."
|
||||
exit 0
|
||||
@ -189,7 +189,7 @@ case $flag in
|
||||
show_version ; ;;
|
||||
"-r"|"--r"|"--report")
|
||||
echo "PKGNAME: radare2"
|
||||
echo "VERSION: 0.4a"
|
||||
echo "VERSION: 0.4b"
|
||||
echo "LANGS: c"
|
||||
echo "REQUIRED: libdl lib>=vala-1.0 libvala-1.0>=0.5.0"
|
||||
echo "OPTIONAL: libewf"
|
||||
|
@ -1,5 +1,5 @@
|
||||
PKGNAME radare2
|
||||
VERSION 0.4a
|
||||
VERSION 0.4b
|
||||
CONTACT pancake ; pancake@nopcode.org
|
||||
|
||||
LANG_C!
|
||||
|
Loading…
x
Reference in New Issue
Block a user