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
+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.
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
])