Small clean of subtitles applet code.
[mafwsubrenderer] / mafw-gst-subtitles-renderer / 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 glib-gettextize --copy --force
8 intltoolize --automake --copy --force
9 autoreconf -v -f -i || exit 1
10 test -n "$NOCONFIGURE" || ./configure \
11         --enable-debug --enable-maintainer-mode "$@"