aboutsummaryrefslogtreecommitdiff
path: root/sim/aclocal.m4
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-06-06 20:48:46 -0400
committerMike Frysinger <vapier@gentoo.org>2021-06-12 20:24:08 -0400
commit6dd65fc048dbe167b809f687acc6228eb07ecec6 (patch)
tree6784f6a25e493296f4600ee94f1d5bcc3cf79da9 /sim/aclocal.m4
parent04381273a9ea0cf30575d58983287cd950b3e166 (diff)
downloadgdb-6dd65fc048dbe167b809f687acc6228eb07ecec6.zip
gdb-6dd65fc048dbe167b809f687acc6228eb07ecec6.tar.gz
gdb-6dd65fc048dbe167b809f687acc6228eb07ecec6.tar.bz2
sim: unify bug & package settings
Move these options up to the common dir so we only test & export them once across all ports. The AC_INIT macro does a lot of the heavy lifting already which allows further simplification.
Diffstat (limited to 'sim/aclocal.m4')
-rw-r--r--sim/aclocal.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/aclocal.m4 b/sim/aclocal.m4
index 3c639f0..1dde78f 100644
--- a/sim/aclocal.m4
+++ b/sim/aclocal.m4
@@ -1167,6 +1167,7 @@ AC_SUBST([am__tar])
AC_SUBST([am__untar])
]) # _AM_PROG_TAR
+m4_include([../config/acx.m4])
m4_include([../config/depstand.m4])
m4_include([../config/lead-dot.m4])
m4_include([../config/override.m4])