Update configure script with latest acr

This commit is contained in:
pancake 2014-12-11 01:16:40 +01:00
parent ca64ff5027
commit 0b53c5713d
1 changed files with 3 additions and 3 deletions

6
configure vendored
View File

@ -1,8 +1,8 @@
#!/bin/sh
# This script was automatically generated by ACR v0.9.9
# @author: pancake <youterm.com>
# @author: pancake <nopcode.org>
# @url: http://www.nopcode.org
# @repo: hg clone http://hg.youterm.com/acr
# @repo: git clone https://github.com/radare/acr
do_remove() {
if [ "${ACR_RMFILES}" ]; then
@ -206,7 +206,7 @@ take_environ() {
show_version() {
echo "radare2-0.9.9-git configuration script done with acr v0.9.9.
The 'Free Software Foundation' message is only for autodetection.
Originally written by pancake <youterm.com>."
Originally written by pancake <nopcode.org>."
exit 0
}