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)