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: Andreas Schwab
Subject: bug#30029: gzip-1.9 released [stable]
Date: Sun, 10 Apr 2022 13:08:16 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)

On Mär 31 2022, Paul Eggert wrote:

> diff --git a/configure.ac b/configure.ac
> index 074d81a..d9c77da 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -50,6 +50,8 @@ AC_PROG_CC
>  AM_PROG_CC_C_O
>  AC_PROG_CPP
>  AC_PROG_GREP
> +AC_CHECK_PROG([LESS], [less], [less])
> +AM_CONDITIONAL([LESS], [test "$LESS"])
>  AC_CHECK_TOOL([NM], [nm], [nm])
>  AC_PROG_LN_S
>  AC_PROG_RANLIB

This check is bogus.  It tests the build environment, which has nothing
to do with the host environment.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."





reply via email to

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