1 # Public macros for the TeX Live (TL) tree.
2 # Copyright (C) 2011 Peter Breitenlohner <tex-live@tug.org>
4 # This file is free software; the copyright holder
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
10 AC_DEFUN([KPSE_CHECK_LATEX],
11 [AC_ARG_VAR([LATEX], [LaTeX command])
12 AC_CHECK_PROGS([LATEX], [latex elatex lambda], [no])])
16 AC_DEFUN([KPSE_CHECK_PDFLATEX],
17 [AC_ARG_VAR([PDFLATEX], [pdfLaTeX command])
18 AC_CHECK_PROGS([PDFLATEX], [pdflatex], [no])])
22 AC_DEFUN([KPSE_CHECK_PERL],
23 [AC_ARG_VAR([PERL], [Perl interpreter command])
24 AC_CHECK_PROGS([PERL], [perl perl5], [no])])