From 656aedc2dceec0e96878171ae3b779dd87afdd03 Mon Sep 17 00:00:00 2001 From: Avinash Sonawane Date: Fri, 23 Jun 2017 13:09:22 +0530 Subject: [PATCH] *configure.ac: Fix warning about 'AM_PROG_MKDIR_P' macro being deprecated * README.md: Update gettext required version --- README.md | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index daa48cc8..94fd3138 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/configure.ac b/configure.ac index 108ab47e..2b2f03c9 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) ]) #