]> err.no Git - pkg-config/commitdiff
2003-05-09 Havoc Pennington <hp@redhat.com>
authorArch Librarian <arch@canonical.com>
Thu, 14 Jul 2005 13:05:56 +0000 (13:05 +0000)
committerArch Librarian <arch@canonical.com>
Thu, 14 Jul 2005 13:05:56 +0000 (13:05 +0000)
Author: hp
Date: 2003-05-09 18:15:05 GMT
2003-05-09  Havoc Pennington  <hp@redhat.com>

* pkg.m4: improve error message a bit, from Tim Janik

ChangeLog
pkg.m4

index 9ba6276ba5a872622df88d3f36492e249d31a6d9..1bd819247d19c0f128c5c241b16f57cba687e305 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-05-09  Havoc Pennington  <hp@redhat.com>
+
+       * pkg.m4: improve error message a bit, from Tim Janik
+
 2003-04-30  James Henstridge  <james@daa.com.au>
 
        * pkg.c (verify_package): fix up error messages.
diff --git a/pkg.m4 b/pkg.m4
index b4181877326d0860ff956038f639c4908db7a265..6521a66febd3bf28548bce4e8d92c4d7de72a93d 100644 (file)
--- a/pkg.m4
+++ b/pkg.m4
@@ -61,7 +61,7 @@ AC_DEFUN([PKG_CHECK_MODULES],
      ifelse([$3],, [:], [$3])
   else
      ifelse([$4],,
-            [AC_MSG_ERROR([Library requirements ($2) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.])],
+            [AC_MSG_ERROR([Package requirements ($2) not met; consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a nonstandard prefix. See man page for pkg-config.])],
             [$4])
   fi
 ])