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.
This commit is contained in:
Aleksander Morgado
2016-03-13 17:38:26 +01:00
parent a9b69d210d
commit e00fd54a20
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@@ -151,6 +151,9 @@ Makefile.in
/m4/wchar_t.m4 /m4/wchar_t.m4
/m4/wint_t.m4 /m4/wint_t.m4
/m4/xsize.m4 /m4/xsize.m4
/m4/extern-inline.m4
/m4/fcntl-o.m4
/m4/threadlib.m4
/uml290/uml290mode /uml290/uml290mode

View File

@@ -84,7 +84,7 @@ dnl
IT_PROG_INTLTOOL([0.40.0]) IT_PROG_INTLTOOL([0.40.0])
AM_GNU_GETTEXT([external]) AM_GNU_GETTEXT([external])
AM_GNU_GETTEXT_VERSION([0.17]) AM_GNU_GETTEXT_VERSION([0.19.3])
GETTEXT_PACKAGE=ModemManager GETTEXT_PACKAGE=ModemManager
AC_SUBST(GETTEXT_PACKAGE) AC_SUBST(GETTEXT_PACKAGE)