1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 01:27:28 +00:00

(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.

This commit is contained in:
Jordan Lee 2011-06-29 01:33:07 +00:00
parent af69f9a5ff
commit 357a405098

View file

@ -18,7 +18,7 @@ AC_CONFIG_MACRO_DIR([m4])
dnl AM_CONFIG_HEADER(config.h) dnl AM_CONFIG_HEADER(config.h)
AC_CONFIG_SRCDIR(libtransmission/transmission.h) AC_CONFIG_SRCDIR(libtransmission/transmission.h)
AM_INIT_AUTOMAKE([1.9 tar-ustar]) AM_INIT_AUTOMAKE([1.9 tar-pax])
AC_PROG_LIBTOOL AC_PROG_LIBTOOL
if test m4_substr(peer_id_prefix,6,1) = "0"; then if test m4_substr(peer_id_prefix,6,1) = "0"; then