diff --git a/bootstrap b/bootstrap new file mode 100755 index 0000000..bc73f99 --- /dev/null +++ b/bootstrap @@ -0,0 +1,9 @@ +#! /bin/sh + +aclocal +autoheader +touch config.h.in +automake +autoconf +./configure +make clean