]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Add support for the Go programming language.
authorIan Lance Taylor <iant@google.com>
Tue, 12 Oct 2010 19:26:39 +0000 (12:26 -0700)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 21 Feb 2011 20:24:59 +0000 (21:24 +0100)
commit67b4182579092fbc41bb72d44d979199f31690f7
tree18710e7a04d1815076fd50fba417e8b13b7166dd
parentce791e5a957f3bb7787a804423482f9c708a698e
Add support for the Go programming language.

* lib/autoconf/go.m4: New file.
* lib/autoconf/autoconf.m4: Include autoconf/go.m4.
* lib/autoconf/Makefile.am (dist_autoconflib_DATA): Add go.m4.
* lib/freeze.mk (autoconf_m4f_dependencies): Add
$(src_libdir)/autoconf/go.m4.
* doc/autoconf.texi: Rebuild menus.
(Preset Output Variables): Mention Go.  Document GOFLAGS.
(Libraries): Mention Go.
(Go Compiler): New subsection.
(Language Choice): Mention Go.
(Generating Sources): Likewise.
(Running the Preprocessor): Likewise.
* tests/go.at: New file.
* tests/suite.at: Include go.at and acgo.at.
* tests/local.at (_AT_CHECK_ENV): Add GOC and GOFLAGS.
* tests/Makefile.am (TESTSUITE_GENERATED_AT): Add
$(srcdir)/acgo.at.
(TESTSUITE_HAND_AT): Add go.at.
(AUTOCONF_FILES): Add $(autoconfdir)/go.m4.
* NEWS: Update.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
NEWS
doc/autoconf.texi
lib/autoconf/Makefile.am
lib/autoconf/autoconf.m4
lib/autoconf/go.m4 [new file with mode: 0644]
lib/freeze.mk
tests/Makefile.am
tests/go.at [new file with mode: 0644]
tests/local.at
tests/suite.at