diff options
author | Wu Xiaotian <[email protected]> | 2019-05-21 14:47:33 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-06-12 14:56:17 +0200 |
commit | 9ee7e00057ce3d7b4dc6cf22074fc54bf8f48b3e (patch) | |
tree | 2e12ec97814602601e9cc3a1d05fcf36bd977d0f /configure.ac | |
parent | 5d8846ee43d02abbfa844657e13ab555676bcff9 (diff) | |
download | mate-calc-9ee7e00057ce3d7b4dc6cf22074fc54bf8f48b3e.tar.bz2 mate-calc-9ee7e00057ce3d7b4dc6cf22074fc54bf8f48b3e.tar.xz |
Migrate from intltools into gettext
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 9c69eb3..8a8b583 100644 --- a/configure.ac +++ b/configure.ac @@ -45,8 +45,8 @@ AC_CHECK_LIB(m, log) dnl ########################################################################### dnl Internationalization dnl ########################################################################### - -IT_PROG_INTLTOOL([0.35.0]) +AM_GNU_GETTEXT_VERSION([0.19.8]) +AM_GNU_GETTEXT([external]) AC_SUBST(GETTEXT_PACKAGE, mate-calc) # ********************** |