From: Sebastian Harl Date: Sat, 18 Sep 2010 14:00:27 +0000 (+0200) Subject: Added simple autogen.sh. X-Git-Url: https://git.octo.it/?a=commitdiff_plain;ds=sidebyside;h=d8cc98304aeef8c85669805f6cafaf3ce1357d16;p=collection4.git Added simple autogen.sh. --- diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..acccbb2 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,9 @@ +#! /bin/sh + +set -ex + +aclocal +autoconf --force --warnings=all +autoheader --force --warnings=all +automake --add-missing --copy --foreign --warnings=all +