Added 'bootstrap' command. It just calls
authorArt Cancro <ajc@citadel.org>
Fri, 9 Nov 2007 20:04:26 +0000 (20:04 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 9 Nov 2007 20:04:26 +0000 (20:04 +0000)
autoconf, but let's be consistent.

libcitadel/bootstrap [new file with mode: 0755]

diff --git a/libcitadel/bootstrap b/libcitadel/bootstrap
new file mode 100755 (executable)
index 0000000..bf42772
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+autoconf