bug-gzip
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#30029: gzip-1.9 released [stable]


From: Paul Eggert
Subject: bug#30029: gzip-1.9 released [stable]
Date: Sun, 10 Apr 2022 08:07:43 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0

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

[Prev in Thread] Current Thread [Next in Thread]