diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2020-02-11 10:51:43 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@efficios.com> | 2020-02-11 10:51:43 -0500 |
commit | 58df732b2166c31c8ee868b95cb62ef232e25387 (patch) | |
tree | 31f61904d11265262054a96ed2fc35d2382c4140 /gdbserver/acinclude.m4 | |
parent | 629c2962801801338b35c68554d30aa4455e6c0c (diff) | |
download | gdb-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 'gdbserver/acinclude.m4')
-rw-r--r-- | gdbserver/acinclude.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdbserver/acinclude.m4 b/gdbserver/acinclude.m4 index 5a28451..6ed43dd 100644 --- a/gdbserver/acinclude.m4 +++ b/gdbserver/acinclude.m4 @@ -3,8 +3,8 @@ m4_include(../bfd/bfd.m4) m4_include(../gdb/acx_configure_dir.m4) -# This gets AM_GDB_WARNINGS. -m4_include(../gdb/warning.m4) +dnl This gets AM_GDB_WARNINGS. +m4_include(../gdbsupport/warning.m4) dnl This gets autoconf bugfixes m4_include(../config/override.m4) |