]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
doc: Mention new bootstrap requirements
authorDaiki Ueno <ueno@gnu.org>
Wed, 2 Nov 2016 04:24:34 +0000 (05:24 +0100)
committerDaiki Ueno <ueno@gnu.org>
Wed, 2 Nov 2016 04:27:57 +0000 (05:27 +0100)
* 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

HACKING
autogen.sh

diff --git a/HACKING b/HACKING
index 505a16dd5912187c34dd23f0daed5b521029b3e1..321ec249555d9790a17ffe2a58d0251b5bab6dad 100644 (file)
--- 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.
 
 
index b567272f06052aab04da90c5e5b9725dcebbd4ad..f1a13a5b2a4ecda2db2f55f864cc8280d255a9b1 100755 (executable)
@@ -19,7 +19,7 @@
 #
 # This script requires:
 #   - Autoconf
-#   - Automake
+#   - Automake >= 1.13
 #   - Wget
 #   - Git
 #   - XZ Utils