From 9d594903a44a41b0c8999906798369c2aa92d246 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Thu, 2 Jul 2015 15:50:20 -0400 Subject: [PATCH] Build: add version check on autoconf MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonathan Rajotte Signed-off-by: Jérémie Galarneau --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 3421cbdc..413ba745 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. +AC_PREREQ([2.50]) AC_INIT([babeltrace],[1.3.0-pre],[jeremie dot galarneau at efficios dot com]) # Following the numbering scheme proposed by libtool for the library version -- 2.34.1