We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb539c commit f522a32Copy full SHA for f522a32
src/configure
@@ -1467,7 +1467,7 @@ else
1467
echo "$ac_t""no" 1>&6
1468
fi
1469
1470
-for ac_prog in tr trbsd
+for ac_prog in trbsd tr
1471
do
1472
# Extract the first word of "$ac_prog", so it can be a program name with args.
1473
set dummy $ac_prog; ac_word=$2
src/configure.in
@@ -310,7 +310,7 @@ AC_PATH_PROG(etags, etags)
310
AC_PATH_PROG(xargs, xargs)
311
AC_PATH_PROG(ipcs, ipcs)
312
AC_PATH_PROG(ipcrm, ipcrm)
313
-AC_PATH_PROGS(TR, tr trbsd, NOT_FOUND)
+AC_PATH_PROGS(TR, trbsd tr, NOT_FOUND)
314
315
dnl Changes to look for YACC. We have three choices (in order of pref.)
316
dnl (1) We specify in YACC and YFLAGS what we want
0 commit comments