]> git.pond.sub.org Git - empserver/blobdiff - bootstrap
Provide and document means to set up a fresh source tree from CVS.
[empserver] / bootstrap
diff --git a/bootstrap b/bootstrap
new file mode 100755 (executable)
index 0000000..fc03237
--- /dev/null
+++ b/bootstrap
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+# Run this script after a fresh CVS checkout to bring the source tree
+# into a state where you can run configure.
+aclocal -I m4
+autoconf
+autoheader
+>stamp-h.in