From 125d74ad261c9082e5e2a0ad705b6fff6ca2b55e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Fri, 24 Nov 2006 17:27:58 +0100
Subject: [PATCH] *** empty log message ***

Rev: src/nettle/ChangeLog:1.396
---
 ChangeLog | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 5c7a31d9..4a922ac2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2006-11-24  Niels M�ller  <niels@s3.kth.se>
+
+	* Almost all header files: Added C++ guards.
+
+	* configure.ac: Test if the system has any C++ compiler.
+
+	* config.make.in (CXX, CXXFLAGS, COMPILE_CXX, LINK_CXX): New variables.
+
+	* testsuite/Makefile.in: New variables TS_C and TS_CXX. Setup for
+	compiling the C++ file cxx-test.cxx.
+
+	* testsuite/cxx-test.cxx: New testcase, trying to use nettle from
+	a C++ program.
+
 2006-08-28  Niels M�ller  <niels@s3.kth.se>
 
 	* index.html: Added section on language bindings.
-- 
GitLab