Created basic autogen.sh script

Signed-off-by: Gergely Polonkai (W00d5t0ck) <polesz@w00d5t0ck.info>
master
Gergely Polonkai (W00d5t0ck) 13 years ago
parent 8216a42444
commit 0ad269d1c3

@ -0,0 +1,5 @@
#! /bin/sh
autoreconf -i
[ ! -d Build ] && mkdir Build
./configure --prefix=`pwd`/Build
Loading…
Cancel
Save