summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorThomas Graf <tgraf@infradead.org>2011-09-08 15:00:07 +0200
committerThomas Graf <tgraf@infradead.org>2011-09-08 15:34:31 +0200
commit2a37ab5f34fcbe97aee8cabeb3b85f96751999af (patch)
tree1889292350415ea3cde4a057a22a82e72763aa38 /configure.in
parent80569bb24235749e1bd7a611ece363db03f1617f (diff)
downloadlibnl-2a37ab5f34fcbe97aee8cabeb3b85f96751999af.tar.gz
prepare for 3.2 release
Fall back to using libnl-*.3.pc files. It may be common to have multiple generations of libnl installed but unlikely within the same major release.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 3406530..4eb5420 100644
--- a/configure.in
+++ b/configure.in
@@ -9,7 +9,7 @@
# Copyright (c) 2003-2011 Thomas Graf <tgraf@suug.ch>
#
-AC_INIT(libnl, 3.1, tgraf@suug.ch)
+AC_INIT(libnl, 3.2, tgraf@suug.ch)
AC_CONFIG_HEADERS([lib/defs.h])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])
@@ -17,7 +17,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES(yes)], [])
MAJ_VERSION=3
AC_SUBST([MAJ_VERSION])
-MIN_VERSION=1
+MIN_VERSION=2
AC_SUBST([MIN_VERSION])
AC_PROG_CC
@@ -45,7 +45,7 @@ AC_CHECK_LIB([pthread], [pthread_mutex_lock], [], AC_MSG_ERROR([libpthread is re
AC_CONFIG_FILES([Makefile doc/Doxyfile doc/Makefile lib/Makefile
include/Makefile src/Makefile src/lib/Makefile man/Makefile
- libnl-3.1.pc libnl-route-3.1.pc libnl-genl-3.1.pc libnl-nf-3.1.pc
+ libnl-3.pc libnl-route-3.pc libnl-genl-3.pc libnl-nf-3.pc
python/Makefile python/setup.py python/netlink/Makefile
python/netlink/route/Makefile
include/netlink/version.h])