From: Christophe de V. <cde...@al...> - 2003-07-15 21:18:46
|
Le Mardi 15 Juillet 2003 22:07, Eric Bourque a =E9crit : > On Tue, 2003-07-15 at 15:49, Christophe de Vienne wrote: > > Checking version of what ? > > The installed version of the library. See the comments in the patch I > just submitted. > I see. In fact this is what I would call the old method. With pkg-config, t= his=20 is already supported. All you have to do is : PKG_CHECK_MODULES(XMLPP, libxml++-1.0 >=3D 0.25.0) Moreover this wil define some extra variables, XML_LIBS and XML_CFLAGS. I think we should encourage this method. (BTW we should switch to this to detect libxml.) Will this macro encourage the old fashion method ? I'm not sure. Murray wha= t=20 do you think about it ? Best regards, Christophe |