From 760b3e8bc9ab6e292debab7758a403fe611d302b Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 6 Feb 2021 22:51:30 -0500 Subject: sim: common: split up acinclude.m4 into individual m4 files This file is quite large and is getting unmanageable. Split it apart to follow aclocal best practices by putting one-macro-per-file. There shouldn't be any real functional changes here as can be seen in the configure script regens. --- sim/sh/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sim/sh/ChangeLog') diff --git a/sim/sh/ChangeLog b/sim/sh/ChangeLog index 0edf1bf..ed97d98 100644 --- a/sim/sh/ChangeLog +++ b/sim/sh/ChangeLog @@ -1,3 +1,8 @@ +2021-02-21 Mike Frysinger + + * configure.ac (AC_CONFIG_MACRO_DIRS): Replace common with m4. + * aclocal.m4, configure: Regenerate. + 2021-02-13 Mike Frysinger * configure.ac: Replace sinclude with AC_CONFIG_MACRO_DIRS. -- cgit v1.1