Files
aria2/test
Michał Górny 02985711df configure: Use pkg-config to find libs whenever possible
Use pkg-config to find cppunit, libxml2 and expat. All those libraries
provide pkg-config files, and in all of those cases the pkg-config macro
is superior to the custom macros used currently.

The advantages of pkg-config files include:

- Explicit static linking support via --static. Currently, e.g.
'xml2-config --libs' prints all libraries needed for static linking when
doing dynamic linking unnecessary, resulting in unnecessary direct deps.

- Better cross-build support. You don't have to build the additional
*-config tools for target.

- Better multilib support. Per-ABI pkgconfig directories are commonly
supported while packages usually fail to look for per-CHOST *-config
variants.

- Better override support. The current macros allow little to no
result overrides, the pkg-config macros let you pass FOO_CFLAGS
and FOO_LIBS manually.

- Cleaner version checks. The code used in libxml.m4 is really creepy.
2016-11-12 22:13:48 +01:00
..
2014-10-18 19:00:02 +09:00
2016-10-15 19:02:54 +09:00
2016-10-15 19:02:54 +09:00
2016-08-20 18:49:19 +09:00
2016-10-15 19:02:54 +09:00
2016-10-15 19:02:54 +09:00
2016-07-21 01:00:47 +09:00
2016-07-19 20:55:42 +02:00
2016-07-21 01:00:47 +09:00
2016-10-15 19:02:54 +09:00
2016-10-15 19:02:54 +09:00
2016-10-15 19:02:54 +09:00
2016-10-15 19:02:54 +09:00