adding bootstrap which generates all the auto* files such as configure
authorDana Jansens <danakj@orodu.net>
Thu, 16 May 2002 15:45:34 +0000 (15:45 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 16 May 2002 15:45:34 +0000 (15:45 +0000)
bootstrap [new file with mode: 0755]

diff --git a/bootstrap b/bootstrap
new file mode 100755 (executable)
index 0000000..13c6a62
--- /dev/null
+++ b/bootstrap
@@ -0,0 +1,13 @@
+#! /bin/sh
+
+sh() {
+  /bin/sh -c "set -x; $*"
+}
+
+sh aclocal
+sh automake --foreign --include-deps
+sh autoconf
+
+echo
+echo You are now ready to run ./configure
+echo enjoy!