Browse Source

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.

tags/json-c-0.13-20171207
Eric Haszlakiewicz 8 years ago
parent
commit
a443b9f7e7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure.ac

+ 1
- 1
configure.ac 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])


Loading…
Cancel
Save