From: Daiki Ueno Date: Wed, 2 Nov 2016 04:24:34 +0000 (+0100) Subject: doc: Mention new bootstrap requirements X-Git-Tag: v0.20~501 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f837369264c119d0e96c9ba6e5960deba59eee73;p=thirdparty%2Fgettext.git doc: Mention new bootstrap requirements * autogen.sh: Require automake >= 1.13. * HACKING: Require automake >= 1.13, wget, and xz. Reported by Karl-P. Richter and Bruno Haible in: https://savannah.gnu.org/bugs/?49497 --- diff --git a/HACKING b/HACKING index 505a16dd5..321ec2495 100644 --- a/HACKING +++ b/HACKING @@ -11,7 +11,7 @@ You will need reasonably recent versions of the build tools: + Homepage: http://gcc.gnu.org/ - * GNU automake + * GNU automake 1.13 or newer + Homepage: http://www.gnu.org/software/automake/ @@ -60,6 +60,14 @@ You will need reasonably recent versions of the build tools: + Homepage: http://www.gnu.org/software/tar/ + * GNU Wget + + Homepage: + https://www.gnu.org/software/wget/ + + * XZ Utils + + Homepage: + http://tukaani.org/xz/ + And, of course, the packages listed in the DEPENDENCIES file. diff --git a/autogen.sh b/autogen.sh index b567272f0..f1a13a5b2 100755 --- a/autogen.sh +++ b/autogen.sh @@ -19,7 +19,7 @@ # # This script requires: # - Autoconf -# - Automake +# - Automake >= 1.13 # - Wget # - Git # - XZ Utils