Re: what to do about gnulib

2024-06-24 Thread Arsen Arsenović
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

Re: pull requests for guile

2023-05-08 Thread Arsen Arsenović
own request-pulls. Have a lovely day. -- Arsen Arsenović signature.asc Description: PGP signature

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