Re: recent gnulib changes require coreutils adaptations

2007-07-17 Thread Jim Meyering
Paul Eggert <[EMAIL PROTECTED]> wrote: > Jim Meyering <[EMAIL PROTECTED]> writes: > >> However, I can't reproduce that: >> >> $ git clone git://git.sv.gnu.org/coreutils.git cu \ >> && cd cu && ./bootstrap --gnulib-srcdir=/gnulib >> ... >> Creating ./._bootmp/lib/uniwidth/.gitignor

Reliance on

2007-07-17 Thread Ludovic Courtès
Hi, I just noticed that Gnulib modules rely on the availability of a `#include'able file. I'm using Gnulib in a project that does: AC_CONFIG_HEADER([some-special-name.h]) There, Gnulib modules fail to compile because is not available. I'd happily work around this by doing something like:

Re: Reliance on

2007-07-17 Thread Ralf Wildenhues
Hello Ludovic, * Ludovic Courtès wrote on Tue, Jul 17, 2007 at 05:58:34PM CEST: > > AC_CONFIG_HEADERS([some-special-name.h lib/config.h]) > > but then `autoheader' does not generate `lib/config.h.in', which is a > pain. You could either write lib/config.h.in yourself; it could contain #incl

POTFILES.in updates?

2007-07-17 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Since the use of gnulib has the tendency to introduce translatable strings into a project, should there be a way for gnulib-tool to mark which files need to be added to POTFILES.in? Perhaps a new entry in each module description that calls out any fil

Re: Reliance on

2007-07-17 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Ralf Wildenhues on 7/17/2007 4:40 PM: > > (I suppose another gnulib-specific possibility is that someone hacks > gnulib-tool to support arbitrary other configuration header file names; > or to undo the decision that was made last year to