radare2/autogen.sh
pancake 205a9285a4 * Apply some fixes for kFreeBSD debugger and OS detection
* Add --with-libversion flag to configure
  - Make OpenBSD version numbering system happy
* Force -ldl for HURD
* Fix off by one bug in grub/fs/fat.c
2011-04-20 13:56:58 +02:00

13 lines
232 B
Bash
Executable File

#!/bin/sh
#
# Look for the 'acr' tool here: http://www.nopcode.org/
# Clone last version of ACR from here:
# hg clone http://youterm.com/hg/acr
#
# -- pancake
acr -p
if [ -n "$1" ]; then
echo "./configure $@"
./configure $@
fi