gdbserver:prepare_access_memory: pick another thread
[deliverable/binutils-gdb.git] / gdb / gdbserver / acinclude.m4
index 037cc320581588729c6e8c46b93f536c14806721..284c8237d1dcdac312b1604ae57d83df687768a9 100644 (file)
@@ -3,12 +3,32 @@ sinclude(../../bfd/bfd.m4)
 
 sinclude(../acx_configure_dir.m4)
 
+# This gets GDB_AC_LIBMCHECK.
+sinclude(../libmcheck.m4)
+
 dnl This gets autoconf bugfixes
 sinclude(../../config/override.m4)
 
 dnl For ACX_PKGVERSION and ACX_BUGURL.
 sinclude(../../config/acx.m4)
 
+m4_include(../../config/depstand.m4)
+m4_include(../../config/lead-dot.m4)
+
+dnl codeset.m4 is needed for common.m4, but not for
+dnl anything else in gdbserver.
+m4_include(../../config/codeset.m4)
+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)
+
 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.023345 seconds and 4 git commands to generate.