mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
58df732b21
This file is used by gdbsupport, gdbserver and gdb, so I think it belongs in gdbsupport. Move it there and update the references the various acinclude.m4 files. gdbsupport/ChangeLog: * warning.m4: Move here, from gdb/warning.m4. * acinclude.m4: Update warning.m4 path. * Makefile.in: Re-generate. gdbserver/ChangeLog: * acinclude.m4: Update warning.m4 path. gdb/ChangeLog: * acinclude: Update warning.m4 path. * warning.m4: Move to gdbsupport.
11 lines
289 B
Plaintext
11 lines
289 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([../gdb/libiberty.m4])
|
|
m4_include([../gdb/selftest.m4])
|
|
m4_include([../gdb/ptrace.m4])
|
|
|
|
dnl This gets AM_GDB_WARNINGS.
|
|
m4_include(warning.m4)
|