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.
This commit is contained in:
Mike Frysinger
2021-02-06 19:46:16 -05:00
parent 652f80e07b
commit 136da8cd9c
132 changed files with 1168 additions and 58741 deletions

View File

@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(Makefile.in)
sinclude(../common/acinclude.m4)
AC_CONFIG_MACRO_DIRS([../common ../.. ../../config])
SIM_AC_COMMON