Require autoconf 2.60
authorPetri Lehtinen <petri@digip.org>
Sun, 28 Mar 2010 18:16:21 +0000 (21:16 +0300)
committerPetri Lehtinen <petri@digip.org>
Sun, 28 Mar 2010 18:19:40 +0000 (21:19 +0300)
The AC_TYPE_INT32_T macro first appeared in autoconf 2.60.

configure.ac

index 746bff2..0774c03 100644 (file)
@@ -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])
 AC_INIT([jansson], [1.2], [petri@digip.org])
 
 AM_INIT_AUTOMAKE([1.10 foreign])