summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTollef Fog Heen <tfheen@err.no>2008-03-23 21:07:39 +0100
committerTollef Fog Heen <tfheen@err.no>2008-03-23 21:07:39 +0100
commit3954a7ee3e37cc270df867a19b1e3fb65ecc6386 (patch)
treeaf48bc101a09b3809c6b2ba8cfa66cc1e05a4b0b /ChangeLog
parentcebb308ce4757a5d2ed5501157e8521a1f3ca999 (diff)
downloadpkg-config-3954a7ee3e37cc270df867a19b1e3fb65ecc6386.tar.gz
2008-03-23 Tollef Fog Heen <tfheen@err.no>
* check/check-cflags, check/check-define-variable, check/check-includedir, check/check-libs, check/check-libs-private, check/check-requires-private: Replace the crazy -d ~root check with a more proper way to just make sure we are running under a POSIX shell. Thanks to Kjetil Torgrim Homme for the tip about using getconf PATH.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ab22df0..18d3f6a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2008-03-23 Tollef Fog Heen <tfheen@err.no>
+ * check/check-cflags, check/check-define-variable,
+ check/check-includedir, check/check-libs,
+ check/check-libs-private, check/check-requires-private: Replace
+ the crazy -d ~root check with a more proper way to just make sure
+ we are running under a POSIX shell. Thanks to Kjetil Torgrim
+ Homme for the tip about using getconf PATH.
+
* main.c (main): Add logging support from NetBSD. Thanks to Julio
M. Merino Vidal for forwarding the patch from ages ago.