Relax Autoconf version prereq
authorPetri Lehtinen <petri@digip.org>
Thu, 1 Oct 2009 17:59:59 +0000 (20:59 +0300)
committerPetri Lehtinen <petri@digip.org>
Thu, 1 Oct 2009 18:54:29 +0000 (21:54 +0300)
From 2.63 to 2.59, which is more widely supported.

configure.ac

index 78d4c74..570c9f5 100644 (file)
@@ -1,4 +1,4 @@
-AC_PREREQ([2.63])
+AC_PREREQ([2.59])
 AC_INIT([jansson], [1.0.3], [petri@digip.org])
 
 AM_INIT_AUTOMAKE([1.10 foreign])