#!/bin/sh
# $superduper: bootstrap,v 1.2 2002/12/05 15:21:58 sam Exp $

set -e -x

aclocal 
autoheader
automake --add-missing
autoconf
