Attention is currently required from: Hoernchen, laforge, fixeria. osmith has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-trx/+/30795 )
Change subject: configure.ac: check if LIBTRXCON_DIR (submodule) exists ......................................................................
Patch Set 3: Code-Review-1
(2 comments)
Patchset:
PS3: the check doesn't seem to work in a fresh clone:
$ git clone https://gitea.osmocom.org/cellular-infrastructure/osmo-trx/ $ cd osmo-trx $ git fetch https://gerrit.osmocom.org/osmo-trx refs/changes/95/30795/3 && git checkout FETCH_HEAD $ autoreconf -fi $ ./configure # does NOT complain
File configure.ac:
https://gerrit.osmocom.org/c/osmo-trx/+/30795/comment/0aa7c07a_64252866 PS3, Line 218: AC_MSG_ERROR([$LIBTRXCON_DIR does not exist]) give a hint here, what git command the user should run to fetch the submodule?