diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..f47c552 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,10 @@ +#!/bin/sh + +export WANT_AUTOCONF_2_5="1" +export WANT_AUTOMAKE_1_7="1" + +aclocal +libtoolize --automake --force --copy +automake -a -c +autoconf +