On 11/21/2013 07:14 PM, Diego Biurrun wrote:
> Perl is needed to build the manual pages, texi2html for the HTML pages.
> ---
>  configure    | 6 +++---
>  doc/Makefile | 9 ++++++---
>  2 files changed, 9 insertions(+), 6 deletions(-)
>
> diff --git a/configure b/configure
> index 769eace..0969fd5 100755
> --- a/configure
> +++ b/configure
> @@ -1107,7 +1107,6 @@ CONFIG_LIST="
>      $LIBRARY_LIST
>      $PROGRAM_LIST
>      dct
> -    doc
>      error_resilience
>      fft
>      gpl
> @@ -1119,6 +1118,7 @@ CONFIG_LIST="
>      memalign_hack
>      network
>      nonfree
> +    perl
>      pic
>      rdft
>      runtime_cpudetect
> @@ -1128,6 +1128,7 @@ CONFIG_LIST="
>      sram
>      static
>      swscale_alpha
> +    texi2html
>      thumb
>      version3
>      xmm_clobber_test
> @@ -1961,8 +1962,6 @@ avserver_deps="avformat fork !shared"
>  avserver_select="ffm_muxer rtp_protocol rtsp_demuxer"
>  avserver_extralibs='$ldl'
>  
> -doc_deps="texi2html"
> -
>  # default parameters
>  
>  logfile="config.log"
> @@ -3867,6 +3866,7 @@ if check_pkg_config sdl SDL_events.h SDL_PollEvent; then
>      enable sdl
>  fi
>  
> +perl -v            > /dev/null 2>&1 && enable perl      || disable perl
>  texi2html -version > /dev/null 2>&1 && enable texi2html || disable texi2html
>  
>  check_header linux/fb.h

Did you intend to break --disable-doc with this?  It doesn't work now, but 
--disable-doc is still listed in --help.

-- 
John      GnuPG fingerprint: D0EC B3DB C372 D1F1 0B01  83F0 49F1 D7B2 60D4 D0F7


Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to