Index: unk/Nebulous/nebclient/bootstrap.sh
===================================================================
--- /trunk/Nebulous/nebclient/bootstrap.sh	(revision 4655)
+++ 	(revision )
@@ -1,22 +1,0 @@
-#!/bin/sh
-
-# Copyright (C) 2005  Joshua Hoblitt
-#
-# $Id: bootstrap.sh,v 1.8 2005-06-30 02:35:05 jhoblitt Exp $
-
-wsdl2h -o src/nebulous.h -c nebulous.wsdl \
-&& soapcpp2 -d src -c src/nebulous.h \
-&& rm -f src/*.xml
-
-MKCL=`which cvs2cl`
-if [ -x $MKCL ] ; then
-    cvs2cl --domain cpan.org --tags --FSF --show-dead
-else
-    touch ChangeLog
-fi
-
-libtoolize --automake --copy \
-&& aclocal \
-&& autoheader \
-&& automake --gnu --add-missing --copy \
-&& autoconf
