]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/README-HACKING
sim: switch to AC_CONFIG_MACRO_DIRS
[thirdparty/binutils-gdb.git] / sim / README-HACKING
index 2f985bd2e7f9a3297dddcb03d7663c5f7c0fe28c..0b72d96f5c2fe57b0e00d97f1a77ae2569619fed 100644 (file)
@@ -38,8 +38,8 @@ The configure.ac of a simulator using the common framework should look like:
 
 --- snip ---
 dnl Process this file with autoconf to produce a configure script.
-sinclude(../common/aclocal.m4)
 AC_INIT(Makefile.in)
+AC_CONFIG_MACRO_DIRS([../common ../.. ../../config])
 
 SIM_AC_COMMON