gdb: Require C++11
[deliverable/binutils-gdb.git] / gdb / gdbserver / acinclude.m4
index 0b86c04aeeab4849c0b9ff8c7f0c60988be08109..c75d783f57bb860536c2fe1dad938b89241c240b 100644 (file)
@@ -6,6 +6,9 @@ sinclude(../acx_configure_dir.m4)
 # This gets GDB_AC_LIBMCHECK.
 sinclude(../libmcheck.m4)
 
+# This gets AM_GDB_WARNINGS.
+sinclude(../warning.m4)
+
 dnl This gets autoconf bugfixes
 sinclude(../../config/override.m4)
 
@@ -23,8 +26,10 @@ m4_include(../common/common.m4)
 dnl For libiberty_INIT.
 m4_include(../libiberty.m4)
 
-dnl For --enable-build-with-cxx and COMPILER.
-m4_include(../build-with-cxx.m4)
+dnl For GDB_AC_PTRACE.
+m4_include(../ptrace.m4)
+
+m4_include(../ax_cxx_compile_stdcxx.m4)
 
 dnl Check for existence of a type $1 in libthread_db.h
 dnl Based on BFD_HAVE_SYS_PROCFS_TYPE in bfd/bfd.m4.
This page took 0.025268 seconds and 4 git commands to generate.