Imported mafw-gst-renderer_0.1.2009.47-1+0m5
[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 "$@"