* lib/am/distdir.am: Here.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
## Disable filename length check:
am.dist.skip-length-check=: \
## No need to fix modes more than once:
- am__skip_mode_fix=: \
+ am.dist.skip-mode-fix=: \
|| exit 1; \
fi; \
done
## hierarchy of subpackages.
##
if %?TOPDIR_P%
- -test -n "$(am__skip_mode_fix)" \
+ -test -n "$(am.dist.skip-mode-fix)" \
|| find "$(distdir)" -type d ! -perm -755 \
-exec chmod u+rwx,go+rx {} \; -o \
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \