Re: [PATCH] build: Use PKG_INSTALL_DIR

2024-03-25 Thread David Pirotte
Hello Arsen, > ... > This patch is in a similar vein to my earlier patch to Guile itself > posted at > https://lists.gnu.org/archive/html/guile-devel/2023-03/msg00040.html > These came up while I was working on packaging Guile in Gentoo. > ... I pushed the proposed changes to the devel branch, w

[PATCH] build: Use PKG_INSTALL_DIR

2023-04-18 Thread Arsen Arsenović
* configure.ac: Call PKG_INSTALL_DIR to set pkgconfigdir. * Makefile.am (pkgconfigdir): Remove. Will be set via AC_SUBST. --- Hi there, This patch is in a similar vein to my earlier patch to Guile itself posted at https://lists.gnu.org/archive/html/guile-devel/2023-03/msg00040.html These came up

[PATCH] build: Use PKG_INSTALL_DIR

2023-03-26 Thread Arsen Arsenović
This allows users to adjust their pkg-config install location. * configure.ac: Call PKG_INSTALLDIR. * meta/Makefile.am (pkgconfig_DATA): Remove. It will be defined automatically by the PKG_INSTALLDIR invocation. --- Evening, This patch adds an invocation of the PKG_INSTALLDIR macro from pkg.m4,

Re: [PATCH] build: Use PKG_INSTALL_DIR

2023-03-26 Thread Arsen Arsenović
pkgconfigdir, of course. Updated patch: From 54ecc95630c0473e1d28fe89bc7ffe18cce57da2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arsen=20Arsenovi=C4=87?= Date: Mon, 27 Mar 2023 00:09:51 +0200 Subject: [PATCH] build: Use PKG_INSTALL_DIR This allows users to adjust their pkg-config inst