From 357a405098c2cff371147fa39db0d2cef6471578 Mon Sep 17 00:00:00 2001 From: Jordan Lee Date: Wed, 29 Jun 2011 01:33:07 +0000 Subject: [PATCH] (trunk) tell automake to use the POSIX 1003.1-2001 tar format instead of the POSIX 1003.1-1988 format. We need the newer version in order to reliably support the long pathnames that exist in the macosx/ directory. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index bb5469bb9..917fd098e 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ AC_CONFIG_MACRO_DIR([m4]) dnl AM_CONFIG_HEADER(config.h) AC_CONFIG_SRCDIR(libtransmission/transmission.h) -AM_INIT_AUTOMAKE([1.9 tar-ustar]) +AM_INIT_AUTOMAKE([1.9 tar-pax]) AC_PROG_LIBTOOL if test m4_substr(peer_id_prefix,6,1) = "0"; then