summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2008-12-09 17:48:45 +1100
committerJeremy Kerr <jk@ozlabs.org>2008-12-09 17:48:45 +1100
commit000a92b4fa909c432732ac3ed8f28eeeaeac70ee (patch)
tree4959271e593b116ef37d66e6b8dcf11652600c3e /bootstrap
parente518d1d16c16781d6824ece2ee0ddd1ac2339703 (diff)
downloadtalos-petitboot-000a92b4fa909c432732ac3ed8f28eeeaeac70ee.tar.gz
talos-petitboot-000a92b4fa909c432732ac3ed8f28eeeaeac70ee.zip
autoconfiscate
Add autoconf, but keep non-recursive Makefile structure. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap5
1 files changed, 5 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
new file mode 100644
index 0000000..bf4d77f
--- /dev/null
+++ b/bootstrap
@@ -0,0 +1,5 @@
+#!/bin/sh -ex
+
+aclocal
+autoheader
+autoconf
OpenPOWER on IntegriCloud