aboutsummaryrefslogtreecommitdiff
path: root/gdbsupport/aclocal.m4
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2019-12-19 16:40:15 -0700
committerTom Tromey <tom@tromey.com>2020-01-14 16:25:03 -0700
commit05ea2a051030a452bb1f4710dafeb1054cf38c17 (patch)
tree9d7ecb70ce4edf11c66c3a329344c4aed4fd48e6 /gdbsupport/aclocal.m4
parent01027315f54048dbaf03ac37455c2528c72a6d9b (diff)
downloadgdb-05ea2a051030a452bb1f4710dafeb1054cf38c17.zip
gdb-05ea2a051030a452bb1f4710dafeb1054cf38c17.tar.gz
gdb-05ea2a051030a452bb1f4710dafeb1054cf38c17.tar.bz2
Move many configure checks to common.m4
This moves many needed configure checks from gdb and gdbserver into common.m4. This helps gdbsupport, nat, and target be self-contained. The result is a bit spaghetti-ish, because gdbsupport uses another m4 file from gdb/. The resulting code is somewhat non-obvious. However, these problems already exist, so it's not really that much worse than what is already done. gdb/ChangeLog 2020-01-14 Tom Tromey <tom@tromey.com> * configure: Rebuild. * configure.ac: Move many checks to ../gdbsupport/common.m4. gdb/gdbserver/ChangeLog 2020-01-14 Tom Tromey <tom@tromey.com> * configure: Rebuild. * configure.ac: Remove any checks that were added to common.m4. * acinclude.m4: Include lib-ld.m4, lib-prefix.m4, and lib-link.m4. gdbsupport/ChangeLog 2020-01-14 Tom Tromey <tom@tromey.com> * configure, Makefile.in, aclocal.m4, common.m4, config.in: Rebuild. * common.m4 (GDB_AC_COMMON): Move many checks from gdb/configure.ac. * acinclude.m4: Include bfd.m4, ptrace.m4. Change-Id: I931eaa94065df268b30a2f1354390710df89c7f8
Diffstat (limited to 'gdbsupport/aclocal.m4')
-rw-r--r--gdbsupport/aclocal.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/gdbsupport/aclocal.m4 b/gdbsupport/aclocal.m4
index d0a839a5..57bf21a 100644
--- a/gdbsupport/aclocal.m4
+++ b/gdbsupport/aclocal.m4
@@ -1201,6 +1201,9 @@ m4_include([../config/depstand.m4])
m4_include([../config/gettext-sister.m4])
m4_include([../config/largefile.m4])
m4_include([../config/lead-dot.m4])
+m4_include([../config/lib-ld.m4])
+m4_include([../config/lib-link.m4])
+m4_include([../config/lib-prefix.m4])
m4_include([../config/override.m4])
m4_include([../config/plugins.m4])
m4_include([acinclude.m4])