aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-09-02 22:25:48 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-09-02 22:25:48 +0200
commit2088891f11ab7aa3f843239cebe06a2850117b0b (patch)
tree3d80655c14ab4bc8101af4bc56e9ac99105a56d3 /bootstrap
parent4eb47d2965ca832243ed80f4140c34cfbed96863 (diff)
Add automake build system support
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap18
1 files changed, 18 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
new file mode 100755
index 0000000..ceb2ea7
--- /dev/null
+++ b/bootstrap
@@ -0,0 +1,18 @@
+#! /bin/sh
+
+# file : bootstrap
+# author : Boris Kolpackov <boris@codesynthesis.com>
+# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+# license : GNU GPL v2; see accompanying LICENSE file
+
+#
+# Bootstrap the automake build system.
+#
+
+rm -f config.cache
+
+if test ! -d m4; then
+ mkdir m4
+fi
+
+autoreconf --install