From bc56166f66244a9e3abc62c7bc595a6f800f23b0 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 18 Jun 2021 11:12:28 -0400 Subject: sim: unify toolchain dependency logic The common dir is already probing this info since it's using automake, so pass it down to the subdirs so they don't have to probe it at all. --- sim/erc32/aclocal.m4 | 2 -- 1 file changed, 2 deletions(-) (limited to 'sim/erc32/aclocal.m4') diff --git a/sim/erc32/aclocal.m4 b/sim/erc32/aclocal.m4 index 9046b77..3959c2c 100644 --- a/sim/erc32/aclocal.m4 +++ b/sim/erc32/aclocal.m4 @@ -98,9 +98,7 @@ AC_DEFUN([_AM_SUBST_NOTMAKE]) # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) -m4_include([../../config/depstand.m4]) m4_include([../../config/gettext-sister.m4]) -m4_include([../../config/lead-dot.m4]) m4_include([../../config/override.m4]) m4_include([../m4/sim_ac_common.m4]) m4_include([../m4/sim_ac_option_hardware.m4]) -- cgit v1.1