summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-03-12 13:16:50 +0100
committerBruno Haible <bruno@clisp.org>2010-03-12 13:16:50 +0100
commit0a46dd39406a913799685b356ef25a03977cdcfd (patch)
treed6b084cd470541212eecc7ce46213e091faf508b
parent7530477db49dba68e5725c1eda537fc47f0f83cc (diff)
downloadlibunistring-0a46dd39406a913799685b356ef25a03977cdcfd.tar.gz
Fix libtool failure with gnulib C++ tests.
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac6
2 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c40838c..caefb3a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-03-12 Bruno Haible <bruno@clisp.org>
+
+ Fix libtool failure with gnulib C++ tests.
+ * configure.ac: Add LT_LANG([C++]) invocation.
+ Reported by Ludovic Courtès <ludo@gnu.org>.
+
2010-01-10 Bruno Haible <bruno@clisp.org>
* doc/unistr.texi (Elementary string functions on NUL terminated
diff --git a/configure.ac b/configure.ac
index 4c51345..345fc49 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
dnl Configuration for the toplevel directory of GNU libunistring
-dnl Copyright (C) 2009 Free Software Foundation, Inc.
+dnl Copyright (C) 2009-2010 Free Software Foundation, Inc.
dnl
dnl This program is free software: you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
@@ -58,6 +58,10 @@ dnl Prepares the libtool configuration for handling of Windows resources, and
dnl sets the RC variable to a program that compiles Windows resource files.
LT_LANG([Windows Resource])
+dnl Prepares the libtool configuration for handling of C++ programs, needed
+dnl by the gnulib test suite.
+LT_LANG([C++])
+
dnl On mingw and Cygwin, we can activate special Makefile rules which add
dnl version information to the shared libraries and executables.
case "$host_os" in