From dfacfd3ceea40050bf88d3630e03ec88dbb15e8f Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Fri, 7 Oct 2005 18:47:13 +0000 Subject: [PATCH] Added boostrap --- webcit/bootstrap | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 webcit/bootstrap diff --git a/webcit/bootstrap b/webcit/bootstrap new file mode 100755 index 000000000..7fe1d2d6f --- /dev/null +++ b/webcit/bootstrap @@ -0,0 +1,4 @@ +#!/bin/sh + +autoconf +autoheader -- 2.30.2