On Fri, Jul 21, 2006 at 02:40:46PM -0400, Robbie wrote:
> 
> HI All,
> Have anyone get this message before while building any package? 

Most of the time.

> What does this mean?
> 
> /scratchbox/tools/share/aclocal/pkg.m4:5: warning: underquoted definition of 
> PKG_CHECK_MODULES

It means that the definitition of PKG_CHECK_MODULES is
underquoted. Newer versions of autotools want the function names
properly quoted, so, instead of saying:

AC_DEFUN(PKG_CHECK_MODULES, [

The definition should go as:

AC_DEFUN([PKG_CHECK_MODULES], [


But this has no effect to anything in practice.


-- 
Toni Timonen
040-5111863,GPG 0x7984A4FD
_______________________________________________
Scratchbox-users mailing list
Scratchbox-users@lists.scratchbox.org
http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users

Reply via email to