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 149d986 Automake is required (not just Autoconf) if building from git
149d986 is described below
commit 149d986f62df24813ea7d1aec05489b776aae651
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Jan 7 17:27:51 2025 +0000
Automake is required (not just Autoconf) if building from git
---
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 a51d794..0299b91 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)
A Java Platform 2 compliant SDK
- GNU AutoConf (when building from Git).
+ GNU Automake (when building from Git).
When building from Git you need to build the "configure" program with: