summaryrefslogtreecommitdiffstats
path: root/m4
Commit message (Collapse)AuthorAgeFilesLines
* gitignore: merge all gitignore files in top level directoryThomas Haller2020-04-161-2/+0
| | | | | | | The source tree of libnl3 is fairly simple. We can afford thinking and reasoning about it as one. Don't spread out the .gitignore files, instead ignore all files consistently via the ignore file in the top level directory.
* m4/ax*.m4: removeKir Kolyshkin2015-07-093-524/+0
| | | | | | | | These files, as well as the proper configure.ac calls, were added by commit f443be6, but the calls were later removed by commit b4b853e, so these are no longer needed. Signed-off-by: Kir Kolyshkin <kir@openvz.org>
* m4/ax_python.m4: removeKir Kolyshkin2015-07-091-97/+0
| | | | | | | | | This file is no longer needed since commit db13843 which copied it to doc/ subdir and removed the call to AX_PYTHON from configure.ac. That commit should have moved it rather than copied, let's fix it. Signed-off-by: Kir Kolyshkin <kir@openvz.org>
* doc: Check documentation generation requirements with autoconfThomas Graf2012-05-091-0/+97
| | | | | | Adds --enable-doc/--disable-doc, if omitted doc will only be build if requirements are met. If explicitely enabled, configure script will fail if requirements are not met.
* python interface to netlink protocolsThomas Graf2011-05-103-0/+524
| | | | | currently includes experimental support for links, addresses and some traffic control
* Move to automake-based buildJan Engelhardt2009-06-221-0/+2
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>