Lines Matching refs:pax
508 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
1028 # FORMAT should be one of 'v7', 'ustar', or 'pax'.
1045 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1054 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
1079 [pax],
1096 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1097 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1108 pax)
1109 am__tar='pax -L -x $1 -w "$$tardir"'
1110 am__tar_='pax -L -x $1 -w "$tardir"'
1111 am__untar='pax -r'