History log of /external/libnl/configure.in
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
018c297274348acba1e123a3e84471c75a215efb 16-Jun-2010 Karl Hiramoto <karl@hiramoto.org> libnl: optionally disable cli tools.

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>
/external/libnl/configure.in
db5bd57899affbcaf42ac0b93c5c7be8f51ca390 02-Jul-2010 Thomas Graf <tgr@lsx.(none)> Packet Location Interface
/external/libnl/configure.in
8808743839b0f459394ecd00cb0f7c1896c0ab7a 16-Dec-2009 Thomas Graf <tgraf@suug.ch> CLI - Command Line Interface Library

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}
/external/libnl/configure.in
bf4fd3acee4e611afee20025f55454e37813f8ca 23-Jun-2009 Jan Engelhardt <jengelh@medozas.de> Move to automake-based build

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>
/external/libnl/configure.in
7211a835258a3c8ce1b7f98bbddd89d5b972158a 19-Aug-2008 Thomas Graf <tgr@plip.localdomain> adapt configure to generate libnl-2.0.pc
/external/libnl/configure.in
dbff14010ec9270a6ba429b4ebadae6420695f59 15-May-2008 Thomas Graf <tgr@lsx.localdomain> Move on to version 2.0 to account for the serious ABI breakage
/external/libnl/configure.in
66330d37f58f506c423b263a4e40f094a52d4a09 30-Apr-2008 Thomas Graf <tgr@lsx.localdomain> Provide libnl version in <netlink/version.h>
/external/libnl/configure.in
1240cd6635dfc14d4337d844796ed913f2cd44e4 29-Apr-2008 Thomas Graf <tgr@lsx.localdomain> Move to version 1.2 and remove some dead code in configure.in
/external/libnl/configure.in
2e6ded94f453ed725381b1fae5dcaa6c7fcfb9b8 14-Jan-2008 Thomas Graf <tgr@deb.localdomain> 1.1 release
/external/libnl/configure.in
147628455c1b73e923d4342506d798337047b9a6 10-Jan-2008 Michael Biebl <mbiebl@gmail.com> [PATCH] Process Doxyfile.in to set correct PACKAGE_VERSION number
/external/libnl/configure.in
141c2ccfd2a8232a0f85460e1a3a40689729767f 10-Jan-2008 Thomas Graf <tgr@deb.localdomain> release 1.0
/external/libnl/configure.in
373bc7854537cf931a73b18ea126e75fd2f13935 09-Jan-2008 Thomas Graf <tgr@deb.localdomain> Tell git to ignore temporary files and push to pre9
/external/libnl/configure.in
e166565121f24705f6269b9bec1c8de0bce465ea 21-Nov-2007 Thomas Graf <tgr@deb.localdomain> Pushed to pre8 due to wrong version string in pre7
/external/libnl/configure.in
44d362409d5469aed47d19e7908d19bd194493a4 15-Sep-2007 Thomas Graf <tgraf@suug.ch> Initial import
/external/libnl/configure.in