From 6dd65fc048dbe167b809f687acc6228eb07ecec6 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 6 Jun 2021 20:48:46 -0400 Subject: 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. --- sim/aclocal.m4 | 1 + 1 file changed, 1 insertion(+) (limited to 'sim/aclocal.m4') 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]) -- cgit v1.1