summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier1997-04-26 13:36:38 +0000
committerMarc G. Fournier1997-04-26 13:36:38 +0000
commitf522a32ceba824b4dc08341756dfe57e9deac859 (patch)
tree5c63de9a553758d3cc0d6c82e3422aefa5b35901
parentafb539c25a0ff5dd16faf2f703295017f9cbd2eb (diff)
Reverse check for TR so that trbsd gets checked for first
Pointed out by: adrian@waltham.harvard.net
-rwxr-xr-xsrc/configure2
-rw-r--r--src/configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/configure b/src/configure
index 86ac12876b2..3828180454a 100755
--- a/src/configure
+++ b/src/configure
@@ -1467,7 +1467,7 @@ else
echo "$ac_t""no" 1>&6
fi
-for ac_prog in tr trbsd
+for ac_prog in trbsd tr
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
diff --git a/src/configure.in b/src/configure.in
index 5d6072d393f..ec8d3a00df0 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -310,7 +310,7 @@ AC_PATH_PROG(etags, etags)
AC_PATH_PROG(xargs, xargs)
AC_PATH_PROG(ipcs, ipcs)
AC_PATH_PROG(ipcrm, ipcrm)
-AC_PATH_PROGS(TR, tr trbsd, NOT_FOUND)
+AC_PATH_PROGS(TR, trbsd tr, NOT_FOUND)
dnl Changes to look for YACC. We have three choices (in order of pref.)
dnl (1) We specify in YACC and YFLAGS what we want