aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c3a65d6..0c3ba3e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,10 @@ AC_INIT([osmo-iuh],
LT_INIT
-AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip 1.6 subdir-objects])
+AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip 1.9 subdir-objects 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.
+
AC_CONFIG_TESTDIR(src/tests)
dnl kernel style compile messages