Project Info Name.......: gnu-hello
Description: GNU Hello


gnu-hello       
Info
Commit...:63365496462d26cc08a383ddcc7b351700fb11db
Author...:Reuben Thomas
Committer:Reuben Thomas
Date.....:Mon May 19 12:55:51 2025 +0100
Parents..:062a1ba2653eb0f8e2b400c63594c5e9782ebc82

Message
build: remove automake and autoconf from bootstrap deps

Bootstrap checks these dependencies anyway, and the versions given were
out of sync with the canonical requirements (in configure.ac) and way
out of date.

Changes
diff --git a/bootstrap.conf b/bootstrap.conf
line changes: +0/-2
index e2fb8a5..acb948c
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -83,8 +83,6 @@ gnulib_tool_option_extras="--makefile-name=gnulib.mk --automake-subdir"
 
 # Build prerequisites
 buildreq="\
-autoconf   2.59
-automake   1.9.6
 git        1.5.5
 tar        -
 "

This website is licensed under AGPL-3.0. Feel free to copy!