build system: autogen.sh script for generating configure etc.
This commit is contained in:
parent
677da149f1
commit
e88d787c32
9
autogen.sh
Executable file
9
autogen.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
aclocal
|
||||
autoheader
|
||||
libtoolize --copy
|
||||
automake --add-missing --copy
|
||||
autoconf
|
Loading…
Reference in New Issue
Block a user