summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-07-16 14:45:41 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-07-16 14:45:41 +0200
commit8486c8cc9a0af420826ba174ab0c4391e0b2d42d (patch)
tree7e32033e356d9d84911c5e5712b1fc52ff5afca3 /configure
parent45641014d3ba1dd3d63e31d55154984acd10c65f (diff)
configure: print if the docs building tools have been found
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index d832593ac9..084c161d17 100755
--- a/configure
+++ b/configure
@@ -3726,6 +3726,9 @@ echo "openal enabled ${openal-no}"
echo "openssl enabled ${openssl-no}"
echo "zlib enabled ${zlib-no}"
echo "bzlib enabled ${bzlib-no}"
+echo "texi2html enabled ${texi2html-no}"
+echo "pod2man enabled ${pod2man-no}"
+echo "makeinfo enabled ${makeinfo-no}"
test -n "$random_seed" &&
echo "random seed ${random_seed}"
echo