From: Eric Haszlakiewicz Date: Mon, 12 Dec 2016 03:18:33 +0000 (-0800) Subject: Issue#292: bump the required version of configure listed in configure.ac so a more... X-Git-Tag: json-c-0.13-20171207~110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a443b9f7e723117ffe295695cfe6fb1dfd2b60bb;p=json-c 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. --- 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])