Your message dated Mon, 15 Aug 2005 22:23:59 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#323253: Underquoting warnings with automake 1.9
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 15 Aug 2005 18:19:27 +0000
>From [EMAIL PROTECTED] Mon Aug 15 11:19:27 2005
Return-path: <[EMAIL PROTECTED]>
Received: from ghostmachine.transbay.net (casper2.ghostscript.com)
[209.133.53.61]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E4jYV-0007Yj-00; Mon, 15 Aug 2005 11:19:27 -0700
Received: by casper2.ghostscript.com (Postfix, from userid 1000)
id DF86B34C140; Mon, 15 Aug 2005 11:19:26 -0700 (PDT)
Date: Mon, 15 Aug 2005 11:19:26 -0700
From: Ralph Giles <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Underquoting warnings with automake 1.9
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="Qbvjkv9qwOGw/5Fx"
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
--Qbvjkv9qwOGw/5Fx
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Package: pkg-config
Version: 0.15.0-4
Automake 1.9 throws a quoting warning for almost all packages' m4 macro
definitions. Attached is a trivial patch that silences the warning.
It has at least stopped warning for *all* macro definitions it finds,
whether used or not, but the spew is still very distracting for those
of us running ./autogen.sh or ./bootstrap on a regular basis.
Sincerely,
-r
--Qbvjkv9qwOGw/5Fx
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="quoting-fix.diff"
--- pkg.m4- 2002-02-03 09:16:48.000000000 -0800
+++ pkg.m4 2005-08-15 10:57:34.244643992 -0700
@@ -2,7 +2,7 @@
dnl PKG_CHECK_MODULES(GSTUFF, gtk+-2.0 >= 1.3 glib = 1.3.4, action-if,
action-not)
dnl defines GSTUFF_LIBS, GSTUFF_CFLAGS, see pkg-config man page
dnl also defines GSTUFF_PKG_ERRORS on error
-AC_DEFUN(PKG_CHECK_MODULES, [
+AC_DEFUN([PKG_CHECK_MODULES], [
succeeded=no
if test -z "$PKG_CONFIG"; then
--Qbvjkv9qwOGw/5Fx--
---------------------------------------
Received: (at 323253-done) by bugs.debian.org; 16 Aug 2005 08:30:19 +0000
>From [EMAIL PROTECTED] Tue Aug 16 01:30:19 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c5100bc63.inet.catch.no (vawad.err.no) [81.0.188.99]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E4wpu-0005vC-00; Tue, 16 Aug 2005 01:30:18 -0700
Received: from c5100bc62.inet.catch.no ([81.0.188.98] helo=thosu.err.no)
by vawad.err.no with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24)
(Exim 4.34)
id 1E4wpq-0003KO-Rr; Tue, 16 Aug 2005 10:30:16 +0200
Received: by thosu.err.no (Postfix, from userid 1000)
id 710A958039; Mon, 15 Aug 2005 22:23:59 +0200 (CEST)
To: Ralph Giles <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Subject: Re: Bug#323253: Underquoting warnings with automake 1.9
Mail-Copies-To: never
References: <[EMAIL PROTECTED]>
From: Tollef Fog Heen <[EMAIL PROTECTED]>
Organization: Private
Date: Mon, 15 Aug 2005 22:23:59 +0200
In-Reply-To: <[EMAIL PROTECTED]> (Ralph Giles's message of "Mon, 15 Aug 2005
11:19:26 -0700")
Message-ID: <[EMAIL PROTECTED]>
User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-5.3 required=4.0 tests=BAYES_00,DATE_IN_PAST_12_24,
HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02
* Ralph Giles
| Package: pkg-config
| Version: 0.15.0-4
0.15 is ancient and is not current stable, testing or unstable.
Please upgrade to a semi-recent version at least. This has been fixed
in the meantime so I'm closing this bug.
--
Tollef Fog Heen ,''`.
UNIX is user friendly, it's just picky about who its friends are : :' :
`. `'
`-
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]