Cleanup: Bump autoconf required version to 2.69
authorMichael Jeanson <mjeanson@efficios.com>
Fri, 17 Jul 2020 19:15:55 +0000 (15:15 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 20 Oct 2020 19:28:27 +0000 (15:28 -0400)
We already depend on automake 1.12 released in 2012, set the minimum
autoconf version to 2.69 which was released on the same year.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Ib3c8bb5fccca3eacb80e78f361bc1b3fddbe00e1

README.md
configure.ac

index 51ca20b8e6375729ba707be118781901dc9647e6..a5f43c4f66f6a23c9330c089fbf3a56e8b36f35d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -25,8 +25,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**
 
index a89b72e38def94d2148bf519b44a244ed80044e1..586affc9499515f4101e9d0ddd79e744f5d797c1 100644 (file)
@@ -9,7 +9,7 @@ m4_define([V_DESC], [[Description TBD]])
 m4_define([V_STRING], [V_MAJOR.V_MINOR.V_PATCH])
 m4_ifdef([V_EXTRA], [m4_append([V_STRING], [-V_EXTRA])])
 
-AC_PREREQ(2.59)
+AC_PREREQ([2.69])
 AC_INIT([lttng-ust], V_STRING, [mathieu dot desnoyers at efficios dot com], [], [https://lttng.org])
 
 dnl Substitute minor/major/patchlevel version numbers
This page took 0.02517 seconds and 4 git commands to generate.