]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Enable maintainer mode for sim
authorTom Tromey <tromey@adacore.com>
Mon, 8 Mar 2021 14:48:20 +0000 (07:48 -0700)
committerTom Tromey <tromey@adacore.com>
Mon, 8 Mar 2021 14:53:53 +0000 (07:53 -0700)
commit8c379db285f2ab8ad298288e86103548b90674a2
tree14504cb5bf2105511a8c457141ccb0f79edf66ba
parent3dd93bf837b10e01864d7d223ae9d3f9b92df74e
Enable maintainer mode for sim

The sim's recently switch to using Automake caused a build failure for
me, because I didn't have the correct auto* tools in my path.
However, the rule in the tree is that this is not needed in general.
This patch adds a call to AM_MAINTAINER_MODE, to align the sim with
the way the rest of the tree works here.

sim/ChangeLog
2021-03-08  Tom Tromey  <tromey@adacore.com>

* aclocal.m4, configure, Makefile.in: Rebuild.
* configure.ac: Use AM_MAINTAINER_MODE.
sim/ChangeLog
sim/Makefile.in
sim/aclocal.m4
sim/configure
sim/configure.ac