#! /bin/sh
# bootstrap -- Use this script to create generated files from the CVS dist

if test "$1" = "cvs"; then
  date "+%Y%m%d" > VERSION
elif test ! -z "$1"; then 
  echo "$1" > VERSION
fi

set -x
aclocal -I m4
autoheader
libtoolize --automake
automake --add-missing --copy
autoconf
