From 136da8cd9c32379b6f4b504e62a9d1bebb36587f Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 6 Feb 2021 19:46:16 -0500 Subject: 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. --- sim/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sim/configure.ac') diff --git a/sim/configure.ac b/sim/configure.ac index 982cbc0..70cd86c 100644 --- a/sim/configure.ac +++ b/sim/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -m4_include([../config/override.m4]) AC_INIT(Makefile.in) +AC_CONFIG_MACRO_DIRS([.. ../config]) AC_PROG_CC AC_PROG_INSTALL -- cgit v1.1