summaryrefslogtreecommitdiff
path: root/gnulib-tool
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-03-12 13:03:12 +0100
committerBruno Haible <bruno@clisp.org>2010-03-12 13:03:12 +0100
commit20ada92e56d0c94df0efe6899081129f17202d0f (patch)
tree48e79bec1a4230fdf6cd5818ef34507a18fdc03d /gnulib-tool
parentf21bb53fdc2b04571504b940c25f0e9f43a1eff7 (diff)
downloadgnulib-20ada92e56d0c94df0efe6899081129f17202d0f.tar.gz
Fix problem with automake's definition of CXXLINK.
Diffstat (limited to 'gnulib-tool')
-rwxr-xr-xgnulib-tool2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnulib-tool b/gnulib-tool
index b5e987fe11..0517bd47d3 100755
--- a/gnulib-tool
+++ b/gnulib-tool
@@ -4637,6 +4637,7 @@ func_create_testdir ()
| sed -e '/^$/d;' -e 's/AC_REQUIRE(\[\([^()]*\)\])/\1/'
if test "$libtool" = true; then
echo "LT_INIT([win32-dll])"
+ echo "LT_LANG([C++])"
echo "AM_CONDITIONAL([GL_COND_LIBTOOL], [true])"
echo "gl_cond_libtool=true"
else
@@ -4761,6 +4762,7 @@ func_create_testdir ()
| sed -e '/^$/d;' -e 's/AC_REQUIRE(\[\([^()]*\)\])/\1/'
if test "$libtool" = true; then
echo "LT_INIT([win32-dll])"
+ echo "LT_LANG([C++])"
echo "AM_CONDITIONAL([GL_COND_LIBTOOL], [true])"
echo "gl_cond_libtool=true"
else