summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2011-12-29 15:59:12 -0500
committerSimo Sorce <simo@redhat.com>2012-01-04 09:43:42 -0500
commite65df5b966b27e13283c65f59f99ac44781e0333 (patch)
tree36fbb0da3e0068601185ddc3c3be2709ad4ae526 /configure.ac
parentb355dcb54194f498921743ca33304eac35d89718 (diff)
downloadsssd-e65df5b966b27e13283c65f59f99ac44781e0333.tar.gz
sssd-e65df5b966b27e13283c65f59f99ac44781e0333.tar.xz
sssd-e65df5b966b27e13283c65f59f99ac44781e0333.zip
make dist fixes
Use pax format for tar as it is the only one that will succeed (albeit spitting warnings) to create a tar file if user UID values are above ~2M
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 61256a728..f4d65ee0e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,7 @@ CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
AC_CONFIG_SRCDIR([BUILD.txt])
AC_CONFIG_AUX_DIR([build])
-AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])
+AM_INIT_AUTOMAKE([-Wall foreign subdir-objects tar-pax])
AM_PROG_CC_C_O
AC_DISABLE_STATIC
AC_PROG_INSTALL