summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJussi Kukkonen <jku@linux.intel.com>2009-05-06 10:44:40 +0300
committerJussi Kukkonen <jku@linux.intel.com>2009-05-06 10:49:34 +0300
commit7f21cc02f102a2f864fdff3f8af881b6bef64c02 (patch)
tree9cadfc53a1c5e54213fc018af8b98e07f7df7dca /autogen.sh
parent963f6e0938bb64bca7778ef9a290290eee21eecf (diff)
add internationalization support
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index ee4cf6b5..27f34512 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -28,6 +28,8 @@ sed -e "s;@CONFIG_SUBS@;$SUBS;" \
Makefile-gen.am >Makefile.am
libtoolize -c
+glib-gettextize --force --copy
+intltoolize --force --copy --automake
aclocal -Im4
autoheader
automake -a -c -Wno-portability