We hit some recent build issues with the merge of ceph-qa-suite into
the main repo. The ustar format barfs on >100 character symlink
paths.
Convert to using "tar-pax" which should make it use the posix format.
Any build machine that we're reasonably targeting should support it.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
AM_PROG_AS
-AM_INIT_AUTOMAKE([foreign parallel-tests tar-ustar])
+AM_INIT_AUTOMAKE([foreign parallel-tests tar-pax])
# enable make V=0 (if automake >1.11)
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])