mirror of
https://github.com/transmission/transmission
synced 2024-12-25 09:13:06 +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:
parent
af69f9a5ff
commit
357a405098
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue