aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure32
1 files changed, 17 insertions, 15 deletions
diff --git a/configure b/configure
index 7eb96378..349a8e4d 100755
--- a/configure
+++ b/configure
@@ -824,8 +824,8 @@ AXIOM_LISP
NOWEAVE
NOTANGLE
MAKEINDEX
-PDFLATEX
LATEX
+PDFLATEX
HOST_AWK
AWK
MKTEMP
@@ -11764,7 +11764,21 @@ done
done
IFS=$as_save_IFS
- test -z "$ac_cv_path_PDFLATEX" && ac_cv_path_PDFLATEX="# Extract the first word of "latex", so it can be a program name with args.
+ ;;
+esac
+fi
+PDFLATEX=$ac_cv_path_PDFLATEX
+if test -n "$PDFLATEX"; then
+ { $as_echo "$as_me:$LINENO: result: $PDFLATEX" >&5
+$as_echo "$PDFLATEX" >&6; }
+else
+ { $as_echo "$as_me:$LINENO: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+if test -z $PDFLATEX; then
+ # Extract the first word of "latex", so it can be a program name with args.
set dummy latex; ac_word=$2
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
@@ -11805,20 +11819,8 @@ else
$as_echo "no" >&6; }
fi
-"
- ;;
-esac
-fi
-PDFLATEX=$ac_cv_path_PDFLATEX
-if test -n "$PDFLATEX"; then
- { $as_echo "$as_me:$LINENO: result: $PDFLATEX" >&5
-$as_echo "$PDFLATEX" >&6; }
-else
- { $as_echo "$as_me:$LINENO: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
+fi
for ac_prog in makeindex
do