From b7928d3d138f2210d49997113145050675052404 Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org" Date: Wed, 16 Apr 2008 15:08:32 +0000 Subject: The second, deprecated, form of `AM_INIT_AUTOMAKE' has two required arguments: the package and the version number. This form is obsolete because the PACKAGE and VERSION can be obtained from Autoconf's `AC_INIT' macro (which itself has an old and a new form). Signed-off-by: Jan Engelhardt --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index feb3672..536b14d 100644 --- a/configure.in +++ b/configure.in @@ -1,10 +1,10 @@ dnl Process this file with autoconf to create configure. -AC_INIT +AC_INIT(libnfnetlink, 0.0.34) AC_CANONICAL_SYSTEM -AM_INIT_AUTOMAKE(libnfnetlink, 0.0.34) +AM_INIT_AUTOMAKE AC_PROG_CC AC_EXEEXT -- cgit v1.2.3