summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* 3.2.13 releaselibnl3_2_13Thomas Graf2012-09-031-2/+2
|
* libnl-3.2.12 - ./configure --disable-doc: error: conditional "LINK_DOC" was ↵Jeroen Roovers2012-09-031-4/+4
| | | | | | | | | | | never defined. \ Usually this means the macro was only invoked conditionally. configure: error: conditional "LINK_DOC" was never defined. Usually this means the macro was only invoked conditionally. Attached patch provided by Martin Jansa. See also https://bugs.gentoo.org/show_bug.cgi?id=433565
* 3.2.12 releaselibnl3_2_12Thomas Graf2012-08-301-3/+3
|
* configure: Check for pygmentize when building docsThomas Graf2012-08-301-0/+10
| | | | Signed-off-by: Thomas Graf <tgraf@suug.ch>
* configure: Check for graphviz and source-highlight before building documentationThomas Graf2012-08-301-0/+20
| | | | Signed-off-by: Thomas Graf <tgraf@suug.ch>
* libnl 3.2.11libnl3_2_11Thomas Graf2012-06-131-3/+3
|
* libnl 3.2.10libnl3_2_10Thomas Graf2012-06-061-3/+3
|
* doc: documentation restructuringThomas Graf2012-05-101-11/+1
| | | | | | | | | | - changes the modules hierarchy to better represent the set of libaries - list the header file that needs to be included - remove examples/doc from api ref that is included in the guide - add references to the guide - fix doxygen api linking for version 1.8.0 - readd doxygen mainpage to config file - fix a couple of doxygen doc bugs
* doc: Check documentation generation requirements with autoconfThomas Graf2012-05-091-0/+62
| | | | | | Adds --enable-doc/--disable-doc, if omitted doc will only be build if requirements are met. If explicitely enabled, configure script will fail if requirements are not met.
* 3.2.9 releaselibnl3_2_9Thomas Graf2012-05-081-3/+3
|
* 3.2.8 releaselibnl3_2_8Thomas Graf2012-04-261-9/+24
|
* tests: Convert tests/Makefile to use automakeThomas Graf2012-04-211-0/+1
|
* 3.2.7 releaselibnl3_2_7Thomas Graf2012-01-251-3/+4
| | | | | | fixes a bug in SO versioning. libtool age was increased incorrectly which resulted in an incorrect SO version string in the releases 3.2.5 and 3.2.6.
* 3.2.6 releaselibnl3_2_6Thomas Graf2012-01-171-2/+2
|
* 3.2.5 releaselibnl3_2_5Thomas Graf2012-01-121-3/+3
|
* 3.2.4 releaselibnl3_2_4Thomas Graf2012-01-111-3/+3
|
* release 3.2.3libnl3_2_3Thomas Graf2011-11-101-2/+2
|
* bump to 3.2.2libnl3_2_2Thomas Graf2011-10-301-2/+2
|
* Add libnl-cli-3.0 to pkg-config toolJiří Župka2011-10-101-0/+1
| | | | Signed-off-by: Jiří Župka <jzupka@redhat.com>
* 3.2.1 releaselibnl3_2_1Thomas Graf2011-09-191-8/+20
| | | | | Added more details on the changes to where and how libnl is being instaslled since 3.2.0
* Switch to libtool versioning systemThomas Graf2011-09-131-24/+65
| | | | | | | | | | | | | | | | | | It has been a request that multiple libnl versions should be installabe in parallel. In order to achieve this, the basename of the library was changed to libnl-3 which reflects the 3rd generation of libnl APIs. It also means that release based library versioning is left behind and libtool versioning is used instead. Projects using pkgconfig will automatically link against the new library basename and will not notice a difference. The SO versioning is based on the glib model: current := 100 * minor + micro - revision revision := revision age := age (number of backwards compatible versions)
* Inform users about changed include location at end of configure scriptThomas Graf2011-09-131-0/+15
|
* prepare for 3.2 releaseThomas Graf2011-09-081-3/+3
| | | | | 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.
* Do not require python and swig to be presentThomas Graf2011-09-081-5/+0
| | | | | Allows building without python and swig. Readd this using --enable-python at some point.
* python: Include python/ in distribution and provide a README on how to build ↵Thomas Graf2011-08-121-0/+2
| | | | & install
* make port map thread safeThomas Graf2011-08-111-0/+1
| | | | | | | | This patch has been in Fedora and RHEL for a while. It adds a mutex to protect the port map from concurrent thread accesses. Original patch from Stefan Berger <stefanb@us.ibm.com>. Modified to use configure.in to check for libpthread
* 3.1 releaseThomas Graf2011-08-111-3/+4
|
* python interface to netlink protocolsThomas Graf2011-05-101-0/+5
| | | | | currently includes experimental support for links, addresses and some traffic control
* libnl-3.0libnl3_0Thomas Graf2011-03-211-4/+4
|
* Provide numeric version definesThomas Graf2011-03-161-1/+6
|
* allowing silent rules in buildReuben Hawkins2011-03-161-0/+1
|
* classid databaseThomas Graf2010-10-191-1/+1
| | | | | | | | | A database to resolve qdisc/class names to classid values and vice versa. The function rtnl_tc_handle2str() and rtnl_tc_str2handle() will resolve names automatically. A CLI based tool nl-classid-lookup is provided to integrate the database into existing iproute2 scripts.
* - Prepare for 2.1.x treeThomas Graf2010-10-141-2/+2
| | | | - Bump interface number, we will break API in the development tree
* libnl: optionally disable cli tools.Karl Hiramoto2010-10-131-0/+5
| | | | | | | | | | | | | | | | | | compile and link time can reduced, most non-developers don't need these cli tools. ./configure --disable-cli time make real 0m40.485s user 0m33.784s sys 0m2.793s ./configure time make real 0m53.097s user 0m42.077s sys 0m4.396s Signed-off-by: Karl Hiramoto <karl@hiramoto.org>
* Packet Location InterfaceThomas Graf2010-07-021-1/+3
|
* CLI - Command Line Interface LibraryThomas Graf2009-12-161-2/+2
| | | | | Moved common code in src/ used by CLI tools to src/lib/ for possible use by other CLI tools. Just link to libnl-cli.{so|la}
* Move to automake-based buildJan Engelhardt2009-06-231-16/+14
| | | | | | | | | | | | Issues solved: * PACKAGE_VERSION was abused for SOVERSION * unneeded DEP stage * did not support out-of-tree builds * no way to turn off silent mode * overriding CFLAGS at make time was not supported * no static libs were provided Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* adapt configure to generate libnl-2.0.pcThomas Graf2008-08-191-1/+1
|
* Move on to version 2.0 to account for the serious ABI breakageThomas Graf2008-05-151-1/+1
|
* Provide libnl version in <netlink/version.h>Thomas Graf2008-04-301-1/+1
|
* Move to version 1.2 and remove some dead code in configure.inThomas Graf2008-04-291-43/+1
|
* 1.1 releaseThomas Graf2008-01-141-1/+1
|
* [PATCH] Process Doxyfile.in to set correct PACKAGE_VERSION numberMichael Biebl2008-01-101-1/+1
|
* release 1.0Thomas Graf2008-01-101-1/+1
|
* Tell git to ignore temporary files and push to pre9Thomas Graf2008-01-091-2/+2
|
* Pushed to pre8 due to wrong version string in pre7Thomas Graf2007-11-211-2/+1
|
* Initial importThomas Graf2007-09-151-0/+80