diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 000000000..aba826916 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,12 @@ +#!/bin/sh +# +# Create configure and makefile stuff... +# + +set -e + +autoreconf -ivf +aclocal -I m4 +autoheader +autoconf +automake --add-missing --copy