From 3392de27c7ec44053eac91a24c43fdec9b2c091b Mon Sep 17 00:00:00 2001 From: William Hua Date: Thu, 30 May 2013 17:16:04 -0400 Subject: Use intltoolize instead. --- .bzrignore | 3 ++- autogen.sh | 2 +- configure.ac | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.bzrignore b/.bzrignore index ff979d0b..f0055e0a 100644 --- a/.bzrignore +++ b/.bzrignore @@ -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 diff --git a/autogen.sh b/autogen.sh index f0b676e1..1d70f697 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 -- cgit v1.2.3