From 164df297d1b57f9fb1e717ca29c1944a964e85c6 Mon Sep 17 00:00:00 2001 From: Daniel Elstner Date: Sun, 16 Aug 2009 17:38:23 +0200 Subject: Clean up C++ compiler test Autoconf macros * build/cxx.m4: Clean up M4 code and switch to non-deprecated Autoconf macros. (AC_CXX_NAMESPACES), (AC_CXX_BOOL), (AC_CXX_MUTABLE): Remove obsolete feature check macros. * configure.ac: Remove AC_CXX_NAMESPACES(), AC_CXX_BOOL(), AC_CXX_MUTABLE() and GLIBMM_CXX_HAS_NAMESPACE_STD checks. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e210b2f0..3530e03d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2009-08-16 Daniel Elstner + + Clean up C++ compiler test Autoconf macros + + * build/cxx.m4: Clean up M4 code and switch to non-deprecated + Autoconf macros. + (AC_CXX_NAMESPACES), (AC_CXX_BOOL), (AC_CXX_MUTABLE): Remove + obsolete feature check macros. + * configure.ac: Remove AC_CXX_NAMESPACES(), AC_CXX_BOOL(), + AC_CXX_MUTABLE() and GLIBMM_CXX_HAS_NAMESPACE_STD checks. + 2009-08-16 Daniel Elstner Remove now optional macro arguments -- cgit v1.2.1