midori/autogen.sh
Christian Dywan be89221aea Implement localization via Gettext.
Based on the implementation of localization via Gettext
contributed by Enrico Tröger, a few adjustments were made
to allow Midori to be properly localized. Initially
German is fully supported.
2008-03-22 03:38:23 +01:00

10 lines
176 B
Bash
Executable file

#!/bin/sh
echo "no" | glib-gettextize --force --copy
intltoolize --copy --force --automake
libtoolize --copy --force
aclocal
autoheader
autoconf
automake --add-missing --copy