[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: CentOS 7 and %reldir% not replaced?
From: |
Bruno Haible |
Subject: |
Re: CentOS 7 and %reldir% not replaced? |
Date: |
Mon, 21 Feb 2022 19:42:16 +0100 |
Simon Josefsson wrote:
> diff --git a/build-aux/bootstrap b/build-aux/bootstrap
> index dc2238f4ad..771ef65d22 100755
> --- a/build-aux/bootstrap
> +++ b/build-aux/bootstrap
> @@ -675,7 +675,7 @@ fi
> # If either is not listed, add it (with minimum version) as a
> prerequisite.
> case $buildreq in
> *automake*) ;;
> - *) buildreq="automake 1.9
> + *) buildreq="automake 1.14
> $buildreq" ;;
> esac
> case $buildreq in
Can 'bootstrap' be used without gnulib-tool? I would guess yes.
Bruno