## (e.g. shared AUX dir in the sub-package).
am.dist.remove-distdir=: \
## Disable filename length check:
- am__skip_length_check=: \
+ am.dist.skip-length-check=: \
## No need to fix modes more than once:
am__skip_mode_fix=: \
|| exit 1; \
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|| chmod -R a+r "$(distdir)"
if %?FILENAME_FILTER%
- @if test -z "$(am__skip_length_check)" && find "$(distdir)" -type f -print | \
+ @if test -z "$(am.dist.skip-length-check)" && find "$(distdir)" -type f -print | \
grep '^%FILENAME_FILTER%' 1>&2; then \
echo 'error: the above filenames are too long' 1>&2; \
exit 1; \