#! /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-1.7 -I m4
autoheader-2.59
libtoolize --automake
automake-1.7 --add-missing --copy
autoconf-2.59
