summaryrefslogtreecommitdiffstats
path: root/scripts/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/bootstrap')
-rwxr-xr-xscripts/bootstrap12
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/bootstrap b/scripts/bootstrap
new file mode 100755
index 0000000..27c2cf2
--- /dev/null
+++ b/scripts/bootstrap
@@ -0,0 +1,12 @@
+#!/bin/sh -x
+#
+# bootstrap by Miroslav Zagorac <mzagorac@haproxy.com>
+#
+mkdir -p config
+libtoolize
+aclocal -I m4
+autoheader
+automake --add-missing --copy
+autoconf
+
+rm -rf autom4te.cache