Script to create all configuration files.
authorlindahl <lindahl>
Wed, 15 Aug 2001 12:08:51 +0000 (12:08 +0000)
committerlindahl <lindahl>
Wed, 15 Aug 2001 12:08:51 +0000 (12:08 +0000)
bootstrap [new file with mode: 0755]

diff --git a/bootstrap b/bootstrap
new file mode 100755 (executable)
index 0000000..bc2fc3b
--- /dev/null
+++ b/bootstrap
@@ -0,0 +1,8 @@
+#!/bin/sh
+# This is a script to create all the configuration files when
+# you compile from the CVS source. You should NOT use it to
+# compile the distribution.
+aclocal
+autoheader
+automake
+autoconf