summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTollef Fog Heen <tfheen@err.no>2008-01-31 02:43:41 +0100
committerTollef Fog Heen <tfheen@err.no>2008-01-31 02:43:41 +0100
commitb4cdd181659fa9764736a27af6ddf4a0734075b3 (patch)
tree3890276615cb3422fc02db1c0d664d4562e29226 /ChangeLog
parent3e6c5da35ab467ed6d84d6e8502cf51af4561818 (diff)
downloadpkg-config-b4cdd181659fa9764736a27af6ddf4a0734075b3.tar.gz
configure.in: If prefix is unset, add /usr/lib/pkgconfig and
/usr/share/pkgconfig to default search path. Based on patch by Damjan Jovanovic. Also, make configure always print the path it is defaulting to.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6bfe2ed..1af79aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2008-01-31 Tollef Fog Heen <tfheen@err.no>
+ * configure.in: If prefix is unset, add /usr/lib/pkgconfig and
+ /usr/share/pkgconfig to default search path. Based on patch by
+ Damjan Jovanovic.
+
+ Also, make configure always print the path it is defaulting to.
+
* pkg.c (string_list_to_string): Patch from Paul Bender so flags
other than -I and -L are passed through (with mangling) when
PKG_CONFIG_SYSROOT_DIR is set.