[atkmm] Require C++17
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [atkmm] Require C++17
- Date: Tue, 10 Apr 2018 19:07:12 +0000 (UTC)
commit b626bc559db281840fc7bfe8b319df7605ffd166
Author: Murray Cumming <murrayc murrayc com>
Date: Sun Apr 8 22:09:24 2018 +0200
Require C++17
Because libsigc++-3.0 (and therefore glibmm) now requires C++17.
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b482c7a..58d379d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,7 +35,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AM_MAINTAINER_MODE
AC_ARG_VAR([ACLOCAL_FLAGS], [aclocal flags, e.g. -I <macro dir>])
-MM_PREREQ([0.9.10])
+MM_PREREQ([0.9.12])
MM_INIT_MODULE([atkmm-2.28])
# Copy the mm-common .pl scripts into doc/, and use them from there,
@@ -46,7 +46,7 @@ MM_CONFIG_DOCTOOL_DIR([doc])
AC_SUBST([ATKMM_SO_VERSION], [2:0:1])
AC_PROG_CXX
-MM_AX_CXX_COMPILE_STDCXX([14], [noext], [mandatory])
+MM_AX_CXX_COMPILE_STDCXX([17], [noext], [mandatory])
AC_DISABLE_STATIC
LT_INIT([win32-dll])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]