Lines Matching refs:pax
528 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
1113 # FORMAT should be one of 'v7', 'ustar', or 'pax'.
1130 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1139 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
1164 [pax],
1181 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1182 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1193 pax)
1194 am__tar='pax -L -x $1 -w "$$tardir"'
1195 am__tar_='pax -L -x $1 -w "$tardir"'
1196 am__untar='pax -r'