l10n: new danish translation
[mafwsubrenderer] / autogen.sh
index d88de29..53c895a 100755 (executable)
@@ -4,6 +4,8 @@
 export AUTOMAKE="automake-1.9"
 export ACLOCAL=`echo $AUTOMAKE | sed s/automake/aclocal/`
 
+glib-gettextize --copy --force
+intltoolize --automake --copy --force
 autoreconf -v -f -i || exit 1
 test -n "$NOCONFIGURE" || ./configure \
        --enable-debug --enable-maintainer-mode "$@"