+2010-03-12 Bruno Haible <bruno@clisp.org>
+
+ Fix problem with automake's definition of CXXLINK.
+ * gnulib-tool (func_create_testdir): After LT_INIT, also use LT_LANG.
+ Reported by Simon Josefsson and Ludovic Courtès.
+
2010-03-12 Bruno Haible <bruno@clisp.org>
* doc/gnulib-intro.texi (Steady Development): Mention Ian Beckwith's
| 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
| 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