summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2009-01-19 17:24:29 +0000
committerStef Walter <stef@memberwebs.com>2009-01-19 17:24:29 +0000
commitd131c1140e59ea7ed909f94eb65b53f6283fcc65 (patch)
treee3671795ec0de2a905ea39bafe6c5053f2cd9bbe /configure.in
parent187981d7533ddb4f409ef5ab7e1b45c36ed09525 (diff)
Release version 0.2 with proper OID.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 2 insertions, 6 deletions
diff --git a/configure.in b/configure.in
index 847ff02..417ea73 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
# Process this file with autoconf to produce a configure script.
-AC_INIT(bsnmp-pcap, 0.1, stef@memberwebs.com)
-AM_INIT_AUTOMAKE(bsnmp-pcap, 0.1)
+AC_INIT(bsnmp-pcap, 0.2, stef@memberwebs.com)
+AM_INIT_AUTOMAKE(bsnmp-pcap, 0.2)
AC_CONFIG_SRCDIR([module/bsnmp-pcap.c])
AM_CONFIG_HEADER([config.h])
@@ -60,10 +60,6 @@ AC_SEARCH_LIBS(pcap_open_live, pcap, ,
AC_C_CONST
AC_TYPE_SIZE_T
-# Checks for library functions.
-AC_FUNC_MALLOC
-AC_FUNC_MEMCMP
-
AC_CONFIG_FILES([Makefile module/Makefile doc/Makefile])
AC_OUTPUT