From 136da8cd9c32379b6f4b504e62a9d1bebb36587f Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 6 Feb 2021 19:46:16 -0500 Subject: sim: switch to AC_CONFIG_MACRO_DIRS Rather than hand maintain m4 includes in various autotool files, use AC_CONFIG_MACRO_DIRS to declare the relevant search paths. This simplifies the code, makes it more robust, and cleans out unused logic from configure. --- sim/m32c/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sim/m32c/configure.ac') diff --git a/sim/m32c/configure.ac b/sim/m32c/configure.ac index 9477c23..beaf205 100644 --- a/sim/m32c/configure.ac +++ b/sim/m32c/configure.ac @@ -19,7 +19,7 @@ dnl You should have received a copy of the GNU General Public License dnl along with this program. If not, see . dnl AC_INIT(Makefile.in) -sinclude(../common/acinclude.m4) +AC_CONFIG_MACRO_DIRS([../common ../.. ../../config]) SIM_AC_COMMON -- cgit v1.1