binutils-gdb/gdbsupport/acinclude.m4
Mike Frysinger 3f258212a8 gdb: move libiberty.m4 to gdbsupport
This is used by gdb, gdbsupport, and gdbserver.  We want to use it
in the sim tree too.  Move it to gdbsupport which is meant as the
common sharing space for these projects.

Approved-By: Tom Tromey <tom@tromey.com>
2024-01-10 19:52:52 -05:00

14 lines
348 B
Plaintext

m4_include([../bfd/bfd.m4])
m4_include([common.m4])
m4_include([../config/ax_pthread.m4])
m4_include([../gdb/ax_cxx_compile_stdcxx.m4])
m4_include([../gdbsupport/libiberty.m4])
m4_include([selftest.m4])
m4_include([ptrace.m4])
dnl This gets AM_GDB_COMPILER_TYPE.
m4_include(compiler-type.m4)
dnl This gets AM_GDB_WARNINGS.
m4_include(warning.m4)