diff -r 6f24b0c36dbd -r c05c7670f166 lib/Tools/latex --- a/lib/Tools/latex Tue Apr 26 19:50:31 2005 +0200 +++ b/lib/Tools/latex Tue Apr 26 19:50:57 2005 +0200 @@ -73,7 +73,7 @@ # operations #set by configure -AUTO_PERL=/usr/bin/perl +AUTO_PERL=perl function run_latex () { $ISABELLE_LATEX "\\nonstopmode\\input{$FILEBASE.tex}"; } function run_pdflatex () { $ISABELLE_PDFLATEX "\\nonstopmode\\input{$FILEBASE.tex}"; }