build system: autogen.sh script for generating configure etc.

This commit is contained in:
Moritz Bunkus 2014-12-21 10:06:04 +01:00
parent 677da149f1
commit e88d787c32

9
autogen.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/bash
set -e
aclocal
autoheader
libtoolize --copy
automake --add-missing --copy
autoconf