~ubuntu-branches/ubuntu/maverick/libnetfilter-log/maverick

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Wirt, Max Kellermann, Alexander Wirt
  • Date: 2009-04-02 11:05:59 UTC
  • mfrom: (2.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090402110559-1cem0lgor2pgdel3
Tags: 0.0.16-1
[ Max Kellermann ]
* new upstream release
* build with libnfnetlink-dev 0.0.41

[ Alexander Wirt ]
* Bump standards version (no changes) 
* Fix copyright file

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
AC_CANONICAL_SYSTEM
6
6
 
7
 
AM_INIT_AUTOMAKE(libnetfilter_log, 0.0.15)
 
7
AM_INIT_AUTOMAKE(libnetfilter_log, 0.0.16)
8
8
 
9
9
AC_PROG_CC
10
10
AM_PROG_LIBTOOL
19
19
esac
20
20
 
21
21
dnl Dependencies
22
 
LIBNFNETLINK_REQUIRED=0.0.39
 
22
LIBNFNETLINK_REQUIRED=0.0.41
23
23
 
24
24
PKG_CHECK_MODULES(LIBNFNETLINK, libnfnetlink >= $LIBNFNETLINK_REQUIRED,,
25
25
        AC_MSG_ERROR(Cannot find libnfnetlink >= $LIBNFNETLINK_REQUIRED))