diff --git a/pre-config b/pre-config new file mode 100755 index 00000000..bc4c6d83 --- /dev/null +++ b/pre-config @@ -0,0 +1,8 @@ +#! /bin/sh + +aclocal && \ +autoconf && \ +autoheader && \ +automake -a && \ +touch stamp-h.in || \ +exit 1