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/iq2000/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sim/iq2000/ChangeLog') diff --git a/sim/iq2000/ChangeLog b/sim/iq2000/ChangeLog index 7ab017f..c9cf7d1 100644 --- a/sim/iq2000/ChangeLog +++ b/sim/iq2000/ChangeLog @@ -1,3 +1,8 @@ +2021-02-13 Mike Frysinger + + * configure.ac: Replace sinclude with AC_CONFIG_MACRO_DIRS. + * aclocal.m4, configure: Regenerate. + 2021-02-06 Mike Frysinger * sim-if.c (sim_open): Delete call to STATE_WATCHPOINTS. -- cgit v1.1