From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Nrgot-0002CE-BF for mharc-grub-devel@gnu.org; Tue, 16 Mar 2010 20:09:07 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nrgoq-00028U-2K for grub-devel@gnu.org; Tue, 16 Mar 2010 20:09:04 -0400 Received: from [140.186.70.92] (port=36576 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nrgoo-0001cn-MF for grub-devel@gnu.org; Tue, 16 Mar 2010 20:09:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NrgfI-0004HQ-Kg for grub-devel@gnu.org; Tue, 16 Mar 2010 19:59:15 -0400 Received: from mail-bw0-f211.google.com ([209.85.218.211]:65316) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NrgfG-0004GS-Ds; Tue, 16 Mar 2010 19:59:10 -0400 Received: by bwz3 with SMTP id 3so551155bwz.9 for ; Tue, 16 Mar 2010 16:59:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=1TerRbNtcuet2O/2OdTqjvb2Q+JSPo3SQI1aphoCJJc=; b=V4j5bbRycFeLgkKKFZoqUuwMTHgwq25Rsp6Rh08ZfAwW7h5c/3QCj70JuEXhONJt8e gmzXvXwdh/5zo/QUJP/ORt8HLjgaoNGAXPusLzUjedvZ+M/+kOqKVV2k/7tYTCV2oP7i y5Y/P+pQ8bqPD43+uDRNnOh6QBRGoUGEUk9CE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=pheVsVuYtnHCQwiyzhgqYX2Y42tyW6cOPEp34J4NE9FptbHx2MlYg3LFOAO2mJbU75 U8vOOVMKxroCQxtZQC4XGzjgyXwOpy/hFH0ZDKptSo/JRi2LQAWCpMWlxXFqU4tbcQwd pTV6zHUavZD+zX2QNloJwoc71MR2ylDDD4cLQ= Received: by 10.204.2.210 with SMTP id 18mr353214bkk.15.1268783949064; Tue, 16 Mar 2010 16:59:09 -0700 (PDT) Received: from [192.168.1.50] (c2433-1-88-160-112-182.fbx.proxad.net [88.160.112.182]) by mx.google.com with ESMTPS id l1sm28238039bkl.14.2010.03.16.16.59.08 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 16 Mar 2010 16:59:08 -0700 (PDT) Message-ID: <4BA01B4B.3010909@gmail.com> Date: Wed, 17 Mar 2010 00:59:07 +0100 From: =?ISO-8859-1?Q?Gr=E9goire_Sutre?= User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090707) MIME-Version: 1.0 To: bug-gnulib@gnu.org References: <4B5D6A18.2040204@gmail.com> In-Reply-To: <4B5D6A18.2040204@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) Cc: The development of GNU GRUB Subject: Re: [PATCH] Fix use of ENABLE_NLS (which is not always defined) X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2010 00:09:04 -0000 Hi, I just discovered your answers [1, 2] on this subject (I'm not registered to the bug-gnulib mailing list). Thanks for the explanations. I take note that Gnulib does not support use of -Wundef. I just want to add that I find it good practice to avoid evaluating undefined identifiers in #if directives. > In fact, any package which makes good use of Autoconf cannot support > -Wundef. I don't see why. Could you please elaborate? Best regards, Grégoire Sutre [1] http://lists.gnu.org/archive/html/bug-gnulib/2010-01/msg00316.html [2] http://lists.gnu.org/archive/html/bug-gnulib/2010-01/msg00319.html