AC_INIT with package_url was introduced in AC 2.64
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
portability. Here are some things you should have on your system in
order to compile the Git repository tree:
- - GNU Autotools (Automake >= 1.10, Autoconf >= 2.50,
+ - GNU Autotools (Automake >= 1.10, Autoconf >= 2.64,
Autoheader >= 2.50; make sure your system-wide `automake` points to
a recent version!)
- [GNU Libtool](http://www.gnu.org/software/autoconf/) >= 2.2
+AC_PREREQ([2.64])
AC_INIT([lttng-tools],[2.6.0],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
AC_CONFIG_AUX_DIR([config])
AC_CANONICAL_TARGET