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.

This commit is contained in:
Eric Haszlakiewicz
2016-12-11 19:18:33 -08:00
parent 1e4824a841
commit a443b9f7e7

View File

@@ -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])