Created basic autogen.sh script
Signed-off-by: Gergely Polonkai (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
parent
8216a42444
commit
0ad269d1c3
5
autogen.sh
Executable file
5
autogen.sh
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
#! /bin/sh
|
||||||
|
|
||||||
|
autoreconf -i
|
||||||
|
[ ! -d Build ] && mkdir Build
|
||||||
|
./configure --prefix=`pwd`/Build
|
Loading…
Reference in New Issue
Block a user