() Thien-Thi Nguyen
() Sun, 25 Jan 2015 12:09:42 +0100
[annoying archeology]
If i can [satisfy curiosity] i'm willing to [...] contribute
to gnulib a @(sub-) section of texinfo, so the last question
is: Would gnulib accept such a contribution?
Another idea is to presume the two-meth
() Paul Eggert
() Sat, 24 Jan 2015 13:21:50 -0800
Thien-Thi Nguyen wrote:
> - Is there any way to get "./configure --help" to output:
>
> --disable-threads build without multithread safety (default)
Without having looked at it, I suspect you need to change
Gnulib to do that
Thien-Thi Nguyen wrote:
- Is there any way to get "./configure --help" to output:
--disable-threadsbuild without multithread safety (default)
Without having looked at it, I suspect you need to change Gnulib to do that. It
sounds like a worthwhile change.
I understand that adding ‘gl_DISABLE_THREADS’ to configure.ac
causes module ‘threadlib’ (specifically file threadlib.m4) to
generate a configure script that runs as if ‘--disable-threads’
had been included on the command-line. Is this correct?
My questions are:
- Where to add ‘gl_DISABLE_THREADS