]> git.proxmox.com Git - mirror_iproute2.git/commit - configure
configure: Add check for the doc tools
authorvadimk <vadim4j@gmail.com>
Sun, 30 Nov 2014 16:08:25 +0000 (18:08 +0200)
committerStephen Hemminger <shemming@brocade.com>
Sun, 30 Nov 2014 17:50:25 +0000 (09:50 -0800)
commit10ed8b7f6751305c78596bd5b8732bfccbd69e21
tree9a928c144fcab5a836854d165a258cc5804fb25e
parente9c4b7c38f4f6c01dc23588ec337ab091d52b51d
configure: Add check for the doc tools

Added checking existence of the doc files converters.
If the XXX tool exists then HAVE_XXX:=y will be written
to the Config file. Example of the configure script output:

TC schedulers
 ATM no
 IPT using xtables
 IPSET  yes

iptables modules directory: /usr/lib/iptables
libc has setns: yes
SELinux support: no

Docs
 latex: no
 WARNING: no docs can be built from LaTeX files
 sgml2html: yes

Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
configure