Commit f522a32c authored by Marc G. Fournier's avatar Marc G. Fournier

Reverse check for TR so that trbsd gets checked for first

Pointed out by: adrian@waltham.harvard.net
parent afb539c2
...@@ -1467,7 +1467,7 @@ else ...@@ -1467,7 +1467,7 @@ else
echo "$ac_t""no" 1>&6 echo "$ac_t""no" 1>&6
fi fi
for ac_prog in tr trbsd for ac_prog in trbsd tr
do do
# Extract the first word of "$ac_prog", so it can be a program name with args. # Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2 set dummy $ac_prog; ac_word=$2
......
...@@ -310,7 +310,7 @@ AC_PATH_PROG(etags, etags) ...@@ -310,7 +310,7 @@ AC_PATH_PROG(etags, etags)
AC_PATH_PROG(xargs, xargs) AC_PATH_PROG(xargs, xargs)
AC_PATH_PROG(ipcs, ipcs) AC_PATH_PROG(ipcs, ipcs)
AC_PATH_PROG(ipcrm, ipcrm) 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 Changes to look for YACC. We have three choices (in order of pref.)
dnl (1) We specify in YACC and YFLAGS what we want dnl (1) We specify in YACC and YFLAGS what we want
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment