Re: [PATCH] configure: Make default pkgconfdir based on libdir

From: Alexandre Ratchov <alex_at_caoua.org>
Date: Tue, 31 Jan 2023 22:33:45 +0100
On Tue, Jan 31, 2023 at 08:13:14AM +0100, Haelwenn (lanodan) Monnier wrote:
> ---
>  configure | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configure b/configure
> index 9274e23..6aef806 100755
> --- a/configure
> +++ b/configure
> _at_@ -222,7 +222,7 @@ bindir="${bindir:-$exec_prefix/bin}"
>  datadir="${datadir:-$prefix/share}"
>  includedir="${includedir:-$prefix/include}"
>  libdir="${libdir:-$exec_prefix/lib}"
> -pkgconfdir="${pkgconfdir:-$prefix/lib/pkgconfig}"
> +pkgconfdir="${pkgconfdir:-$libdir/pkgconfig}"
>  mandir="${mandir:-$prefix/share/man}"
>  
>  #
> -- 
> 2.39.1
> 

applied, thank you!
Received on Tue Jan 31 2023 - 22:33:45 CET

This archive was generated by hypermail 2.3.0 : Wed Feb 01 2023 - 01:30:01 CET