summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2011-07-11 17:01:28 +0100
committerLennart Poettering <lennart@poettering.net>2011-07-11 21:10:33 +0200
commit1c7dde3e475978c569a982d65fd86d4b4e3caad8 (patch)
tree7f7fe24a323c73d2575d1ae9f853977f6d70ad5b /autogen.sh
parent2376ce132bdba049f015b22b2db3a77c570aa154 (diff)
build-sys: Add i18n support through intltool
And put the PolicyKit policy files up for translation.
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 826d9b0d0..55a115d4e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -60,6 +60,7 @@ else
rm -f config.cache
libtoolize -c --force
+ intltoolize -c -f
run_versioned aclocal "$AM_VERSION" -I m4
run_versioned autoconf "$AC_VERSION" -Wall
run_versioned autoheader "$AC_VERSION"