aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-08-26 23:41:46 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-08-29 15:56:20 +0200
commit3ec7c2de0beeea8d5e401cd349845c9be2de78b1 (patch)
treef152cbc43699d58f993b86bd9e775481488ba82d
parenta7d6826d327c43561433e5a12ea029ed44fe4857 (diff)
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
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0c3ba3e..249701e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_INIT([osmo-iuh],
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.