Use m4_include, not sinclude in .m4 files
authorTom Tromey <tom@tromey.com>
Sat, 28 Sep 2019 12:02:06 +0000 (06:02 -0600)
committerTom Tromey <tom@tromey.com>
Wed, 23 Oct 2019 15:06:20 +0000 (09:06 -0600)
commit4d0b984b970b9526d267ada259b62ec2c42cfb24
treec90e34f38c6675a913aa211f5ea8b6c6d4b172e5
parentde6d8dc25cf728dbb748eeeb8d35642332cc309b
Use m4_include, not sinclude in .m4 files

Pedro pointed out that sinclude does not error if a file is missing.
This patch changes gdb to only use m4_include, which seems more
correct.

gdb/ChangeLog
2019-10-23  Tom Tromey  <tom@tromey.com>

* configure: Rebuild.
* acinclude.m4: Use m4_include, not sinclude.

gdb/gdbserver/ChangeLog
2019-10-23  Tom Tromey  <tom@tromey.com>

* configure: Rebuild.
* acinclude.m4: Use m4_include, not sinclude.

gdb/testsuite/ChangeLog
2019-10-23  Tom Tromey  <tom@tromey.com>

* configure: Rebuild.
* aclocal.m4: Use m4_include, not sinclude.

Change-Id: I970362e0af7875f9f72796401126acf0ff6dba11
gdb/ChangeLog
gdb/acinclude.m4
gdb/gdbserver/ChangeLog
gdb/gdbserver/acinclude.m4
gdb/testsuite/ChangeLog
gdb/testsuite/aclocal.m4
This page took 0.028555 seconds and 4 git commands to generate.