forked from Imagelibrary/binutils-gdb
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:
@@ -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
1826
sim/igen/configure
vendored
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user