From 16c8b4c8e533292aef40b83a40eea2b0f621e534 Mon Sep 17 00:00:00 2001
From: Eelco Dolstra <e.dolstra@tudelft.nl>
Date: Fri, 30 Jul 2004 13:45:13 +0000
Subject: [PATCH] * A script to generate the Auto* stuff.

---
 bootstrap.sh | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100755 bootstrap.sh

diff --git a/bootstrap.sh b/bootstrap.sh
new file mode 100755
index 000000000..d3a9700f7
--- /dev/null
+++ b/bootstrap.sh
@@ -0,0 +1,5 @@
+#! /bin/sh -e
+aclocal
+autoheader
+automake --add-missing --copy
+autoconf
-- 
GitLab