mirror of
https://gitlab.com/gnuwget/wget2.git
synced 2026-01-14 02:01:39 +00:00
*configure.ac: Fix warning about 'AM_PROG_MKDIR_P' macro being deprecated
* README.md: Update gettext required version
This commit is contained in:
@ -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)
|
||||
|
||||
@ -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])
|
||||
])
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user