summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* libnl-3.2.28-rc1 releaselibnl3_2_28rc1Thomas Haller2016-06-301-4/+4
| | | | Signed-off-by: Thomas Haller <thaller@redhat.com>
* libnl-3.2.27 releaselibnl3_2_27Thomas Haller2015-10-161-1/+1
| | | | Signed-off-by: Thomas Haller <thaller@redhat.com>
* libnl-3.2.27-rc1 releaselibnl3_2_27rc1Thomas Haller2015-09-211-4/+4
| | | | Signed-off-by: Thomas Haller <thaller@redhat.com>
* libnl-3.2.26 releaselibnl3_2_26Thomas Haller2015-03-301-1/+1
| | | | Signed-off-by: Thomas Haller <thaller@redhat.com>
* build: extend configure option --enable-cli and install all cli programsThomas Haller2015-03-181-2/+9
| | | | | | | | | | | | Previously, some cli programs were installed to sbin/ and most were not installed at all. Now, by default install all of them to bin/ directory. But extend the configure option to allow specifying 'no-inst', 'bin', or 'sbin'. Acked-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: Thomas Haller <thaller@redhat.com>
* libnl-3.2.26-rc1 releaselibnl3_2_26rc1Thomas Haller2015-03-051-4/+4
| | | | Signed-off-by: Thomas Haller <thaller@redhat.com>
* build: add individual linker version scripts for shared librariesThomas Haller2015-02-021-1/+0
| | | | | | | | | | Instead of using a shared version script 'libnl.sym', add individual linker scripts for all libnl libraries. For now, the content of the version script is unchanged and this patch does not have any externally visible changes. Signed-off-by: Thomas Haller <thaller@redhat.com>
* build: generate libnl-idiag-3.0.pcSébastien Barré2014-09-221-0/+1
| | | | | | | | | | That file was not generated due to a missing line in Makefile.am and configure.ac http://lists.infradead.org/pipermail/libnl/2014-September/001649.html Signed-off-by: Sébastien Barré <sebastien.barre@uclouvain.be> Signed-off-by: Thomas Haller <thaller@redhat.com>
* xfrm: add xfrm supportSruthi Yellamraju2014-07-201-0/+1
| | | | | Signed-off-by: Sruthi Yellamraju <ysruthi@gmail.com> Signed-off-by: Thomas Haller <thaller@redhat.com>
* libnl-3.2.25 releaselibnl3_2_25Thomas Haller2014-07-161-1/+1
| | | | Signed-off-by: Thomas Haller <thaller@redhat.com>
* build: embed the git commit id of HEAD in the configure scriptThomas Haller2014-07-071-0/+2
| | | | | Acked-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: Thomas Haller <thaller@redhat.com>
* libnl-3.2.25-rc1 releaselibnl3_2_25rc1Thomas Haller2014-06-251-4/+4
| | | | Signed-off-by: Thomas Haller <thaller@redhat.com>
* Explicitly create output directories for flex/yacc output.Michał Górny2014-05-251-0/+1
| | | | | | | | | | | When out-of-source build with '--disable-dependency-tracking' is performed, the 'lib/route' and 'lib/route/cls' directories required for flex/yacc output do not exist. As a result, the flex/yacc calls fail with ENOENT. Create the necessary directories explicitly via $(MKDIR_P) in the flex/yacc rules to guarantee proper out-of-source and in-source build.
* libnl-3.2.24 releaselibnl3_2_24Thomas Haller2014-01-211-1/+1
| | | | Signed-off-by: Thomas Haller <thaller@redhat.com>
* libnl-3.2.24-rc1 releaselibnl3_2_24rc1Thomas Haller2013-12-171-4/+4
| | | | Signed-off-by: Thomas Haller <thaller@redhat.com>
* python: Include all files in distributionThomas Graf2013-11-061-0/+3
| | | | Signed-off-by: Thomas Graf <tgraf@suug.ch>
* 3.2.23 releaselibnl3_2_23Thomas Graf2013-10-301-1/+1
|
* libnl-3.2.23-rc2 releaselibnl3_2_23rc2Thomas Graf2013-10-231-1/+1
| | | | Signed-off-by: Thomas Graf <tgraf@suug.ch>
* Fix up -rc1 versioning to not be included in libnl_micro_versionThomas Graf2013-10-221-2/+2
| | | | Signed-off-by: Thomas Graf <tgraf@suug.ch>
* libnl-3.2.23-rc1 releaselibnl3_2_23rc1Thomas Graf2013-10-221-3/+3
|
* Enable linker versioningThomas Graf2013-08-071-0/+1
| | | | | Reported-by: Ian Stakenvicius Signed-off-by: Thomas Graf <tgraf@suug.ch>
* add python module for generic netlink libraryArend van Spriel2013-07-181-0/+1
| | | | | | | | | This commit adds creation of the netlink.genl package. The actual capi.i will be filled in upcoming commits so the module is rather dumb for now. Signed-off-by: Arend van Spriel <arend@broadcom.com> Signed-off-by: Thomas Graf <tgraf@suug.ch>
* 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>