diff options
Diffstat (limited to 'Build/source/utils/chktex/configure')
-rwxr-xr-x | Build/source/utils/chktex/configure | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Build/source/utils/chktex/configure b/Build/source/utils/chktex/configure index dc403357e09..70ddba111b2 100755 --- a/Build/source/utils/chktex/configure +++ b/Build/source/utils/chktex/configure @@ -714,8 +714,8 @@ CFLAGS LDFLAGS LIBS CPPFLAGS -CPP -CPPFLAGS' +PDFLATEX +CPP' # Initialize some variables set by options. @@ -1349,6 +1349,7 @@ 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> + PDFLATEX pdfLaTeX command CPP C preprocessor Use these variables to override the choices made by `configure' or to help @@ -3813,6 +3814,7 @@ $as_echo "no" >&6; } SET_MAKE="MAKE=${MAKE-make}" fi + for ac_prog in pdflatex do # Extract the first word of "$ac_prog", so it can be a program name with args. |