aboutsummaryrefslogtreecommitdiff
path: root/sim/lm32/configure.ac
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-02-06 22:51:30 -0500
committerMike Frysinger <vapier@gentoo.org>2021-02-21 02:20:19 -0500
commit760b3e8bc9ab6e292debab7758a403fe611d302b (patch)
tree151033c1708874d9da979e8c7e92c8aca9b08925 /sim/lm32/configure.ac
parent89753bbf8102edc2aa4262a4d43f1a71a10e34f3 (diff)
downloadgdb-760b3e8bc9ab6e292debab7758a403fe611d302b.zip
gdb-760b3e8bc9ab6e292debab7758a403fe611d302b.tar.gz
gdb-760b3e8bc9ab6e292debab7758a403fe611d302b.tar.bz2
sim: common: split up acinclude.m4 into individual m4 files
This file is quite large and is getting unmanageable. Split it apart to follow aclocal best practices by putting one-macro-per-file. There shouldn't be any real functional changes here as can be seen in the configure script regens.
Diffstat (limited to 'sim/lm32/configure.ac')
-rw-r--r--sim/lm32/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/lm32/configure.ac b/sim/lm32/configure.ac
index d62f516..83ed503 100644
--- a/sim/lm32/configure.ac
+++ b/sim/lm32/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(Makefile.in)
-AC_CONFIG_MACRO_DIRS([../common ../.. ../../config])
+AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
SIM_AC_COMMON