#! /bin/sh
#np# This file does not need to be edited, other than removing this line.
set -x
# Only run aclocal if we need to create aclocal.m4
aclocal -I config 
# autoheader is smart and doesn't change anything unless it's necessary
autoheader 
automake --foreign --add-missing --copy
autoconf
# Install/Update the build scripts
../../commonTools/buildTools/install-package-scripts.sh ../../commonTools
