aboutsummaryrefslogtreecommitdiff
path: root/sim/configure.ac
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2021-03-08 07:48:20 -0700
committerTom Tromey <tromey@adacore.com>2021-03-08 07:53:53 -0700
commit8c379db285f2ab8ad298288e86103548b90674a2 (patch)
tree14504cb5bf2105511a8c457141ccb0f79edf66ba /sim/configure.ac
parent3dd93bf837b10e01864d7d223ae9d3f9b92df74e (diff)
downloadfsf-binutils-gdb-8c379db285f2ab8ad298288e86103548b90674a2.zip
fsf-binutils-gdb-8c379db285f2ab8ad298288e86103548b90674a2.tar.gz
fsf-binutils-gdb-8c379db285f2ab8ad298288e86103548b90674a2.tar.bz2
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.
Diffstat (limited to 'sim/configure.ac')
-rw-r--r--sim/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/configure.ac b/sim/configure.ac
index 2347852..709bd3e 100644
--- a/sim/configure.ac
+++ b/sim/configure.ac
@@ -7,6 +7,7 @@ AC_INIT([sim], [0],
AC_CANONICAL_SYSTEM
+AM_MAINTAINER_MODE
AM_INIT_AUTOMAKE
AC_PROG_CC