From e65df5b966b27e13283c65f59f99ac44781e0333 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 29 Dec 2011 15:59:12 -0500 Subject: 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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 -- cgit