diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2016-03-13 17:38:26 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2016-03-13 17:39:20 +0100 |
commit | e00fd54a200f97aa5ae44e981da152669521f83c (patch) | |
tree | 3feb5854a5ce25cd62a36214bd28a8c2235e62c7 | |
parent | a9b69d210d12acc458d2d8ba4e79554f818e8337 (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.
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -151,6 +151,9 @@ Makefile.in /m4/wchar_t.m4 /m4/wint_t.m4 /m4/xsize.m4 +/m4/extern-inline.m4 +/m4/fcntl-o.m4 +/m4/threadlib.m4 /uml290/uml290mode 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) |