[PATCH] osmo-bts[master]: sysmobts: remove weird default header location

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Max gerrit-no-reply at lists.osmocom.org
Sun Jan 21 22:37:00 UTC 2018


Review at  https://gerrit.osmocom.org/5964

sysmobts: remove weird default header location

The sysmoBTS-specific headers were never looked for in the current
directory. None of the CI tests use it as well. None of the other BTS
models use such defaults. Let's just drop this to restore expected
header location semantics.

Change-Id: I0b2906e284e1e22a960c4f0f1f38724de009eda5
---
M configure.ac
1 file changed, 0 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/64/5964/1

diff --git a/configure.ac b/configure.ac
index a695023..51d94c6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -73,10 +73,6 @@
 	# --with-sysmobts was passed, imply enable_sysmocom_bts
 	enable_sysmocom_bts="yes"
 fi
-if test "x$enable_sysmocom_bts" = "xyes" -a "x$sysmobts_incdir" = "x"; then
-	# --enable-sysmocom-bts was passed but no --with-sysmobts. Use default.
-	sysmobts_incdir="."
-fi
 AC_SUBST([SYSMOBTS_INCDIR], -I$sysmobts_incdir)
 AC_MSG_RESULT([$enable_sysmocom_bts])
 AM_CONDITIONAL(ENABLE_SYSMOBTS, test "x$enable_sysmocom_bts" = "xyes")

-- 
To view, visit https://gerrit.osmocom.org/5964
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0b2906e284e1e22a960c4f0f1f38724de009eda5
Gerrit-PatchSet: 1
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>



More information about the gerrit-log mailing list