From a443b9f7e723117ffe295695cfe6fb1dfd2b60bb Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Sun, 11 Dec 2016 19:18:33 -0800 Subject: [PATCH] Issue#292: bump the required version of configure listed in configure.ac so a more useful error message is generated, rather than failing later because the extra macros from ./autoconf-archive/m4/ didn't get loaded. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 161ff00..64391b4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_PREREQ(2.52) +AC_PREREQ(2.64) # Process this file with autoconf to produce a configure script. AC_INIT([json-c], 0.12.99, [json-c@googlegroups.com])