No description
Find a file
Kir Kolyshkin 60ac492058 doc/configure.ac: simplify python check
A check for python binary that was originally introduced by commit
183e869 is needed because python is used for a couple of preprocessors
(doxygen-link.py and resolve-asciidoc-refs.py) and therefore it is
impossible to build docs without python.

While it is right to check for python, the check was both wrong and
excessive. Instead of just checking for python binary, it checked for
various versions of python and set a few variables that are not needed
here. More to say, the absense of python binary was not treated as
being fatal like it should.

Fix both problems by using AC_CHECK_PROG for python, terminating the
build in the same way as with doxygen absense. Also, remove the
m4/ax_python.m4 which is no longer needed.

Signed-off-by: Kir Kolyshkin <kir@openvz.org>
2015-07-09 22:43:18 +02:00
.travis travis-ci: run make check in travis build 2014-08-26 14:15:36 +02:00
doc doc/configure.ac: simplify python check 2015-07-09 22:43:18 +02:00
etc pktloc: fix typo for tcp.flag.syn 2015-02-17 15:26:15 +01:00
include link: set ifi_change in link message 2015-07-09 22:33:32 +02:00
lib link: set ifi_change in link message 2015-07-09 22:33:32 +02:00
m4 m4/ax*.m4: remove 2015-07-09 22:43:18 +02:00
man genl: Update genl-ctrl-list(8) 2012-06-01 13:10:03 +02:00
python python: genl: capi: add genlmsg_hdr() to capi 2015-05-12 13:26:15 +02:00
src build: fix path to cli linker version script for out-of-tree build 2015-06-19 17:42:51 +02:00
tests ipvlan: add a testcase for ipvlan 2015-06-19 18:03:59 +02:00
.gitignore build: add individual linker version scripts for shared libraries 2015-02-02 17:28:06 +01:00
.indent.pro style: add .indent.pro file for GNU indent 2014-07-27 10:57:36 +02:00
.travis.yml build: Add continuous integration support via travis-ci 2014-08-26 12:41:38 +02:00
autogen.sh build: let autogen.sh script change into top source directory 2014-07-07 11:12:38 +02:00
ChangeLog libnl 3.2.10 2012-06-06 11:43:53 +02:00
configure.ac libnl-3.2.26 release 2015-03-30 13:17:17 +02:00
COPYING Update COPYING to fix FSF address 2012-01-17 12:38:37 +01:00
libnl-3.0.pc.in Switch to libtool versioning system 2011-09-13 22:58:08 +02:00
libnl-3.sym build: revert moving unstable symbols from libnl_3 linker section 2015-03-09 17:18:45 +01:00
libnl-cli-3.0.pc.in Add libnl-cli-3.0 to pkg-config tool 2011-10-10 11:39:24 +02:00
libnl-cli-3.sym build: don't export internal symbols 2015-02-02 17:28:06 +01:00
libnl-genl-3.0.pc.in Switch to libtool versioning system 2011-09-13 22:58:08 +02:00
libnl-genl-3.sym build/trivial: reorder symbols in linker version scripts and add comment 2015-03-04 17:41:45 +01:00
libnl-idiag-3.0.pc.in Add support for inet diag Netlink protocol. 2013-07-19 02:06:21 -07:00
libnl-idiag-3.sym build/trivial: reorder symbols in linker version scripts and add comment 2015-03-04 17:41:45 +01:00
libnl-nf-3.0.pc.in Switch to libtool versioning system 2011-09-13 22:58:08 +02:00
libnl-nf-3.sym build/trivial: reorder symbols in linker version scripts and add comment 2015-03-04 17:41:45 +01:00
libnl-route-3.0.pc.in Switch to libtool versioning system 2011-09-13 22:58:08 +02:00
libnl-route-3.sym ipvlan: add ipvlan support 2015-06-19 18:03:55 +02:00
libnl-xfrm-3.0.pc.in xfrm: add xfrm support 2014-07-20 18:14:46 +02:00
libnl-xfrm-3.sym build: don't export internal symbols 2015-02-02 17:28:06 +01:00
Makefile.am build: add linker scripts for libnl-cli-3.so library 2015-02-02 17:28:06 +01:00