aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bzrignore3
-rwxr-xr-xautogen.sh2
-rw-r--r--configure.ac2
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