From da081215481aaed435bbeed1927afef8738b40ef Mon Sep 17 00:00:00 2001 From: Diego 'Flameeyes' Pettenò Date: Thu, 7 Aug 2008 11:47:31 +0200 Subject: Bump autoconf requirement to 2.62 (latest released version). --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1ae4bc9..1e1b244 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # License along with libasyncns. If not, see # . -AC_PREREQ(2.59) +AC_PREREQ(2.62) AC_INIT([libasyncns],[0.5],[mznflapaf (at) 0pointer (dot) de]) AC_CONFIG_SRCDIR([libasyncns/asyncns.c]) AC_CONFIG_HEADERS([config.h]) -- cgit