Created basic autogen.sh script

Signed-off-by: Gergely Polonkai (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
Gergely Polonkai (W00d5t0ck) 2011-01-26 17:55:06 +01:00
parent 8216a42444
commit 0ad269d1c3
1 changed files with 5 additions and 0 deletions

5
autogen.sh Executable file
View File

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