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
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**
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