From: Jonathan Rajotte Date: Thu, 2 Jul 2015 22:55:32 +0000 (-0400) Subject: Build: bump autoconf version requirement to 2.64 X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=5d5baaa365798454df0fa41879399dd88a8413c1;ds=sidebyside 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.md b/README.md index 2cb75b166..8c412cd41 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,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, + - 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 diff --git a/configure.ac b/configure.ac index 48c3cb36e..1fcac7273 100644 --- a/configure.ac +++ b/configure.ac @@ -1,3 +1,4 @@ +AC_PREREQ([2.64]) AC_INIT([lttng-tools],[2.7.0-pre],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET