summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy/configure
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-03-16 15:51:04 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-03-16 15:51:04 +0000
commit805e477c290637b9736e144f3dbd262757506090 (patch)
tree80a7b1a64eb2a7d004d0bb3e1e4513c20a48e3f1 /Build/source/utils/xindy/configure
parentfe827a9763e7de758a5b00e36c8ae99d9805237d (diff)
new Autoconf macros KPSE_CHECK_{LATEX,PDFLATEX,PERL}
git-svn-id: svn://tug.org/texlive/trunk@21732 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy/configure')
-rwxr-xr-xBuild/source/utils/xindy/configure13
1 files changed, 11 insertions, 2 deletions
diff --git a/Build/source/utils/xindy/configure b/Build/source/utils/xindy/configure
index 74a651b2f35..9443ce332f4 100755
--- a/Build/source/utils/xindy/configure
+++ b/Build/source/utils/xindy/configure
@@ -698,7 +698,10 @@ CC
CFLAGS
LDFLAGS
LIBS
-CPPFLAGS'
+CPPFLAGS
+PERL
+LATEX
+PDFLATEX'
# Initialize some variables set by options.
@@ -1348,6 +1351,9 @@ Some influential environment variables:
LIBS libraries to pass to the linker, e.g. -l<library>
CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
you have headers in a nonstandard directory <include dir>
+ PERL Perl interpreter command
+ LATEX LaTeX command
+ PDFLATEX pdfLaTeX command
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
@@ -3850,7 +3856,8 @@ fi
done
test -n "$CLISP" || CLISP="no"
-for ac_prog in perl
+
+for ac_prog in perl perl5
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
@@ -3893,6 +3900,7 @@ fi
done
test -n "$PERL" || PERL="no"
+
for ac_prog in latex elatex lambda
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
@@ -3936,6 +3944,7 @@ fi
done
test -n "$LATEX" || LATEX="no"
+
for ac_prog in pdflatex
do
# Extract the first word of "$ac_prog", so it can be a program name with args.