Apologies for the inconvenience, have a lovely evening. > automatically by the PKG_INSTALLDIR invocation. > --- > Evening, > > This patch adds an invocation of the PKG_INSTALLDIR macro from pkg.m4, > allowing users to override where they install pkg-config files in a > relatively standard manner. The effect of a default installation should > remain the same. > > Tested on x86_64-pc-linux-gnu. > > Have a lovely evening. > > configure.ac | 1 + > meta/Makefile.am | 1 - > 2 files changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure.ac b/configure.ac > index d5ce1c4ac..5a615a8db 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -148,6 +148,7 @@ AC_SEARCH_LIBS([dlopen], [dl]) > AC_CHECK_PROG(have_makeinfo, makeinfo, yes, no) > AM_CONDITIONAL(HAVE_MAKEINFO, test "$have_makeinfo" = yes) > > +PKG_INSTALLDIR > AM_PATH_LISPDIR > > AC_DEFINE_UNQUOTED([HOST_TYPE], ["$host"], > diff --git a/meta/Makefile.am b/meta/Makefile.am > index acbd8e71a..28cd3b0b3 100644 > --- a/meta/Makefile.am > +++ b/meta/Makefile.am > @@ -37,7 +37,6 @@ install-exec-hook: > cd $(DESTDIR)$(bindir) && rm -f "$$guile_tools" && \ > $(LN_S) "$$guild" "$$guile_tools" > > -pkgconfigdir = $(libdir)/pkgconfig > pkgconfig_DATA = guile-$(GUILE_EFFECTIVE_VERSION).pc > > ## FIXME: in the future there will be direct automake support for -- Arsen Arsenović