aboutsummaryrefslogtreecommitdiff
path: root/chaos/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'chaos/bootstrap.sh')
-rwxr-xr-xchaos/bootstrap.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/chaos/bootstrap.sh b/chaos/bootstrap.sh
new file mode 100755
index 0000000..695f2bd
--- /dev/null
+++ b/chaos/bootstrap.sh
@@ -0,0 +1,5 @@
+#! /bin/sh
+
+aclocal \
+&& automake-1.8 --gnu --add-missing \
+&& autoconf \ No newline at end of file