aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-10-14 00:51:46 +0000
committerdos-reis <gdr@axiomatics.org>2009-10-14 00:51:46 +0000
commit95bc3ca0a7ebfa9173a31462ff2dfa62a80d1b33 (patch)
tree8c444dfb55465678c2456d8c155fe0c7c5870abe /configure
parent6e828a6113b3a714f37de4e8d4f2a12c6d0bec5e (diff)
downloadopen-axiom-95bc3ca0a7ebfa9173a31462ff2dfa62a80d1b33.tar.gz
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