aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Jeanson <mjeanson@efficios.com>2024-02-23 15:22:09 -0500
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>2024-02-28 13:08:50 -0500
commit31f05ad75f4dff1b24b13ff4da7a6d96ac213b25 (patch)
tree81a6dbbda3d950a251931abfa5e916524d57900e
parentd15481d2eafcd81c0b9274b646a4a3b273d68358 (diff)
downloadlibrseq-31f05ad75f4dff1b24b13ff4da7a6d96ac213b25.tar.gz
Fix supported autotools versions in README.md
Change-Id: I07257e51544546a8c39325dd05a0a0b99b47a5e2 Signed-off-by: Michael Jeanson <mjeanson@efficios.com> Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4d2d3a0..969086e 100644
--- a/README.md
+++ b/README.md
@@ -20,8 +20,8 @@ portability. Here are some things you should have on your system in order to
compile the Git repository tree:
- [GNU Autotools](http://www.gnu.org/software/autoconf/)
- (**Automake >= 1.10**, **Autoconf >= 2.50**,
- **Autoheader >= 2.50**;
+ (**Automake >= 1.12**, **Autoconf >= 2.69**,
+ **Autoheader >= 2.69**;
make sure your system-wide `automake` points to a recent version!)
- **[GNU Libtool](https://www.gnu.org/software/libtool/) >= 2.2**
- **Linux kernel headers** from kernel **>= 4.18** to build on x86, arm,