*configure.ac: Fix warning about 'AM_PROG_MKDIR_P' macro being deprecated

* README.md: Update gettext required version
This commit is contained in:
Avinash Sonawane
2017-06-23 13:09:22 +05:30
parent 5086e89d86
commit 656aedc2dc
2 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@ The following packages are needed to build the software
* autotools (autoconf, autogen, automake, autopoint, libtool)
* pkg-config >= 0.28 (recommended)
* doxygen (for creating the documentation)
* gettext >= 0.18.1
* gettext >= 0.18.2
* libz >= 1.2.3 (the distribution may call the package zlib*, eg. zlib1g on Debian)
* liblzma >= 5.1.1alpha (optional, if you want HTTP lzma decompression)
* libbz2 >= 1.0.6 (optional, if you want HTTP bzip2 decompression)

View File

@ -290,7 +290,7 @@ m4_ifdef([AM_GNU_GETTEXT], [
])
m4_ifdef([AM_GNU_GETTEXT_VERSION], [
#do not indent here
AM_GNU_GETTEXT_VERSION([0.18.1])
AM_GNU_GETTEXT_VERSION([0.18.2])
])
#