summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2012-08-27 09:32:55 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2012-08-27 10:09:16 +1000
commitc32668a352b4f885288643dadc0922e34d9f3f29 (patch)
treedeb5fed45aa43ea297e33503e39029dc056eb224 /configure.ac
parentda98ba119c82b122e399e20b3fe7f44eaf161f12 (diff)
Use tar-pax format to allow make dist
Default tar-v7 format limits us to 99 characters and we already exceed that for some of the recordings. tar-pax format has no file name length limit and a 2001 standard is old enough for us. http://www.gnu.org/savannah-checkouts/gnu/automake/manual/html_node/List-of-Automake-options.html#List-of-Automake-options Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
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 b4c427b..a5a45bd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,7 +28,7 @@ AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR(.)
# Initialize Automake
-AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip])
+AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip tar-pax])
AM_MAINTAINER_MODE
# Initialize libtool