diff options
Diffstat (limited to 'sim/common/aclocal.m4')
-rw-r--r-- | sim/common/aclocal.m4 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/common/aclocal.m4 b/sim/common/aclocal.m4 index e8fd1477fff..1177b7cc17b 100644 --- a/sim/common/aclocal.m4 +++ b/sim/common/aclocal.m4 @@ -18,6 +18,9 @@ # # SIM_AC_OUTPUT +# Include global overrides and fixes for Autoconf. +m4_include(../../config/override.m4) + AC_DEFUN([SIM_AC_COMMON], [ # autoconf.info says this should be called right after AC_INIT. |