summaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* 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-221-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-181-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-141-0/+80