build: Fix error during "make dist"

Use the pax format for tar, so that we can handle symlinks with long
names. The pax format is still documented as new, but it looks like it's
been in GNU tar for a few years now, so it should be fine.
This commit is contained in:
Bertrand Lorentz 2012-01-22 20:50:20 +01:00
parent cac518c3c6
commit 55a4fde485

View file

@ -7,7 +7,7 @@ m4_define([sparkleshare_asm_version],
AC_PREREQ([2.54])
AC_INIT([SparkleShare], sparkleshare_version)
AM_INIT_AUTOMAKE([1.11 dist-bzip2 dist-zip foreign tar-ustar])
AM_INIT_AUTOMAKE([1.11 dist-bzip2 dist-zip foreign tar-pax])
AM_MAINTAINER_MODE
dnl Export Version Info