use tar-ustar for autotools dist

tar-v7 does not support long enough filenames for successful dist
This commit is contained in:
Mike Blumenkrantz 2017-09-01 13:40:12 -04:00
parent 1a241a6c68
commit 88cee49225
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ AH_BOTTOM([
#endif /* EFL_CONFIG_H__ */
])
AM_INIT_AUTOMAKE([1.11 dist-xz -Wno-portability])
AM_INIT_AUTOMAKE([1.11 dist-xz -Wno-portability tar-ustar])
AM_SILENT_RULES([yes])
AC_USE_SYSTEM_EXTENSIONS