From 0a46dd39406a913799685b356ef25a03977cdcfd Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 12 Mar 2010 13:16:50 +0100 Subject: Fix libtool failure with gnulib C++ tests. --- ChangeLog | 6 ++++++ configure.ac | 6 +++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c40838c..caefb3a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-03-12 Bruno Haible + + Fix libtool failure with gnulib C++ tests. + * configure.ac: Add LT_LANG([C++]) invocation. + Reported by Ludovic Courtès . + 2010-01-10 Bruno Haible * 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 -- cgit v1.2.1