Lines Matching refs:pax
783 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
1303 # FORMAT should be one of 'v7', 'ustar', or 'pax'.
1320 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1329 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
1354 [pax],
1371 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1372 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1383 pax)
1384 am__tar='pax -L -x $1 -w "$$tardir"'
1385 am__tar_='pax -L -x $1 -w "$tardir"'
1386 am__untar='pax -r'