aboutsummaryrefslogtreecommitdiff
path: root/chaos/bootstrap.sh
diff options
context:
space:
mode:
authorTim Blechmann <timblech@users.sourceforge.net>2004-12-21 09:22:10 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:11:57 +0200
commit5233c01a26329306c9f1d08c1a39733aee2cc518 (patch)
tree27ea384742c0ebeed4439ab0874ea1af79f1bccf /chaos/bootstrap.sh
parentcde59e47632b062410739af9064d906be182e589 (diff)
This commit was generated by cvs2svn to compensate for changes in r2423,
which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/tb/; revision=2424
Diffstat (limited to 'chaos/bootstrap.sh')
-rwxr-xr-xchaos/bootstrap.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/chaos/bootstrap.sh b/chaos/bootstrap.sh
new file mode 100755
index 0000000..695f2bd
--- /dev/null
+++ b/chaos/bootstrap.sh
@@ -0,0 +1,5 @@
+#! /bin/sh
+
+aclocal \
+&& automake-1.8 --gnu --add-missing \
+&& autoconf \ No newline at end of file