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,3 +1,8 @@
2021-02-13 Mike Frysinger <vapier@gentoo.org>
* configure.ac: Replace sinclude with AC_CONFIG_MACRO_DIRS.
* configure: Regenerate.
2021-02-06 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (LIBIBERTY_LIB): Delete.

1826
sim/igen/configure vendored

File diff suppressed because it is too large Load Diff

View File

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