diff options
author | William Hua <william.hua@canonical.com> | 2013-05-30 17:16:04 -0400 |
---|---|---|
committer | William Hua <william.hua@canonical.com> | 2013-05-30 17:16:04 -0400 |
commit | 3392de27c7ec44053eac91a24c43fdec9b2c091b (patch) | |
tree | a29545d56d110b647a6e37bd73e8a7233f30dfdc | |
parent | 5871583b77f83a06cf88facfaa823d8d10264464 (diff) | |
download | ayatana-indicator-keyboard-3392de27c7ec44053eac91a24c43fdec9b2c091b.tar.gz ayatana-indicator-keyboard-3392de27c7ec44053eac91a24c43fdec9b2c091b.tar.bz2 ayatana-indicator-keyboard-3392de27c7ec44053eac91a24c43fdec9b2c091b.zip |
Use intltoolize instead.
-rw-r--r-- | .bzrignore | 3 | ||||
-rwxr-xr-x | autogen.sh | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 4 insertions, 3 deletions
@@ -8,7 +8,6 @@ Makefile Makefile.in Makefile.in.in -POTFILES autom4te.cache build-aux config.log @@ -24,3 +23,5 @@ indicator-keyboard.indicator indicator-keyboard.service libtool main.c +po/POTFILES +po/stamp-it @@ -2,5 +2,5 @@ mkdir -p m4 autoreconf -i -glib-gettextize -c -f +intltoolize -c -f test -n "$NOCONFIGURE" || ./configure "$@" diff --git a/configure.ac b/configure.ac index 18110c04..c91a1229 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ 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]) -AM_GLIB_GNU_GETTEXT +IT_PROG_INTLTOOL GLIB_GSETTINGS |