On 01/02/2013 05:18 PM, Eric Blake wrote: > On 01/02/2013 09:03 AM, Stefano Lattarini wrote: > >> Here it is. OK to push? >> > >> >> * lib/autoconf/go.m4 (_AC_LANG_IO_PROGRAM(Go), AC_LANG_INT_SAVE): Here, >> correctly using 'os.OpenFile()' <http://golang.org/pkg/os/#OpenFile> > > s/using/use/ > Done.
>> rather than 'os.Open()' <http://golang.org/pkg/os/#Open> (which has >> more restricted semantics and and incompatible signature). > I've also done s/and and/and/ here (oops). > ACK, and thanks for tracking this down. > Thanks, pushed. Stefano