Re: mpsort without

2012-07-27 Thread Bruno Haible
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

Re: mpsort without

2012-07-27 Thread Denis Excoffier
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

Re: mpsort without

2012-07-26 Thread Eric Blake
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

mpsort without

2012-07-26 Thread Denis Excoffier
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