Re: [PATCH] build: Use PKG_INSTALL_DIR

2023-03-26 Thread Arsen Arsenović
Arsen Arsenović writes: > 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 Oh, shoo, I just noticed I made a typo here. This changelog entry ought to refer to pkgconfigdir,

[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,