Re: Small improvement to relocatable-maint.texi

2013-11-18 Thread Ben Pfaff
Reuben Thomas writes: > s/RedHat, Debian, and similar package systems/Yum, apt and similar > package-management systems/ I agree that this was not well worded. I applied the following commit to master. --8<--cut here-->8-- From: Ben Pfaff Date:

[PATCH] quotearg: don't attempt to store 1 << 31 into an "int"

2013-11-18 Thread Jim Meyering
FYI: From 694a18993c54415ba7936a236253fee9685ae711 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 18 Nov 2013 17:35:01 -0800 Subject: [PATCH] quotearg: don't attempt to store 1 << 31 into an "int" * lib/quotearg.c (quotearg_buffer_restyled): Building coreutils with gcc's new -fsanitize=un

Small improvement to relocatable-maint.texi

2013-11-18 Thread Reuben Thomas
s/RedHat, Debian, and similar package systems/Yum, apt and similar package-management systems/ -- http://rrt.sc3d.org

Re: build-aux/snippet files

2013-11-18 Thread Nikos Mavrogiannopoulos
On Tue, Nov 12, 2013 at 10:28 AM, Nikos Mavrogiannopoulos wrote: >>> It seems that gnulib-tool installs files in build-aux like >>> "snippet/c++defs.h" that are under GPLv3+, even if the --lgpg=2 flag >>> is specified. If these headers are GPLv3+ shouldn't they be skipped in >>> that case? >> No