Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Unified Diff: gdb/gdbserver/acinclude.m4

Issue 124383005: GDB 7.6.50 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@upstream
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gdb/gdbserver/Makefile.in ('k') | gdb/gdbserver/ax.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/gdbserver/acinclude.m4
diff --git a/gdb/gdbserver/acinclude.m4 b/gdb/gdbserver/acinclude.m4
index 037cc320581588729c6e8c46b93f536c14806721..744871a902e76e621e60fa8b4e02e7ebdcf32963 100644
--- a/gdb/gdbserver/acinclude.m4
+++ b/gdb/gdbserver/acinclude.m4
@@ -3,12 +3,23 @@ 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 Check for existence of a type $1 in libthread_db.h
dnl Based on BFD_HAVE_SYS_PROCFS_TYPE in bfd/bfd.m4.
« no previous file with comments | « gdb/gdbserver/Makefile.in ('k') | gdb/gdbserver/ax.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698