|
From: | Auto mailings of changes to Lily Issues via Testlilyissues-auto |
Subject: | [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] Re: #5830 aclocal.m4: Update PKG_* macros to pkg-config 0.29.2 |
Date: | Sat, 07 Mar 2020 10:18:21 -0000 |
AFAIK, all recent GNU/Linux distributions come with a working .pc
file for guile 1.8.
If you want to override pkg-config
, use either the environment variables GUILE_CFLAGS
and GUILE_LIBS
or create a new directory for .pc
files that gets prepended to the standard directory list with the PKG_CONFIG_PATH
environment variable. If the standard directory list still makes problems you can use the PKG_CONFIG_LIBDIR
environment variable to override that, too.
[issues:#5830] aclocal.m4: Update PKG_* macros to pkg-config 0.29.2
Status: Started
Created: Sat Mar 07, 2020 09:26 AM UTC by Werner LEMBERG
Last Updated: Sat Mar 07, 2020 10:11 AM UTC
Owner: nobody
This commit removes the old definition of PKG_CHECK_MODULES (from 2004) and
simply appends a recent version of pkg-config's file pkg.m4
at the end of
aclocal.m4
.
This immediately improves documentation of pkg-config stuff. Now the list
of environment variables shown in configure --help
ends with
PKG_CONFIG path to pkg-config utility
PKG_CONFIG_PATH
directories to add to pkg-config's search path
PKG_CONFIG_LIBDIR
path overriding pkg-config's built-in search path
GUILE_CFLAGS
C compiler flags for GUILE, overriding pkg-config
GUILE_LIBS linker flags for GUILE, overriding pkg-config
BDWGC_CFLAGS
C compiler flags for BDWGC, overriding pkg-config
BDWGC_LIBS linker flags for BDWGC, overriding pkg-config
PANGO_FT2_CFLAGS
C compiler flags for PANGO_FT2, overriding pkg-config
PANGO_FT2_LIBS
linker flags for PANGO_FT2, overriding pkg-config
FONTCONFIG_CFLAGS
C compiler flags for FONTCONFIG, overriding pkg-config
FONTCONFIG_LIBS
linker flags for FONTCONFIG, overriding pkg-config
FREETYPE2_CFLAGS
C compiler flags for FREETYPE2, overriding pkg-config
FREETYPE2_LIBS
linker flags for FREETYPE2, overriding pkg-config
GLIB_CFLAGS C compiler flags for GLIB, overriding pkg-config
GLIB_LIBS linker flags for GLIB, overriding pkg-config
GOBJECT_CFLAGS
C compiler flags for GOBJECT, overriding pkg-config
GOBJECT_LIBS
linker flags for GOBJECT, overriding pkg-config
https://codereview.appspot.com/551590044
Sent from sourceforge.net because address@hidden is subscribed to https://sourceforge.net/p/testlilyissues/issues/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/testlilyissues/admin/issues/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
_______________________________________________ Testlilyissues-auto mailing list address@hidden https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto
[Prev in Thread] | Current Thread | [Next in Thread] |