Require autoconf 2.60

The AC_TYPE_INT32_T macro first appeared in autoconf 2.60.
This commit is contained in:
Petri Lehtinen 2010-03-28 21:16:21 +03:00
parent 29ee3832cf
commit 024106bbfb

View File

@ -1,4 +1,4 @@
AC_PREREQ([2.59]) AC_PREREQ([2.60])
AC_INIT([jansson], [1.2], [petri@digip.org]) AC_INIT([jansson], [1.2], [petri@digip.org])
AM_INIT_AUTOMAKE([1.10 foreign]) AM_INIT_AUTOMAKE([1.10 foreign])