From: Jonathan Rajotte Date: Thu, 2 Jul 2015 22:55:32 +0000 (-0400) Subject: Build: bump autoconf version requirement to 2.64 X-Git-Tag: v2.5.5~18 X-Git-Url: http://git.liburcu.org/?p=lttng-tools.git;a=commitdiff_plain;h=4f65bee19fd9e7cf43c95ef01f963107577573cf Build: bump autoconf version requirement to 2.64 AC_INIT with package_url was introduced in AC 2.64 Signed-off-by: Jonathan Rajotte Signed-off-by: Jérémie Galarneau --- diff --git a/README b/README index ae580a05e..db1d0371d 100644 --- a/README +++ b/README @@ -75,7 +75,7 @@ This source tree is based on the autotools suite from GNU to simplify 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, autoheader >=2.50) +- GNU autotools (automake >=1.10, autoconf >=2.64, autoheader >=2.64) (make sure your system wide "automake" points to a recent version!) - GNU Libtool >=2.2 (for more information, go to https://www.gnu.org/software/autoconf/) diff --git a/configure.ac b/configure.ac index 20a4a5fb1..05c159267 100644 --- a/configure.ac +++ b/configure.ac @@ -1,3 +1,4 @@ +AC_PREREQ([2.64]) AC_INIT([lttng-tools],[2.5.4],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET