From: Sami Kerola Date: Sat, 22 Jan 2011 11:09:33 +0000 (+0100) Subject: Automake 2.64 is needed. X-Git-Tag: v2.14~17 X-Git-Url: http://git.asbjorn.biz/?p=debian%2Fdhcpd-pools.git;a=commitdiff_plain;h=e6c32dbdf9d0a0c685f5c402f94e965cf587f062 Automake 2.64 is needed. This is due AC_PACKAGE_URL that is used in AC_INIT, see release announcement for details. http://lists.gnu.org/archive/html/autoconf/2009-07/msg00079.html Signed-off-by: Sami Kerola --- diff --git a/configure.ac b/configure.ac index 5a5efdb..088ef44 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_PREREQ(2.63) +AC_PREREQ(2.64) AC_CONFIG_MACRO_DIR([m4]) AC_INIT([dhcpd-pools],[2.13],[kerolasa@iki.fi],,[http://dhcpd-pools.sourceforge.net/]) AM_INIT_AUTOMAKE(dhcpd-pools, 2.13)