pkg-config Changelog

What's new in pkg-config 0.26

Feb 24, 2012
  • Build system fixes
  • More tests
  • pkg.m4 fixups which makes autoconf 2.66 happier.
  • Drop support for legacy -config scripts. Those should already be gone and cause problems in cross-compilation environments.
  • Drop embedded glib
  • Fix up pkg.m4 to handle the case of --exists working and --cflags or --libs failing.
  • Various documentation updates
  • Allow $() through without escaping it.
  • Add --with-system-include-path instead of hard-coding /usr/include.

New in pkg-config 0.23 (Nov 26, 2008)

  • check/check-requires-private: Fix up test case. We want to get the private -I option in all cases.
  • pkg.h, pkg.c (string_list_to_string), pkg-config.1, main.c (main): Add sysroot support and document same. Triggered by setting PKG_CONFIG_SYSROOT_DIR in the environment.