summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2010-10-12 14:38:49 -0700
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2010-12-20 08:05:09 +0100
commitb78075b8ae59ff68f6f9ece21be7c5c13fceabee (patch)
tree1fc96415d0f1dd4a3c2b4444a7867ce0c81e8260 /configure.ac
parent7aabd35c4c78df9c94528c02eae29397bab65987 (diff)
downloadlibtool-b78075b8ae59ff68f6f9ece21be7c5c13fceabee.tar.gz
Add Go support.
* libltdl/m4/libtool.m4 (LT_LANG): Add Go. (AC_PROG_GO): Provide. (_LT_SYS_HIDDEN_LIBDEPS): Add Go case. (_LT_LANG_GO_CONFIG): Define. (LT_PROG_GO): Define. (AC_PROG_GO): Define if not defined. * libltdl/config/ltmain.m4sh: Match *.go. * doc/libtool.texi (LT_INIT): Mention Go. (Tags): Mention Go. * configure.ac: Enable Go. * NEWS: Update. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 63ee8bf5..0bad7728 100644
--- a/configure.ac
+++ b/configure.ac
@@ -196,6 +196,7 @@ _LTDL_SETUP
LT_LANG(C++)
LT_LANG(Fortran 77)
LT_LANG(Fortran)
+LT_LANG(Go)
LT_LANG(Java)
LT_LANG(Windows Resource)