OSDN Git Service

configure: Restore doc option to disable building the documentation
authorDiego Biurrun <diego@biurrun.de>
Mon, 25 Nov 2013 23:19:57 +0000 (15:19 -0800)
committerDiego Biurrun <diego@biurrun.de>
Tue, 26 Nov 2013 21:49:06 +0000 (13:49 -0800)
Also add appropriate dependency declarations for perl and texi2html.

configure

index ed1c500..450c572 100755 (executable)
--- a/configure
+++ b/configure
@@ -1112,6 +1112,7 @@ CONFIG_LIST="
     $LIBRARY_LIST
     $PROGRAM_LIST
     dct
+    doc
     error_resilience
     fft
     gpl
@@ -1972,6 +1973,10 @@ avserver_deps="avformat fork !shared"
 avserver_select="ffm_muxer rtp_protocol rtsp_demuxer"
 avserver_extralibs='$ldl'
 
+# documentation
+perl_deps="doc"
+texi2html_deps="doc"
+
 # default parameters
 
 logfile="config.log"