Initial commit of build system
This commit is contained in:
6
autogen.sh
Executable file
6
autogen.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
libtoolize
|
||||
aclocal
|
||||
automake --add-missing --copy
|
||||
autoconf
|
||||
./configure ${@}
|
Reference in New Issue
Block a user