#!/bin/sh
#
# bootstrap:
# Build the configure script from the .in files.
#
# $Id: bootstrap,v 1.1 2002/11/04 12:27:35 chris Exp $
#
set -x
aclocal -I config
# libtoolize --force --copy
autoheader
automake --foreign --add-missing --copy
autoconf
