summaryrefslogtreecommitdiff
path: root/pkg.m4
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2005-07-14 13:04:13 +0000
committerArch Librarian <arch@canonical.com>2005-07-14 13:04:13 +0000
commit9a24428500c9af2e17caa04802a7c9565619951a (patch)
tree78f9bbc4a35bd4f8c4f1721941774206c67064f7 /pkg.m4
parent262ab6b259e2ff046ab875d8fb2ce38360cad798 (diff)
2001-06-14 Havoc Pennington <hp@redhat.com>
Author: hp Date: 2001-06-14 10:09:03 GMT 2001-06-14 Havoc Pennington <hp@redhat.com> * pkg.c (internal_get_package): don't fall back to legacy -config scripts for the -uninstalled case. 2001-06-07 Havoc Pennington <hp@redhat.com> * pkg.m4: add URL to no-pkg-config error message
Diffstat (limited to 'pkg.m4')
-rw-r--r--pkg.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg.m4 b/pkg.m4
index 39cff69..f165a2e 100644
--- a/pkg.m4
+++ b/pkg.m4
@@ -13,6 +13,7 @@ AC_DEFUN(PKG_CHECK_MODULES, [
echo "*** The pkg-config script could not be found. Make sure it is"
echo "*** in your path, or set the PKG_CONFIG environment variable"
echo "*** to the full path to pkg-config."
+ echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
else
if ! $PKG_CONFIG --atleast-pkgconfig-version 0.7.0; then
echo "*** Your version of pkg-config is too old. You need version 0.7.0 or newer."