#! /bin/sh
# $Id: bootstrap,v 1.1 2002/05/30 17:54:32 ca Exp $
#
# automatic generation of build (configuration) related files
#
# be verbose
set -x
# 
aclocal
autoheader
automake --foreign --add-missing --copy
autoconf
#
exit 0
