#! /bin/sh # $Id: bootstrap,v 1.5 2006/05/21 16:53:16 ca Exp $ # # automatic generation of build (configuration) related files # # be verbose set -x AUTOCONF_VERSION=2.52 AUTOMAKE_VERSION=1.5 export AUTOCONF_VERSION AUTOMAKE_VERSION # aclocal -I build # autoheader # automake --foreign --add-missing --copy # autoconf # if test $# -ge 1 -a "x$1" = "x-a" then cd statethreads && ./bld-bin/bootstrap fi exit 0