summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTollef Fog Heen <tfheen@err.no>2008-03-23 20:00:00 +0100
committerTollef Fog Heen <tfheen@err.no>2008-03-23 20:00:00 +0100
commitdce0339076516b4cda3427ce0398472f89b6347a (patch)
tree60321427e5d3a19210d6e9d90e8af8ba23ffe4c7 /ChangeLog
parent762172849c13754a5c25d425cc8c403c1e5c9409 (diff)
downloadpkg-config-dce0339076516b4cda3427ce0398472f89b6347a.tar.gz
2008-02-19 Tor Lillqvist <tml@novell.com>
* main.c: Remove the possibility to have a default PKG_CONFIG_PATH in the Registry. It is much more flexible to just use environment variables. In general the Registry is not used in the ports of GTK+ or GNOME libraries and software to Windows. * parse.c (parse_line): On Windows, handle also .pc files found in a share/pkgconfig folder when automatically redefining a prefix variable for the package. * pkg-config.1: Corresponding changes. 2008-02-18 Tor Lillqvist <tml@novell.com> * main.c: Fix some bitrot: On Windows, don't use the compile-time PKG_CONFIG_PC_PATH, but deduce a default one at run-time based on the location of the executable. This was originally what pkg-config did on Windows, but it had bit-rotted.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 038e4cb..64ad4d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,26 @@
apply to some of the Win32 variables, but I don't believe that is
a problem with the existing compilers there.
+2008-02-19 Tor Lillqvist <tml@novell.com>
+
+ * main.c: Remove the possibility to have a default PKG_CONFIG_PATH
+ in the Registry. It is much more flexible to just use environment
+ variables. In general the Registry is not used in the ports of
+ GTK+ or GNOME libraries and software to Windows.
+
+ * parse.c (parse_line): On Windows, handle also .pc files found in
+ a share/pkgconfig folder when automatically redefining a prefix
+ variable for the package.
+
+ * pkg-config.1: Corresponding changes.
+
+2008-02-18 Tor Lillqvist <tml@novell.com>
+
+ * main.c: Fix some bitrot: On Windows, don't use the compile-time
+ PKG_CONFIG_PC_PATH, but deduce a default one at run-time based on
+ the location of the executable. This was originally what
+ pkg-config did on Windows, but it had bit-rotted.
+
2008-01-31 Tollef Fog Heen <tfheen@err.no>
* configure.in: If prefix is unset, add /usr/lib/pkgconfig and