diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..5e68465 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,3 @@ +#! /bin/sh -e +./bootstrap +./configure "$@"