Denis Excoffier wrote:
> >> > Is it conceivable that in mpsort.c, the line
> >> >
> >> > #include
> >> >
> >> > is (officially) replaced by the three lines
> >> >
> >> > #ifdef HAVE_CONFIG_H
> >> > # include
> >> > #endif
> >> >
> >> > for those people (like me...) that don't work with but p
On Thu, Jul 26, 2012 at 05:21:58PM -0600, Eric Blake wrote:
>> On 07/26/2012 04:48 PM, Denis Excoffier wrote:
>> > Hello,
>> >
>> > Is it conceivable that in mpsort.c, the line
>> >
>> > #include
>> >
>> > is (officially) replaced by the three lines
>> >
>> > #ifdef HAVE_CONFIG_H
>> > # includ
On 07/26/2012 04:48 PM, Denis Excoffier wrote:
> Hello,
>
> Is it conceivable that in mpsort.c, the line
>
> #include
>
> is (officially) replaced by the three lines
>
> #ifdef HAVE_CONFIG_H
> # include
> #endif
>
> for those people (like me...) that don't work with but prefer to
> keep mp
Hello,
Is it conceivable that in mpsort.c, the line
#include
is (officially) replaced by the three lines
#ifdef HAVE_CONFIG_H
# include
#endif
for those people (like me...) that don't work with but prefer to
keep mpsort.c untouched?
This is already done for other files in gnulib/lib, like