make gdbserver use the same ptrace autoconf checks as gdb
[deliverable/binutils-gdb.git] / gdb / gdbserver / acinclude.m4
index 744871a902e76e621e60fa8b4e02e7ebdcf32963..284c8237d1dcdac312b1604ae57d83df687768a9 100644 (file)
@@ -20,6 +20,15 @@ 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.023739 seconds and 4 git commands to generate.