diff options
author | Tollef Fog Heen <tfheen@err.no> | 2011-05-15 14:24:19 +0200 |
---|---|---|
committer | Tollef Fog Heen <tfheen@err.no> | 2011-05-15 14:24:19 +0200 |
commit | 85662d26ba837894e2f44dfbaa4813112c058861 (patch) | |
tree | 877cecfd43ec6797f3c1a86ffb0e983c94074229 | |
parent | 4939bdb9a629ce1f6343a69f92f133fedbb223f6 (diff) |
Document changes for 0.26, bump version
-rw-r--r-- | NEWS | 16 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 17 insertions, 1 deletions
@@ -1,3 +1,19 @@ +pkg-config 0.26 +=== + + - 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. + pkg-config 0.25 === diff --git a/configure.ac b/configure.ac index da875f0..29142a8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_INIT(pkg-config.1) -AM_INIT_AUTOMAKE(pkg-config, 0.25) +AM_INIT_AUTOMAKE(pkg-config, 0.26) AM_MAINTAINER_MODE AM_CONFIG_HEADER(config.h) |