Skip to content

Commit f522a32

Browse files
committed
Reverse check for TR so that trbsd gets checked for first
Pointed out by: adrian@waltham.harvard.net
1 parent afb539c commit f522a32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1467,7 +1467,7 @@ else
14671467
echo "$ac_t""no" 1>&6
14681468
fi
14691469

1470-
for ac_prog in tr trbsd
1470+
for ac_prog in trbsd tr
14711471
do
14721472
# Extract the first word of "$ac_prog", so it can be a program name with args.
14731473
set dummy $ac_prog; ac_word=$2

src/configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ AC_PATH_PROG(etags, etags)
310310
AC_PATH_PROG(xargs, xargs)
311311
AC_PATH_PROG(ipcs, ipcs)
312312
AC_PATH_PROG(ipcrm, ipcrm)
313-
AC_PATH_PROGS(TR, tr trbsd, NOT_FOUND)
313+
AC_PATH_PROGS(TR, trbsd tr, NOT_FOUND)
314314

315315
dnl Changes to look for YACC. We have three choices (in order of pref.)
316316
dnl (1) We specify in YACC and YFLAGS what we want

0 commit comments

Comments
 (0)