summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJin^eLD <jin@mediatomb.cc>2015-03-03 23:08:04 +0100
committerJin^eLD <jin@mediatomb.cc>2015-03-03 23:09:51 +0100
commit0e00a51605619a483bb64329bcec1ca5c94eb881 (patch)
treed4d306a4872001a9f473d510fdbb9d117f43f0b2 /configure.ac
parentb780e688c9c01d70405074b9813fcbfab92dbcec (diff)
Fix dist target
Modify tar options to allow extra long filen and directory names, if not set souces under toxencryptsave might not end up in the tarball.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3a45b35d..2be0aa54 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AC_INIT([tox], [0.0.0], [https://tox.im])
6AC_CONFIG_AUX_DIR(configure_aux) 6AC_CONFIG_AUX_DIR(configure_aux)
7AC_CONFIG_SRCDIR([toxcore/net_crypto.c]) 7AC_CONFIG_SRCDIR([toxcore/net_crypto.c])
8AC_CONFIG_HEADERS([config.h]) 8AC_CONFIG_HEADERS([config.h])
9AM_INIT_AUTOMAKE([1.10 -Wall subdir-objects]) 9AM_INIT_AUTOMAKE([1.10 -Wall subdir-objects tar-ustar])
10m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) 10m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
11AC_CONFIG_MACRO_DIR([m4]) 11AC_CONFIG_MACRO_DIR([m4])
12 12