Lines Matching refs:pax
508 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
1064 # FORMAT should be one of 'v7', 'ustar', or 'pax'.
1081 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1090 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
1115 [pax],
1132 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1133 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1144 pax)
1145 am__tar='pax -L -x $1 -w "$$tardir"'
1146 am__tar_='pax -L -x $1 -w "$tardir"'
1147 am__untar='pax -r'