diff gnulib-tool @ 12982:4bf217bee1d8

Fix problem with automake's definition of CXXLINK.
author Bruno Haible <bruno@clisp.org>
date Fri, 12 Mar 2010 13:03:12 +0100
parents 845824c37d6a
children 39ddc4b73387
line wrap: on
line diff
--- a/gnulib-tool	Fri Mar 12 11:33:25 2010 +0100
+++ b/gnulib-tool	Fri Mar 12 13:03:12 2010 +0100
@@ -4637,6 +4637,7 @@
        | 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 @@
      | 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