+2009-05-29 Bruno Haible <bruno@clisp.org>
+
+ Avoid lang-c++ test failure.
+ * configure.ac: Invoke LT_LANG also for C++.
+
2009-05-23 Bruno Haible <bruno@clisp.org>
* configure.ac (AM_INIT_AUTOMAKE): Add 'silent-rules' option.
dnl Checks for functions for the tests/*.c tests.
AC_CHECK_FUNCS_ONCE([getrlimit setrlimit])
+dnl Prepares the libtool configuration for languages used by the tests.
+LT_LANG([C++])
+
dnl Check whether to execute tests that rely on libasprintf.
dnl This test must be consistent with gettext-runtime/configure.ac.
if test "${enable_libasprintf+set}" = set; then
+2009-05-29 Bruno Haible <bruno@clisp.org>
+
+ Avoid lang-c++ test failure.
+ * lang-c++: Pass --tag option to libtool.
+
2009-05-21 Bruno Haible <bruno@clisp.org>
* Makefile.am (AUTOMAKE_OPTIONS): Add 1.11 and color-tests.
# ${CXXFLAGS} or ${CPPFLAGS}.
${CXX} -I.. -I../../gettext-runtime/libasprintf -I$top_srcdir/gnulib-lib -I../intl ${CXXFLAGS} ${CPPFLAGS} -c prog.cc \
|| exit 1
-${LIBTOOL} --quiet --mode=link ${CXX} ${CXXFLAGS} ${LDFLAGS} -o prog prog.${OBJEXT} ../../gettext-runtime/libasprintf/libasprintf.la ../gnulib-lib/libgettextlib.la ${LTLIBINTL} \
+${LIBTOOL} --quiet --mode=link --tag=CXX ${CXX} ${CXXFLAGS} ${LDFLAGS} -o prog prog.${OBJEXT} ../../gettext-runtime/libasprintf/libasprintf.la ../gnulib-lib/libgettextlib.la ${LTLIBINTL} \
|| exit 1
tmpfiles="$tmpfiles prog.tmp prog.pot"