
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.
10 lines
289 B
Text
10 lines
289 B
Text
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)
|