Thread: /sw/share/aclocal/pkg.m4:5: warning: underquoted definition of PKG_CHECK_MODULES

/sw/share/aclocal/pkg.m4:5: warning: underquoted definition of PKG_CHECK_MODULES

From
"Florian G. Pflug"
Date:
Hi

I'm getting this warning:
/sw/share/aclocal/pkg.m4:5: warning: underquoted definition of PKG_CHECK_MODULES
   run info '(automake)Extending aclocal'
   or see http://sources.redhat.com/automake/automake.html#Extending-aclocal

on osx, using aclocal-1.9 and autoconf-2.5 (installed from fink) since a few
days. I'm not sure if some pgadmin update, or some fink update caused this.

Is anyone else getting this warning, or is this (yet another) fink+osx+autotools
problem?

greetings, Florian Pflug

Re: /sw/share/aclocal/pkg.m4:5: warning: underquoted

From
OpenMacNews
Date:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160

> I'm getting this warning:
> /sw/share/aclocal/pkg.m4:5: warning: underquoted definition of
> PKG_CHECK_MODULES
>   run info '(automake)Extending aclocal'
>   or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
>
> on osx, using aclocal-1.9 and autoconf-2.5 (installed from fink) since a
> few
> days. I'm not sure if some pgadmin update, or some fink update caused this.
>
> Is anyone else getting this warning, or is this (yet another)
> fink+osx+autotools
> problem?

fwiw, bldg svn r5148 on osx 10.4.6 w/ /usr/local/ (not Fink ...) dev
env, all's seems ok on this end ...


& ls -al .../pgAdmin3.app/Contents/MacOS/pgAdmin3
    -rwxr-x--- 1 root staff 5038868 May 14 21:54 pgAdmin3

richard

- --

/"\
\ /  ASCII Ribbon Campaign
 X   against HTML email, vCards
/ \  & micro$oft attachments

[GPG] OpenMacNews at gmail dot com
fingerprint: 50C9 1C46 2F8F DE42 2EDB  D460 95F7 DDBD 3671 08C6
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (Darwin)

iEYEAREDAAYFAkRoCikACgkQlffdvTZxCMbhTQCgpjBiLOY5I3R6IYiqaRRh/DMe
MVYAoMcQ5JXvHrgHqST6jQYz3ARjA0+Q
=Bf6s
-----END PGP SIGNATURE-----



> -----Original Message-----
> From: pgadmin-hackers-owner@postgresql.org
> [mailto:pgadmin-hackers-owner@postgresql.org] On Behalf Of
> Florian G. Pflug
> Sent: 15 May 2006 02:34
> To: pgadmin-hackers
> Subject: [pgadmin-hackers] /sw/share/aclocal/pkg.m4:5:
> warning: underquoted definition of PKG_CHECK_MODULES
>
> Hi
>
> I'm getting this warning:
> /sw/share/aclocal/pkg.m4:5: warning: underquoted definition
> of PKG_CHECK_MODULES
>    run info '(automake)Extending aclocal'
>    or see
> http://sources.redhat.com/automake/automake.html#Extending-aclocal
>

I often see warnings like this when I update Slackware (in fact, I think
developer.pgadmin.org currently throws about 5 of them). They are from
other packages that contain macros without enough quotes - find the
thing it's complaining about in pkg.m4 and try adding a [ ] round it.

Regards, Dave