rewritten gnuplot backend and prototyped sensitivity module
[didgmo.git] / autogen.sh
blob423224c49f28f5a7bb59fca6f0752de834a8477a
1 #!/bin/sh
3 rm -rf autom4te.cache
4 rm -f aclocal.m4 ltmain.sh
6 echo "Running aclocal..." ; aclocal || exit 1
7 echo "Running autoconf..." ; autoconf || exit 1
8 echo "Running libtoolize..." ; (libtoolize --copy --automake || glibtoolize --automake) || exit 1
9 echo "Running automake..." ; automake --add-missing --copy --gnu || exit 1
11 if [ -z "$NOCONFIGURE" ]; then
12 ./configure "$@"