Paul Eggert writes:
> On 01/16/13 01:08, Daiki Ueno wrote:
>> I'm not 100% sure if this is the right fix, so Cc'ed bug-gnulib.
>
> This patch looks good to me. Might there be other files
> with the same problem? Maybe gettext should be changed to
> use gnulib-tool to import modules from gnulib,
Can gnulib's automake environment be used in a non-recursive manner?
That is to say can I include the gnulib modules from my project's
Makefile.am or is there no other way that using SUBDIRS=
Would a patch to make it possible be considered if I were to offer one?
J'
--
PGP Public key ID: 1024D/
On 01/17/2013 08:52 AM, John Darrington wrote:
> Can gnulib's automake environment be used in a non-recursive manner?
> That is to say can I include the gnulib modules from my project's
> Makefile.am or is there no other way that using SUBDIRS=
>
Both coreutils and bison already use gnulib in thi
Eric Blake wrote:
> On 01/17/2013 08:52 AM, John Darrington wrote:
>> Can gnulib's automake environment be used in a non-recursive manner?
>> That is to say can I include the gnulib modules from my project's
>> Makefile.am or is there no other way that using SUBDIRS=
>>
>
> Both coreutils and bison
On 01/16/2013 06:49 PM, Paul Eggert wrote:
Thanks, I pushed this:
Thanks for the quick response. Do you expect this to continue to work
for older versions of mingw? I don't care about that myself, I'm just
wondering whether that is something gnulib should do. Or is the target
for gnulib l
On 01/17/13 13:27, John W. Eaton wrote:
>
> Do you expect this to continue to work for older versions of mingw?
No, that hasn't been the practice in the past. I pushed the following
to the doc to make it clearer:
---
doc/gnulib-intro.texi | 1 +
1 file changed, 1 insertion(+)
diff --git a/doc
On 01/17/2013 02:38 PM, Paul Eggert wrote:
> On 01/17/13 13:27, John W. Eaton wrote:
>>
>> Do you expect this to continue to work for older versions of mingw?
>
> No, that hasn't been the practice in the past. I pushed the following
> to the doc to make it clearer:
>
> ---
> doc/gnulib-intro.te
Hi,
On FreeBSD 9.1, I got an assertion failure in test-sigaction.c when the
test case is compiled with:
$ gnulib-tool --create-testdir --dir=test-sa-openmp sigaction openmp
$ cd test-sa-openmp
$ ./configure --enable-openmp
$ make
$ make check
...
test-sigaction.c:69: assertion faile