# Added pre-config script.
authorJesse Thilo <jthilo@gnu.org>
Thu, 9 Mar 2000 16:56:44 +0000 (16:56 +0000)
committerJesse Thilo <jthilo@gnu.org>
Thu, 9 Mar 2000 16:56:44 +0000 (16:56 +0000)
pre-config [new file with mode: 0755]

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