[PATCH] osmo-iuh[master]: build: remove subdir-objects from configure.ac, it is broken

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/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Mon Aug 29 15:00:58 UTC 2016


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

build: remove subdir-objects from configure.ac, it is broken

This is a known autoconf bug, it creates odd directories named literally
'$(top_srcdir)', potentially messing up dependency checking.

Change-Id: Ia47b038d4ca4f6c345711fb17d074f71c80e4453
---
M configure.ac
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-iuh refs/changes/81/781/1

diff --git a/configure.ac b/configure.ac
index 0c3ba3e..249701e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
 
 LT_INIT
 
-AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip 1.9 subdir-objects tar-ustar])
+AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip 1.9 tar-ustar])
 dnl tar-ustar: some asn1 filenames surpass the 99 char limit of tar, so we need
 dnl to make tar allow longer filenames.
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia47b038d4ca4f6c345711fb17d074f71c80e4453
Gerrit-PatchSet: 1
Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list