[FFmpeg-devel] [PATCH] configure: Check that texi2html supports --init-file

Stefano Sabatini stefasab at gmail.com
Fri Jul 13 12:50:18 CEST 2012


On date Thursday 2012-07-12 04:07:59 -0300, jamal encoded:
> Fixes ticket #1515
> ---
>  configure |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/configure b/configure
> index e74b0b1..b47e34b 100755
> --- a/configure
> +++ b/configure
> @@ -3379,7 +3379,7 @@ else
>  fi
>  enabled sdl && add_cflags $sdl_cflags && add_extralibs $sdl_libs
>  
> -texi2html -version > /dev/null 2>&1 && enable texi2html || disable texi2html
> +texi2html --help 2> /dev/null | grep -q 'init-file' && enable texi2html || disable texi2html
>  makeinfo --version > /dev/null 2>&1 && enable makeinfo  || disable makeinfo
>  pod2man --help > /dev/null 2>&1 && enable pod2man || disable pod2man

Looks good.

I'll apply the three patches in a day or so if I read no more
comments.
-- 
FFmpeg = Fostering and Fundamentalist Minimal Pacific Evil Guru


More information about the ffmpeg-devel mailing list