Add a default autogen.sh.

This commit is contained in:
Jonathan Schleifer 2011-09-21 21:33:03 +02:00
parent af2f9d8e47
commit cb670b780d

4
autogen.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
aclocal -I m4 || exit 1
autoconf || exit 1
autoheader || exit 1