diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 1ab3c43..0d8dbcf 100644 --- a/configure.ac +++ b/configure.ac @@ -68,9 +68,8 @@ LT_INIT dnl --------------------------------------------------------------------------- dnl i18n stuff dnl --------------------------------------------------------------------------- -AM_GNU_GETTEXT +IT_PROG_INTLTOOL([0.40.0]) AC_SUBST([GETTEXT_PACKAGE], [mate-notification-daemon]) -AM_GNU_GETTEXT_VERSION([0.11]) AM_GLIB_GNU_GETTEXT AC_DEFINE([GETTEXT_PACKAGE], [PACKAGE_TARNAME], [Define to the gettext package name.]) |