Re: [libvirt] [PATCH 01/29] Add some autoconf helper macros for checking for libraries

2012-09-20 Thread Eric Blake
On 09/20/2012 09:01 AM, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > Most checks for libraries take the same format > > * --with-libFOO=yes|no|check|/some/path argument > * check for a function NNN in libFOO.so > * check for a header file DDD/HHH.h > * Define a WITH_FOO co

[libvirt] [PATCH 01/29] Add some autoconf helper macros for checking for libraries

2012-09-20 Thread Daniel P. Berrange
From: "Daniel P. Berrange" Most checks for libraries take the same format * --with-libFOO=yes|no|check|/some/path argument * check for a function NNN in libFOO.so * check for a header file DDD/HHH.h * Define a WITH_FOO config.h symbol * Define a WITH_FOO make conditional * Substitut