summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
...
* 3.2.22 releaselibnl3_2_22Thomas Graf2013-05-141-1/+1
|
* Prepare for 3.2.22-rc1 releaselibnl3_2_22rc1Thomas Graf2013-04-281-5/+5
| | | | Signed-off-by: Thomas Graf <tgraf@suug.ch>
* configure: Convert ENABLE_UNIT_TESTS to a mere AM conditionalThomas Graf2013-04-281-3/+3
| | | | Signed-off-by: Thomas Graf <tgraf@suug.ch>
* tests: Make unit test building optionalThomas Graf2013-04-271-1/+6
| | | | Signed-off-by: Thomas Graf <tgraf@suug.ch>
* autoconf: Use PKG_CHECK_MODULES() instead of AM_PATH_CHECK()Thomas Graf2013-04-051-1/+1
| | | | Signed-off-by: Thomas Graf <tgraf@suug.ch>
* nl: Print file:line:func in debugging messages and provide --disable-debug ↵Thomas Graf2013-04-021-0/+9
| | | | | | | | | to disable debugging Compiling libnl with --disable-debug will result in the ignorance of the 'NLDBG' environment variable. Signed-off-by: Thomas Graf <tgraf@suug.ch>
* tests: Add check based unit test systemThomas Graf2013-03-141-0/+2
| | | | | | | | | | | | | Introduces new unit tests based on `check`. Each subsystem/module can have its own unit tests in tests/check-<name>.c that will be linked together in tests/check-all.c. Running 'make check' will compile and run the unit tests automatically. A reference unit test implementation has been done for the abstract address module. Signed-off-by: Thomas Graf <tgraf@suug.ch>
* 3.2.21 releaselibnl3_2_21Thomas Graf2013-01-241-3/+3
|
* Provide better help text when bumping CURRENT,AGE,REVISIONThomas Graf2013-01-241-15/+15
| | | | Signed-off-by: Thomas Graf <tgraf@suug.ch>
* 3.2.20 releaselibnl3_2_20Thomas Graf2013-01-231-1/+1
|
* Remove obsolete release notes at end of configureThomas Graf2013-01-231-4/+1
| | | | Signed-off-by: Thomas Graf <tgraf@suug.ch>
* Undo soname bumpThomas Graf2013-01-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | The soname was bumped before 3.2.18 was released to reflect an ABI change in the cache and object API. This caused a discussion with various distribution maintainers involved as it prevented them from including the release in their stable branches. This is especially unfortunate as the corresponding API is unused outside of libnl as of now. For this reason, I have decided to undo the soname bump and instead remove the corresponding header files from the list of installable headers and thus remove them from the public API. This is a API break technically but since nobody is using them it should not matter. If you are in fact using any of the *-api.h headers please let me know and we are most likely to start a new development branch. If your application linked against 3.2.18 or 3.2.19 you will need to relink if you want it to use >= 3.2.20. Signed-off-by: Thomas Graf <tgraf@suug.ch>
* 3.2.19 releaselibnl3_2_19Thomas Graf2013-01-171-4/+4
|
* 3.2.18 releaselibnl3_2_18Thomas Graf2013-01-081-3/+3
|
* 3.2.17 releaselibnl3_2_17Thomas Graf2013-01-041-4/+4
|
* Merge branch 'master' of git://git.inai.de/libnlThomas Graf2012-11-261-2/+2
|
* build: use AC_CONFIG_AUX_DIRJan Engelhardt2012-11-261-0/+1
| | | | | | Stash all those scripts into a separate directory and ignore that. Signed-off-by: Jan Engelhardt <jengelh@inai.de>
* build: resolve automake-1.12 warningsJan Engelhardt2012-11-261-0/+1
| | | | | | | | | /usr/share/automake-1.12/am/ltlibrary.am: warning: 'libnl-cli-3.la': linking libtool libraries using a non-POSIX archiver requires 'AM_PROG_AR' in 'configure.ac' (one for each .la file) Signed-off-by: Jan Engelhardt <jengelh@inai.de>
* build: rename configure.in -> .acJan Engelhardt2012-11-261-0/+161
"configure.in" is a very, very old, obsolete name. Newer automake will reject it, so rename it now. Signed-off-by: Jan Engelhardt <jengelh@inai.de>