This patch adds support for the Go programming language to libtool. Go
is described at http://golang.org/ .
I'm not very familiar with libtool. This patch is mostly a
cut-and-paste job. It is enough to let me use automake with LIBTOOL to
build libraries from Go code.
The patch requires a patch
Hello Ian,
thanks for the patch!
* Ian Lance Taylor wrote on Tue, Oct 12, 2010 at 11:42:56PM CEST:
> This patch adds support for the Go programming language to libtool. Go
> is described at http://golang.org/ .
>
> I'm not very familiar with libtool. This patch is mostly a
> cut-and-paste job.