[Scratchbox-users] underquoted definition of PKG_CHECK_MODULES
Toni Timonen
ttimonen at movial.fi
Tue Aug 15 10:28:46 EEST 2006
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
More information about the Scratchbox-users
mailing list