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,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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user