aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openbsc/configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/configure.ac b/openbsc/configure.ac
index 173c6c8ec..4b00af73f 100644
--- a/openbsc/configure.ac
+++ b/openbsc/configure.ac
@@ -3,6 +3,9 @@ AC_INIT([openbsc],
m4_esyscmd([./git-version-gen .tarball-version]),
[openbsc@lists.osmocom.org])
+dnl *This* is the root dir, even if an install-sh exists in ../ or ../../
+AC_CONFIG_AUX_DIR([.])
+
AM_INIT_AUTOMAKE([dist-bzip2])
AC_CONFIG_TESTDIR(tests)