aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2014-07-01 19:29:31 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2014-07-03 13:59:57 +0400
commitd61e35677bd2dd82a4da58062a8a9aa138433098 (patch)
tree5a560f5cd41f4caba0a716be94564566101fc053 /bootstrap
parenta73bd98afa1cc252dcb5382cf43954cd0011872d (diff)
Autotoolise build system
Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Reviewed-by: Steve McIntyre <steve.mcintyre@linaro.org>
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap7
1 files changed, 7 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
new file mode 100755
index 0000000..12f9388
--- /dev/null
+++ b/bootstrap
@@ -0,0 +1,7 @@
+#! /bin/sh
+set -x
+aclocal -I config
+libtoolize --copy
+autoheader
+automake --add-missing --copy
+autoconf