diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-17 11:43:32 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-17 11:43:32 +0000 |
commit | 028aca944432d2b3e828e0aee00b36dc73d9ced5 (patch) | |
tree | 3d852a3d50b97550d7e98931818507fd6315c9ed /Build/source/utils/xindy/configure.ac | |
parent | 0d51cc3f4c4c18e8d09efbb5e057755e80f2c36b (diff) |
update xindy build
git-svn-id: svn://tug.org/texlive/trunk@13152 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy/configure.ac')
-rw-r--r-- | Build/source/utils/xindy/configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/utils/xindy/configure.ac b/Build/source/utils/xindy/configure.ac index b2e690293cb..0d745ea6432 100644 --- a/Build/source/utils/xindy/configure.ac +++ b/Build/source/utils/xindy/configure.ac @@ -37,6 +37,9 @@ AM_PROG_LEX dnl test "x$LEX" != "x:" || AC_MSG_ERROR([flex or lex is required, but not found]) AC_PROG_INSTALL AC_PROG_MAKE_SET +AC_CHECK_PROGS([PERL], [perl], [no]) +AC_CHECK_PROGS([LATEX], [latex elatex lambda], [no]) +AC_CHECK_PROGS([PDFLATEX], [pdflatex], [no]) # Include onfigure options that also appear at the top-level of the TL tree. m4_include([ac/xindy.ac]) |