summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2013-01-233.2.20 releaseThomas Graf
2013-01-23Remove obsolete release notes at end of configureThomas Graf
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2013-01-23Undo soname bumpThomas Graf
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>
2013-01-173.2.19 releaseThomas Graf
2013-01-083.2.18 releaseThomas Graf
2013-01-043.2.17 releaseThomas Graf
2012-11-26Merge branch 'master' of git://git.inai.de/libnlThomas Graf
2012-11-26build: use AC_CONFIG_AUX_DIRJan Engelhardt
Stash all those scripts into a separate directory and ignore that. Signed-off-by: Jan Engelhardt <jengelh@inai.de>
2012-11-26build: resolve automake-1.12 warningsJan Engelhardt
/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>
2012-11-26build: rename configure.in -> .acJan Engelhardt
"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>