From 9e0f5c900a500832d4a186965012f9081ff753d6 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Fri, 9 Nov 2007 20:04:26 +0000 Subject: [PATCH] Added 'bootstrap' command. It just calls autoconf, but let's be consistent. --- libcitadel/bootstrap | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 libcitadel/bootstrap diff --git a/libcitadel/bootstrap b/libcitadel/bootstrap new file mode 100755 index 000000000..bf4277220 --- /dev/null +++ b/libcitadel/bootstrap @@ -0,0 +1,3 @@ +#!/bin/sh + +autoconf -- 2.39.2