spice-common/m4
Christophe Fergeau f7ec855af3 build-sys: Rework SPICE_CHECK_* m4 macros
These macros were automatically appending the needed CFLAGS/LIBS to
variables passed as arguments. This is how spice-common uses them, but
now how spice-gtk/spice want to use them, and is making the macros more
complicated than they could (in particular this makes them use
AS_VAR_APPEND).
This  is also not flexible enough as spice-gtk uses libcacard libraries,
while spice-common does not need them. If SPICE_CHECK_SMARTCARD
unconditionnally libcacard libraries to the variable spice-common passes
it as an argument, we'll end up linking with an unneeded library.

This commit removes this automatic appending from the SPICE_CHECK_*
macros and moves it to spice-common as it's the only one which needs it.
2015-10-13 11:26:01 +02:00
..
.gitignore build-sys: make it a seperately buildable spice-common library 2012-03-22 20:21:05 +01:00
ax_python_module.m4 configure.ac: Check for needed python modules for git builds 2015-04-13 13:08:11 +02:00
spice-deps.m4 build-sys: Rework SPICE_CHECK_* m4 macros 2015-10-13 11:26:01 +02:00