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   ebl...@redhat.com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to