From 4e6751609ee1798539c0338ac930bdb4b1e80242 Mon Sep 17 00:00:00 2001 From: Martin Herkt Date: Wed, 25 Sep 2013 16:04:41 +0200 Subject: configure: make the pdflatex check use the tempdir --- configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index d17461f0f7..482a34aecc 100755 --- a/configure +++ b/configure @@ -941,13 +941,12 @@ fi echocheck "whether to build manual PDFs with rst2latex" texcheck() { - echo test | $_rst2latex --config=DOCS/man/docutils.conf | pdflatex -halt-on-error -draftmode + echo test | $_rst2latex --config=DOCS/man/docutils.conf | pdflatex -halt-on-error -draftmode -output-directory="$mplayer_tmpdir" } if test "$_build_pdf" = auto ; then _build_pdf=no command_check texcheck && _build_pdf=yes - rm -f texput.{log,aux,out} else _build_pdf=no fi -- cgit v1.2.3