mirror of
https://github.com/json-c/json-c.git
synced 2026-03-19 04:59:06 +08:00
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:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user