From 6b62c3211d287b3515b0d0c76c4f0b4d09df0389 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan Date: Mon, 31 Jul 2017 12:52:07 +0200 Subject: configure.ac: force autotool to use star MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To circumvent the 99 character filename limit. Signed-off-by: Olivier Fourdan Reviewed-by: Jonas Ã…dahl --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- cgit v1.2.3