Re: [bug-inetutils] bootstrap is broken

2011-12-20 Thread Alfred M. Szmidt
Mats reported the following problem when bootstraping inetutils with the latest gnulib/ (2011-12-17): configure.ac:152: error: possibly undefined macro: gl_FUNC_READLINE configure.ac:176: error: possibly undefined macro: AC_DEFINE This is due that we set ACLOCAL_FLAGS in bootstrap.conf

Re: [PATCH 2/3] quotearg: fall back to Unicode single quotes in UTF-8 and GB-18030 locales

2011-12-20 Thread Paul Eggert
On 12/20/11 00:57, bonz...@gnu.org wrote: > -/* Like clocale_quoting_style, but quote `like this' instead of > - "like this" in the default C locale (ls --quoting-style=locale). > +/* Like clocale_quoting_style, but use single quotes in the > + default C locale or if the progra

Re: [PATCH] bootstrap: remove some now-unneeded code

2011-12-20 Thread Jim Meyering
Jim Meyering wrote: > Here is a proposed patch to bring gnulib's bootstrap back > into sync with the one from coreutils. > > Back in September I made the following two changes to coreutils' bootstrap: > > maint: bootstrap: run autopoint and libtoolize *before* gnulib-tool > http://git.sv.gnu.

[PATCH 3/3] quotearg: do not use grave accent for left quote

2011-12-20 Thread bonzini
From: Paolo Bonzini * lib/quotearg.c (gettext_quote): Map "`" to "'" for locale_quoting_style. (quotearg_buffer_restyled): Fix example. * tests/test-quotearg-simple.c (results_g): Adjust test vectors. --- NEWS |9 + lib/quotearg.c |7 ++-

[PATCH 2/3] quotearg: fall back to Unicode single quotes in UTF-8 and GB-18030 locales

2011-12-20 Thread bonzini
From: Paolo Bonzini Most programs do not have translation catalogs for English and much less separate catalogs for British and American English. Drop the suggestion to translators about these two, and provide it automatically for Unicode locales. Like most programs, even those using American En

[PATCH v2 0/3] quotearg improvements

2011-12-20 Thread bonzini
From: Paolo Bonzini Here is what I'm pushing. Thanks for the remarks. I'll follow-up patching standards.texi. These patches implement the quoting standard that has been in use for seven years in GCC. In UTF-8 and GB-18030 locales, the second replaces quotes with the Unicode LEFT SINGLE QUOTAT

[PATCH 1/3] quotearg: fix Wikipedia link

2011-12-20 Thread bonzini
From: Paolo Bonzini * lib/quotearg.c (quotearg_buffer_restyled): Fix link to Wikipedia. --- lib/quotearg.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/quotearg.c b/lib/quotearg.c index 03fbfe7..fdcb8da 100644 --- a/lib/quotearg.c +++ b/lib/quotearg.c @@ -273,7 +