[lttng-dev] [PATCH lttng-tools] Build: bump autoconf version requirement to 2.64

Jérémie Galarneau jeremie.galarneau at efficios.com
Thu Jul 2 20:20:09 EDT 2015


Merged in master, stable-2.6 and stable-2.5.

Thanks!
Jérémie

On Thu, Jul 2, 2015 at 6:55 PM, Jonathan Rajotte <
jonathan.rajotte-julien at efficios.com> wrote:

> AC_INIT with package_url was introduced in AC 2.64
>
> Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien at efficios.com>
> ---
>  README.md    | 2 +-
>  configure.ac | 1 +
>  2 files changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/README.md b/README.md
> index 2cb75b1..8c412cd 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 48c3cb3..1fcac72 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 at efficios.com],[],[
> https://lttng.org])
>  AC_CONFIG_AUX_DIR([config])
>  AC_CANONICAL_TARGET
> --
> 2.1.4
>
>


-- 
Jérémie Galarneau
EfficiOS Inc.
http://www.efficios.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lttng.org/pipermail/lttng-dev/attachments/20150702/53df4fab/attachment.html>


More information about the lttng-dev mailing list