diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..e164756 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash + +rm -f config.h config.h.in *~ Makefile configure #* + +echo "Wait please..." +autoreconf -if +echo "" +echo "Now running ./configure" +./configure