This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-daemon.git
The following commit(s) were added to refs/heads/master by this push:
new fa3c29e Clarify it is the Autotools suite that is required. Not just
automake.
fa3c29e is described below
commit fa3c29ed47216ec9e88a0f79ba2e0d177481d42d
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Nov 21 14:38:38 2025 +0000
Clarify it is the Autotools suite that is required. Not just automake.
---
src/native/unix/INSTALL.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/native/unix/INSTALL.txt b/src/native/unix/INSTALL.txt
index 556552f..73662ef 100644
--- a/src/native/unix/INSTALL.txt
+++ b/src/native/unix/INSTALL.txt
@@ -3,7 +3,7 @@ system you will need:
An ANSI-C compliant compiler (GCC is good)
Java 8 or later JDK
- GNU Automake (when building from Git).
+ GNU Autotools (when building from Git).
When building from Git you need to build the "configure" program with: