summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTollef Fog Heen <tfheen@qurzaw>2009-06-30 05:05:52 +0200
committerTollef Fog Heen <tfheen@err.no>2009-08-15 21:45:10 +0200
commitc3ddc0344e02b77c3ebe74273be90b500e2448a4 (patch)
treef54d0d6571d793c7dd4a6a46312b0f66b00c5b89 /ChangeLog
parent9b49307caed60772474f54eb6b2cc8af22132293 (diff)
parent1bcb18ca35c02f8f3a5a3744ed226b1afa4ec5cc (diff)
downloadpkg-config-c3ddc0344e02b77c3ebe74273be90b500e2448a4.tar.gz
Merge
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index be748a9..8ff6718 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2009-06-30 Tollef Fog Heen <tfheen@err.no>
+
+ * pkg.m4: Add patch from Peter Rosin for somewhat nicer output if
+ you use the four-clause form of PKG_CHECK_MODULES.
+
+2009-06-12 Tor Lillqvist <tml@iki.fi>
+
+ * parse.c: On Win32, if the value of a a variable other than the
+ "prefix" one starts with the non-overridden value of "prefix",
+ then replace that prefix, too, with the run-time one.
+
+ To avoid shadowing warnings, rename a 'p' variable to 'q'.
+
+ * pkg-config.1: Corresponding update.
+
+ * main.c
+ * pkg.h: Move the Win32 redefinition of PKG_CONFIG_PC_PATH from
+ main.c to pkg.h as it now is needed in pkg.c, too.
+
2009-03-30 Tollef Fog Heen <tfheen@err.no>
* autogen.sh: Allow not running configure, wanted by cygwin.