d88de29372214aa7f169a549e0f2bae46991664d
[mafwsubrenderer] / autogen.sh
1 #!/bin/sh
2 # Run this to generate all the initial makefiles, etc.
3
4 export AUTOMAKE="automake-1.9"
5 export ACLOCAL=`echo $AUTOMAKE | sed s/automake/aclocal/`
6
7 autoreconf -v -f -i || exit 1
8 test -n "$NOCONFIGURE" || ./configure \
9         --enable-debug --enable-maintainer-mode "$@"