diff options
author | Olivier Fourdan <ofourdan@redhat.com> | 2017-07-31 12:52:07 +0200 |
---|---|---|
committer | Jonas Ådahl <jadahl@gmail.com> | 2017-07-31 18:57:58 +0800 |
commit | 6b62c3211d287b3515b0d0c76c4f0b4d09df0389 (patch) | |
tree | 56e06a913a9f73ecfd917b07d0aec07d17697434 | |
parent | 794a96a80fe16885288a784adad6f9d12957439a (diff) |
configure.ac: force autotool to use star
To circumvent the 99 character filename limit.
Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>
Reviewed-by: Jonas Ådahl <jadahl@gmail.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 472ee8f..52da827 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ if test x$wayland_scanner = x; then fi fi -AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz]) +AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz tar-ustar]) AM_SILENT_RULES([yes]) |