[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: texindex awk syntax error
From: |
Bruno Haible |
Subject: |
Re: texindex awk syntax error |
Date: |
Sat, 29 Oct 2022 21:51:54 +0200 |
Gavin Smith wrote:
> AC_PATH_PROGS_FEATURE_CHECK does the job
Nice one; thanks for the lesson.
> although it is slightly complicated to use:
>
> AC_CACHE_CHECK([for awk], [ac_cv_path_TI_AWK],
> [AC_PATH_PROGS_FEATURE_CHECK([TI_AWK], [awk gawk mawk nawk],
> [[$ac_path_TI_AWK 'function foo () {}' 2>/dev/null \
> && ac_cv_path_TI_AWK=$ac_path_TI_AWK ac_path_TI_AWK_found=:]],
> [AC_MSG_ERROR([awk not found])])])
> AC_SUBST([TI_AWK], [$ac_cv_path_TI_AWK])
I confirm that, as part of 6.8.91, it fixes the problem on Solaris 11.4.
Bruno
- texindex awk syntax error, (continued)
- 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, 2022/10/23
- 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 <=
Re: texinfo-6.8.90 pretest on mingw, Bruno Haible, 2022/10/22
Re: texinfo-6.8.90 pretest on mingw, Eli Zaretskii, 2022/10/23
mingw-w64 CR handling, Gavin Smith, 2022/10/23