x-to-1: restore ability to use original calling convention

2019-04-13 Thread Bruno Haible
In Alexandre Duret-Lutz did an incompatible change to the x-to-1 script: The expected calling convention was to pass a HELP2MAN argument of the form '/usr/bin/perl -w -- help2man'. After his change, the script then invokes /us

Re: Tests on MinGW: undef ref pthread_mutex_lock/unlock

2019-04-13 Thread Bruno Haible
Hi Tim, Thanks for the more verbose configure output. I misinterpreted the config.log output; I now see how it was produced even without --disable-threads. The logic in threadlib.m4 is as follows: - If no preference is given (no --enable-threads={posix|solaris|pth|windows} options), the ma

Re: Colored output

2019-04-13 Thread Akim Demaille
Hi Bruno, > Le 1 avr. 2019 à 03:07, Bruno Haible a écrit : > > A week ago, I added the 'term-style-control' module to gnulib. > > Now, here is a new release of libtextstyle that makes use of this module: > https://alpha.gnu.org/gnu/gettext/libtextstyle-0.8.tar.gz It works well with Bison, tha

x-to-1: avoid failure due to missing perl modules

2019-04-13 Thread Bruno Haible
Building gettext on OpenBSD 6.3, I get this failure: Updating man page gettext.1.in /usr/bin/perl -w -- ../../../gettext-runtime/man/help2man --include=../../../gettext-runtime/man/gettext.x ../src/gettext > gettext.1.in Can't locate Locale/gettext.pm in @INC (you may need to install the Locale:

Re: openmp: add workaround for 32-bit programs on AIX

2019-04-13 Thread Bruno Haible
> 2019-04-09 Bruno Haible > > openmp: Add workaround for 32-bit programs on AIX. > * lib/omp.in.h: New file. > * lib/omp-init.c: New file, based on lib/nproc.c. > * m4/omp_h.m4: New file. > * modules/openmp (Files): Add them. > (Depends-on): Add include_next,