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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -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
|
||||
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user