aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap8
1 files changed, 8 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
new file mode 100644
index 0000000..1726aea
--- /dev/null
+++ b/bootstrap
@@ -0,0 +1,8 @@
+#!/bin/sh
+set e
+test -d m4 || mkdir m4
+test -d gdbm || mkdir gdbm
+git submodule init
+git submodule update
+git submodule foreach ./bootstrap
+autoreconf -f -i -s

Return to:

Send suggestions and report system problems to the System administrator.