summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorjamal <jamrial@gmail.com>2012-07-11 22:41:25 -0300
committerStefano Sabatini <stefasab@gmail.com>2012-07-14 11:47:01 +0200
commit3e03f8d8b202b4548c6fb42f66fff4827e724085 (patch)
tree6199d379857f2986d7eeeb43703ccaf8dd0dd11f /configure
parentbd58f00ec150456a7a8b82f0395d5e9e840edae5 (diff)
build: Fix documentation dependencies and rules
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure b/configure
index a6760d4542..b32574af84 100755
--- a/configure
+++ b/configure
@@ -1255,6 +1255,7 @@ HAVE_LIST="
nanosleep
netinet_sctp_h
PeekNamedPipe
+ pod2man
poll_h
posix_memalign
pthread_cancel
@@ -1297,6 +1298,7 @@ HAVE_LIST="
sys_time_h
sys_videoio_h
termios_h
+ texi2html
threads
trunc
truncf
@@ -1784,7 +1786,7 @@ ffprobe_deps="avcodec avformat"
ffserver_deps="avformat ffm_muxer fork rtp_protocol rtsp_demuxer"
ffserver_extralibs='$ldl'
-doc_deps="texi2html"
+doc_deps_any="texi2html makeinfo pod2man"
# tests
@@ -3385,6 +3387,7 @@ enabled sdl && add_cflags $sdl_cflags && add_extralibs $sdl_libs
texi2html -version > /dev/null 2>&1 && enable texi2html || disable texi2html
makeinfo --version > /dev/null 2>&1 && enable makeinfo || disable makeinfo
+pod2man --help > /dev/null 2>&1 && enable pod2man || disable pod2man
check_header linux/fb.h
check_header linux/videodev.h