Baptiste Daroussin (5): new --with-pkg-config-dir options add --with-system-includedir and --with-system-libdir skip empty packages arguments Ordering libs flags Ordering cflags flags JD Horelick (1): Respect LDFLAGS William Pitcock (17): pkg: add description and url fields to pkg-config virtual pkg: add support for $(pc_path) variable for extracting PKG_DEFAULT_PATH buildsys: switch to something a little more generic (closes #27) buildsys: respect CFLAGS tests: add tests for dpkg-style tilde version comparison rules main: --silence-errors should be opt-in only. pkg: implement dpkg-style version comparison rules buildsys: add @bindir@ define tests: add test for blank package arguments tests: add test for argv-parse splitting issue with filenames Update AUTHORS based on git history. tests: add tests for cflags/libs-only ordering flags tests: quiet successful tests argvsplit: fix splitting of arguments tests: remove bashism (noticed on freebsd pointyhat log) everything: update copyright to note multiple authors pkgconf 0.8.3. AUTHORS | 4 +- COPYING | 2 +- Makefile | 18 - Makefile.in | 43 +++ argvsplit.c | 4 +- buildsys.mk.in | 749 ---------------------------------------- configure.ac | 25 +- dependency.c | 2 +- fileio.c | 2 +- fragment.c | 2 +- main.c | 50 ++- pkg.c | 31 +- pkg.h | 2 +- stdinc.h | 2 +- tests/lib1/argv-parse-2.pc | 10 + tests/lib1/cflags-libs-only.pc | 10 + tests/lib1/tilde.pc | 11 + tests/run.sh.in | 39 ++- tuple.c | 2 +- 19 files changed, 200 insertions(+), 808 deletions(-)