aboutsummaryrefslogtreecommitdiffstats
path: root/aclocal.m4
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-07-14 00:33:40 +0200
committerJay Berkenbilt <ejb@ql.org>2019-11-09 14:18:02 +0100
commit653ce3550d18a07194a4c3bb9b4a3d260ed842cd (patch)
treef08b5d5ddd43bf2b529d9623f045a541f379b3c4 /aclocal.m4
parenta1fd00e7e15219c97057c2e245ea9dd0341429d5 (diff)
downloadqpdf-653ce3550d18a07194a4c3bb9b4a3d260ed842cd.tar.zst
Require C++-11
Includes updates to m4/ax_cxx_compile_stdcxx.m4 to make it work with msvc, which supports C++-11 with no flags but doesn't set __cplusplus to a recent value.
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 1ffc46ab..e8d099d4 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -12,6 +12,7 @@
# PARTICULAR PURPOSE.
m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
+m4_include([m4/ax_cxx_compile_stdcxx.m4])
m4_include([m4/ax_random_device.m4])
m4_include([m4/libtool.m4])
m4_include([m4/ltoptions.m4])