Re: [bug-gnulib] coreutils build failure due to missing gl_INLINE dependency

2006-11-10 Thread Bruno Haible
Jim Meyering wrote: > Since two other modules (oset and list) also include m4/inline.m4 > without a provision to use gl_INLINE, it's clear that it's worthwhile > to make a module out of this inline.m4 file, so I did that. Thanks!

coreutils build failure due to missing gl_INLINE dependency

2006-11-10 Thread Jim Meyering
I tried to build coreutils using the very latest from gnulib and got link failures due to missing xcharalloc, used by e.g., quotearg.o. I tracked it back to the lack of a HAVE_INLINE definition in config.h, which in turn was due to a defect in the gnulib xalloc module. It did not arrange to use th