diff options
author | Bastien Nocera <hadess@hadess.net> | 2011-07-11 17:01:28 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-07-11 21:10:33 +0200 |
commit | 1c7dde3e475978c569a982d65fd86d4b4e3caad8 (patch) | |
tree | 7f7fe24a323c73d2575d1ae9f853977f6d70ad5b /autogen.sh | |
parent | 2376ce132bdba049f015b22b2db3a77c570aa154 (diff) |
build-sys: Add i18n support through intltool
And put the PolicyKit policy files up for translation.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh index 826d9b0d0e..55a115d4e3 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" |