]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
Move sourcing of development.sh to GDB_AC_COMMON
authorSimon Marchi <simon.marchi@efficios.com>
Thu, 12 Mar 2020 18:18:00 +0000 (14:18 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Thu, 12 Mar 2020 18:18:00 +0000 (14:18 -0400)
commitdb6878ac5538661c8d66c916a533bd4268217fcb
tree1f0b30bbbff5a962e890827730014bbcfdc573e5
parent4d696a5c686730d75623d7e41805e42ce5fcc60c
Move sourcing of development.sh to GDB_AC_COMMON

The same is done for gdb, gdbserver and gdbsupport.  I therefore think
it makes sense to move that to GDB_AC_COMMON.

It is required to move the call to GDB_AC_COMMON so it is before
GDB_AC_SELFTEST in gdbserver/configure.ac, otherwise the $development
variable isn't set when the code behind GDB_AC_SELFTEST executes.

gdb/ChangeLog:

* configure.ac: Don't source bfd/development.sh.
* selftest.m4: Modify comment.
* configure: Re-generate.

gdbserver/ChangeLog:

* configure.ac: Don't source bfd/development.sh, move
GDB_AC_COMMON higher.
* configure: Re-generate.

gdbsupport/ChangeLog:

* configure.ac: Don't source bfd/development.sh.
* common.m4: Source bfd/development.sh.
* configure: Re-generate.
gdb/ChangeLog
gdb/configure
gdb/configure.ac
gdb/selftest.m4
gdbserver/ChangeLog
gdbserver/configure
gdbserver/configure.ac
gdbsupport/ChangeLog
gdbsupport/common.m4
gdbsupport/configure
gdbsupport/configure.ac