* lib/am/distdir.am: Here.

Signed-off-by: Stefano Lattarini <[email protected]>
---
 lib/am/distdir.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/am/distdir.am b/lib/am/distdir.am
index ceb819c..e574ab9 100644
--- a/lib/am/distdir.am
+++ b/lib/am/distdir.am
@@ -235,7 +235,7 @@ if %?SUBDIRS%
 ## (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; \
@@ -279,7 +279,7 @@ if %?TOPDIR_P%
          ! -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; \
-- 
1.7.12.rc0


Reply via email to