diff options
author | Stefano Karapetsas <[email protected]> | 2014-01-18 17:15:50 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-01-18 17:15:50 +0100 |
commit | 0403a698b87aac17fba7707e9e02baaba3c420ea (patch) | |
tree | 37bbb8b2c33c05a1cbc7b39a139f666056f3f3f9 | |
parent | 74a3efb55d615a52ba9f3367b584217b9e02e845 (diff) | |
download | mate-notification-daemon-0403a698b87aac17fba7707e9e02baaba3c420ea.tar.bz2 mate-notification-daemon-0403a698b87aac17fba7707e9e02baaba3c420ea.tar.xz |
Fix build with latest mate-common
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 43069a0..1ab3c43 100644 --- a/configure.ac +++ b/configure.ac @@ -68,8 +68,7 @@ LT_INIT dnl --------------------------------------------------------------------------- dnl i18n stuff dnl --------------------------------------------------------------------------- -IT_PROG_INTLTOOL([0.40.0]) - +AM_GNU_GETTEXT AC_SUBST([GETTEXT_PACKAGE], [mate-notification-daemon]) AM_GNU_GETTEXT_VERSION([0.11]) AM_GLIB_GNU_GETTEXT |