From afc9c1a23a139b0ed1bba2c375ca27ebd278c642 Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Thu, 1 Oct 2009 20:59:59 +0300 Subject: [PATCH] Relax Autoconf version prereq From 2.63 to 2.59, which is more widely supported. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 78d4c74..570c9f5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_PREREQ([2.63]) +AC_PREREQ([2.59]) AC_INIT([jansson], [1.0.3], [petri@digip.org]) AM_INIT_AUTOMAKE([1.10 foreign]) -- 2.1.4