Use gettext 0.19.3
commit8332595ce3b7d53b6024d134024d4bad193eab64
authorPetr Pavlu <setup@dagobah.cz>
Sat, 8 Apr 2017 13:11:10 +0000 (8 14:11 +0100)
committerPetr Pavlu <setup@dagobah.cz>
Sat, 8 Apr 2017 13:12:24 +0000 (8 14:12 +0100)
treec2c8f223fb021e020386a95c3a516fa6de248a11
parent3fcc3c928b5098f3b379cb23b88e162f1f80ab7c
Use gettext 0.19.3

Bump version of the gettext infrastructure to 0.19.3 (version available
on Debian 8) to fix the following bootstrap warning:
configure.ac:119: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its use is discouraged.
configure.ac:119: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead,
configure.ac:119: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.
configure.ac