From 3ab7ea98e53d65aeae64de62511e1645b883584e Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Thu, 14 Jul 2005 13:05:56 +0000 Subject: [PATCH] 2003-05-09 Havoc Pennington Author: hp Date: 2003-05-09 18:15:05 GMT 2003-05-09 Havoc Pennington * pkg.m4: improve error message a bit, from Tim Janik --- ChangeLog | 4 ++++ pkg.m4 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9ba6276..1bd8192 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-05-09 Havoc Pennington + + * pkg.m4: improve error message a bit, from Tim Janik + 2003-04-30 James Henstridge * pkg.c (verify_package): fix up error messages. diff --git a/pkg.m4 b/pkg.m4 index b418187..6521a66 100644 --- 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 ]) -- 2.39.5