pkg-config warnings

From: Hirohisa Yamaguchi <umq.461_at_gmail.com>
Date: Wed, 6 Feb 2013 13:06:07 +0900

Hi,

I got warnings with configure:
| configure: WARNING: pkg-config for Lua not found, trying manual search...
| configure: WARNING: pkg-config for curl not found, trying manual
| search...
| configure: WARNING: pkg-config for libjansson not found, trying manual
| search...

1. curl has ``libcurl.pc'' in their tarball, jansson has ``jansson.pc''.
2. PKG_CHECK_MODULES([LIBLUA], [lua5.1 lua5.2],,,) searches for both
   lua5.1.pc and lua5.2.pc, I think. Checking them individually would
   suppress the warning.
   # Lua 5.1 in FreeBSD ports installs the file as ``lua-5.1.pc'', though.

a patch attached.

Regards,
-- 
	Hirohisa Yamaguchi
	  <umq.461_at_gmail.com>



Received on Wed Feb 06 2013 - 04:06:24 PST

This archive was generated by hypermail 2.3.0 : Wed Feb 06 2013 - 04:09:00 PST