[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: texindex awk syntax error
From: |
Gavin Smith |
Subject: |
Re: texindex awk syntax error |
Date: |
Sun, 23 Oct 2022 19:54:20 +0100 |
On Sun, Oct 23, 2022 at 08:36:04PM +0200, Bruno Haible wrote:
> Therefore, on this platform, instead of picking the 'awk' that is found
> in $PATH, it is a better strategy to look for 'nawk' or 'gawk' in $PATH.
Thanks for investigating this. I've made it try nawk as well:
diff --git a/configure.ac b/configure.ac
index 1cd323cff4..d0c2f9f530 100644
--- a/configure.ac
+++ b/configure.ac
@@ -77,7 +77,7 @@ AC_REQUIRE_AUX_FILE([tap-driver.sh])
# awk for texindex.
# don't use AC_PROG_AWK because this prefers gawk, which is much slower
# than mawk for texindex and texi2dvi
-AC_CHECK_PROGS([TI_AWK], [awk mawk gawk], [])
+AC_CHECK_PROGS([TI_AWK], [nawk mawk awk gawk], [])
if test -z "$TI_AWK"; then
AC_MSG_ERROR([awk not found])
fi
- Re: macOS test failures - LC_ALL / LC_CTYPE / LC_MESSAGES, (continued)
- Re: texinfo-6.8.90 pretest on OpenSolaris, Bruno Haible, 2022/10/22
- Re: texinfo-6.8.90 pretest on Solaris 11.4, Bruno Haible, 2022/10/22
- Re: texinfo-6.8.90 pretest on Solaris 11.4, Bruno Haible, 2022/10/23
- Re: texinfo-6.8.90 pretest on Solaris 11.4, Bruno Haible, 2022/10/23
- texindex awk syntax error, Gavin Smith, 2022/10/23
- Re: texindex awk syntax error, Bruno Haible, 2022/10/23
- Re: texindex awk syntax error,
Gavin Smith <=
- Re: texindex awk syntax error, Eli Zaretskii, 2022/10/24
- Re: texindex awk syntax error, Gavin Smith, 2022/10/24
- Re: texindex awk syntax error, Eli Zaretskii, 2022/10/24
- Re: texindex awk syntax error, Gavin Smith, 2022/10/24
- Re: texindex awk syntax error, Eli Zaretskii, 2022/10/24
- Re: texindex awk syntax error, Bruno Haible, 2022/10/24
- Re: texindex awk syntax error, Gavin Smith, 2022/10/25
- Re: texindex awk syntax error, Bruno Haible, 2022/10/29
Re: texinfo-6.8.90 pretest on mingw, Bruno Haible, 2022/10/22