On 4/10/22 04:08, Andreas Schwab wrote:
On Mär 31 2022, Paul Eggert wrote:
...
  AC_PROG_GREP
+AC_CHECK_PROG([LESS], [less], [less])
+AM_CONDITIONAL([LESS], [test "$LESS"]) >> ...
This check is bogus.  It tests the build environment, which has nothing
to do with the host environment.

In other words, it's like AC_PROG_GREP.



Reply via email to