Simon Josefsson wrote:
> Yes this makes sense. Please push it!
Done, I pushed it.
Bruno
Bruno Haible writes:
> Sam, Simon,
>
> Sam Steingold wrote:
>> Ok, so please do create a module and guarantee the stability. :-)
>
> This wish makes sense: We have a module 'threadlib' which only determines
> how to link with the thread library, without providing any replacements.
> I can well im
Sam, Simon,
Sam Steingold wrote:
> Ok, so please do create a module and guarantee the stability. :-)
This wish makes sense: We have a module 'threadlib' which only determines
how to link with the thread library, without providing any replacements.
I can well imagine module 'socketlib' which merel
Hi Bruno,
On 9/1/10, Bruno Haible wrote:
>
> > I want to include sockets.m4 and nothing else (I need LIBSOCKET to replace
> > clisp/src/m4/socket.m4).
> > Is it possible to add a module which would only include that one file?
>
> You can get this file by invoking
>gnulib-tool --copy-file m
Hi Sam,
> I want to include sockets.m4 and nothing else (I need LIBSOCKET to replace
> clisp/src/m4/socket.m4).
> Is it possible to add a module which would only include that one file?
You can get this file by invoking
gnulib-tool --copy-file m4/sockets.m4 src/m4/socket.m4
But note that we d
Hi,
I want to include sockets.m4 and nothing else (I need LIBSOCKET to replace
clisp/src/m4/socket.m4).
Is it possible to add a module which would only include that one file?
thanks
Sam.