#! /bin/sh
set -x
if test "`uname`x" = "Darwinx"
then
 glibtoolize --force
else
 libtoolize --force
fi
aclocal 
autoheader
# '--add-missing' needs replacing if ECMWF license!!!
automake --add-missing --copy
autoconf
