GNU bug report logs - #30029
gzip-1.9 released [stable]

Previous Next

Package: gzip;

Reported by: Michael <aixtools <at> felt.demon.nl>

Date: Mon, 8 Jan 2018 18:33:01 UTC

Severity: normal

Done: Paul Eggert <eggert <at> cs.ucla.edu>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Andreas Schwab <schwab <at> linux-m68k.org>
To: 30029 <at> debbugs.gnu.org
Cc: eggert <at> cs.ucla.edu, aixtools <at> felt.demon.nl
Subject: bug#30029: gzip-1.9 released [stable]
Date: Sun, 10 Apr 2022 13:08:16 +0200
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 <at> linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."




This bug report was last modified 3 years and 119 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.