aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2016-03-13 17:38:26 +0100
committerAleksander Morgado <aleksander@aleksander.es>2016-03-13 17:39:20 +0100
commite00fd54a200f97aa5ae44e981da152669521f83c (patch)
tree3feb5854a5ce25cd62a36214bd28a8c2235e62c7 /configure.ac
parenta9b69d210d12acc458d2d8ba4e79554f818e8337 (diff)
build: bump required gettext version to 0.19.3
Otherwise: configure.ac:86: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its use is discouraged. configure.ac:86: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead, configure.ac:86: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 91571ef3..37432f87 100644
--- a/configure.ac
+++ b/configure.ac
@@ -84,7 +84,7 @@ dnl
IT_PROG_INTLTOOL([0.40.0])
AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION([0.17])
+AM_GNU_GETTEXT_VERSION([0.19.3])
GETTEXT_PACKAGE=ModemManager
AC_SUBST(GETTEXT_PACKAGE)