summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2012-08-06 13:20:44 -0400
committerRyan Lortie <desrt@desrt.ca>2012-08-06 16:53:20 -0400
commitc8672ee78d7258af57e36664419877c6799ab69c (patch)
treeeaefc6783501595c5d49190cf6bef8cf55c680a0 /autogen.sh
parentff98e96217fdad5429ecb73c90efc80f8f7a5466 (diff)
downloaddconf-c8672ee78d7258af57e36664419877c6799ab69c.tar.gz
Enable i18n support for dconf-editor
Add i18n support using intltool and glib-gettext (to avoid the well-known issues with vanilla gettext). This patch is heavily based on a patch by Gabor Kelemen. https://bugzilla.gnome.org/show_bug.cgi?id=642217
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 89f7ad7..c929f33 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -21,6 +21,7 @@ else
fi
mkdir -p m4 aux
+intltoolize --force
gtkdocize --docdir docs --flavour no-tmpl
aclocal${automake_suffix} ${ACLOCAL_FLAGS}
autoheader