aboutsummaryrefslogtreecommitdiff
path: root/gdbsupport/acinclude.m4
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@efficios.com>2020-02-11 10:51:43 -0500
committerSimon Marchi <simon.marchi@efficios.com>2020-02-11 10:51:43 -0500
commit58df732b2166c31c8ee868b95cb62ef232e25387 (patch)
tree31f61904d11265262054a96ed2fc35d2382c4140 /gdbsupport/acinclude.m4
parent629c2962801801338b35c68554d30aa4455e6c0c (diff)
downloadgdb-58df732b2166c31c8ee868b95cb62ef232e25387.zip
gdb-58df732b2166c31c8ee868b95cb62ef232e25387.tar.gz
gdb-58df732b2166c31c8ee868b95cb62ef232e25387.tar.bz2
Move gdb/warning.m4 to gdbsupport
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.
Diffstat (limited to 'gdbsupport/acinclude.m4')
-rw-r--r--gdbsupport/acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/gdbsupport/acinclude.m4 b/gdbsupport/acinclude.m4
index 3598b20..d638ebc 100644
--- a/gdbsupport/acinclude.m4
+++ b/gdbsupport/acinclude.m4
@@ -7,4 +7,4 @@ m4_include([../gdb/selftest.m4])
m4_include([../gdb/ptrace.m4])
dnl This gets AM_GDB_WARNINGS.
-m4_include(../gdb/warning.m4)
+m4_include(warning.m4)