t->8---
autopoint --force
libtoolize --copy --install --force
"${GNULIB_SRCDIR}${GNULIB_SRCDIR+/}"gnulib-tool --update
AUTOPOINT=true LIBTOOLIZE=true autoreconf -fi
--8<---cut here---end--->8---
--
Arsen Arsenović
signature.asc
Description: PGP signature
own request-pulls.
Have a lovely day.
--
Arsen Arsenović
signature.asc
Description: PGP signature
* 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
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,
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