[netfilter-cvslog] r7498 - trunk/libnfnetlink

pablo at netfilter.org pablo at netfilter.org
Wed Apr 16 17:08:32 CEST 2008


Author: pablo at netfilter.org
Date: 2008-04-16 17:08:32 +0200 (Wed, 16 Apr 2008)
New Revision: 7498

Modified:
   trunk/libnfnetlink/configure.in
Log:
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 <jengelh at computergmbh.de>


Modified: trunk/libnfnetlink/configure.in
===================================================================
--- trunk/libnfnetlink/configure.in	2008-04-16 15:03:55 UTC (rev 7497)
+++ trunk/libnfnetlink/configure.in	2008-04-16 15:08:32 UTC (rev 7498)
@@ -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




More information about the netfilter-cvslog mailing list