diff options
author | William Hua <william.hua@canonical.com> | 2013-05-31 09:16:17 -0400 |
---|---|---|
committer | William Hua <william.hua@canonical.com> | 2013-05-31 09:16:17 -0400 |
commit | 10b47cca2424b28b6495f7e8cd5a91d9aa59bca9 (patch) | |
tree | ee93253b0c1961947f6f43fad55b7cc1c42f9d93 /configure.ac | |
parent | 3392de27c7ec44053eac91a24c43fdec9b2c091b (diff) | |
download | ayatana-indicator-keyboard-10b47cca2424b28b6495f7e8cd5a91d9aa59bca9.tar.gz ayatana-indicator-keyboard-10b47cca2424b28b6495f7e8cd5a91d9aa59bca9.tar.bz2 ayatana-indicator-keyboard-10b47cca2424b28b6495f7e8cd5a91d9aa59bca9.zip |
i18n for indicator.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c91a1229..5a1b9671 100644 --- a/configure.ac +++ b/configure.ac @@ -27,6 +27,10 @@ AC_ARG_WITH([indicator-dir], [AS_HELP_STRING([--with-indicator-dir=DIR], [Indica AC_SUBST([DBUS_SERVICE_DIR], [$with_dbus_service_dir]) AC_SUBST([INDICATOR_DIR], [$with_indicator_dir]) +GETTEXT_PACKAGE=indicator-keyboard +AC_SUBST([GETTEXT_PACKAGE]) +AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], ["$GETTEXT_PACKAGE"], [The prefix for our gettext translation domains.]) +AM_GLIB_GNU_GETTEXT IT_PROG_INTLTOOL GLIB_GSETTINGS |