diff --git a/autogen.sh b/autogen.sh new file mode 100644 index 00000000..5c04a217 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,10 @@ +#!/bin/sh +LIBTOOLIZE=libtoolize +if [ "$(uname)" == "Darwin" ] ; then + LIBTOOLIZE=glibtoolize +fi +aclocal && \ + autoheader && \ + $LIBTOOLIZE && \ + autoconf && \ + automake --add-missing --copy