bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mpsort without <config.h>


From: Eric Blake
Subject: Re: mpsort without <config.h>
Date: Thu, 26 Jul 2012 17:21:58 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120717 Thunderbird/14.0

On 07/26/2012 04:48 PM, Denis Excoffier wrote:
> Hello,
> 
> Is it conceivable that in mpsort.c, the line
> 
> #include <config.h>
> 
> is (officially) replaced by the three lines
> 
> #ifdef HAVE_CONFIG_H
> # include <config.h>
> #endif
> 
> for those people (like me...) that don't work with <config.h> but prefer to 
> keep mpsort.c untouched?
> This is already done for other files in gnulib/lib, like eg printf.c or 
> mkdir.c

Umm, we removed it from mkdir.c in commit 0632e11 in Sep 2006, nearly
six years ago.  The only reason printf.c still has it is because that
code is shared verbatim with the gettext project.  Use of gnulib
normally requires the use of <config.h> (where gettext is the oddball
explaining exceptions like printf.c); would you mind explaining more why
it is too hard for you to provide even a dummy empty config.h?

-- 
Eric Blake   address@hidden    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]