From: Petri Lehtinen Date: Sun, 28 Mar 2010 18:16:21 +0000 (+0300) Subject: Require autoconf 2.60 X-Git-Tag: v1.2.1~2 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=jansson.git;a=commitdiff_plain;h=024106bbfbd7376656876aa8bd00a333d5ada10c Require autoconf 2.60 The AC_TYPE_INT32_T macro first appeared in autoconf 2.60. --- diff --git a/configure.ac b/configure.ac index 746bff2..0774c03 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_PREREQ([2.59]) +AC_PREREQ([2.60]) AC_INIT([jansson], [1.2], [petri@digip.org]) AM_INIT_AUTOMAKE([1.10 foreign])