aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/configure.ac')
-rw-r--r--openbsc/configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/configure.ac b/openbsc/configure.ac
index 7e244bc65..6d373a5a4 100644
--- a/openbsc/configure.ac
+++ b/openbsc/configure.ac
@@ -9,6 +9,9 @@ AC_CONFIG_AUX_DIR([.])
AM_INIT_AUTOMAKE([dist-bzip2])
AC_CONFIG_TESTDIR(tests)
+dnl FIXME: Remove this once we do not need local macro copies anymore (after upgrade to newer OE?)
+AC_CONFIG_MACRO_DIRS([m4])
+
dnl kernel style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])