aboutsummaryrefslogtreecommitdiffstats
path: root/maintainer/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'maintainer/bootstrap')
-rwxr-xr-xmaintainer/bootstrap15
1 files changed, 15 insertions, 0 deletions
diff --git a/maintainer/bootstrap b/maintainer/bootstrap
new file mode 100755
index 0000000..4c21c24
--- /dev/null
+++ b/maintainer/bootstrap
@@ -0,0 +1,15 @@
+#!/bin/sh
+#
+# bootstrap:
+#
+# Copyright (c) 2017 James McKenzie <foss@madingley.org>,
+# All rights reserved.
+#
+#
+#libtoolize -f -c --automake
+aclocal
+autoheader
+autoconf
+automake -a -c
+automake -a -c Makefile
+automake -a -c src/Makefile