diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-11-23 09:06:49 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-11-23 10:24:25 +0100 |
commit | bdf5c16ac052af2ca9d5c3acc4acbc08fd9fdbea (patch) | |
tree | af5d12a54e38d19054b66b1d6c2aa9388c75f5df /configure.ac | |
parent | 47886391c52e2236d0da0bdd3fd3fc5b3582d67b (diff) | |
download | guix-bdf5c16ac052af2ca9d5c3acc4acbc08fd9fdbea.tar.gz |
maint: "make dist" builds tarballs in 'ustar' format.
This allows us to have file names longer than 99 characters. * configure.ac: Pass 'tar-ustar' to 'AM_INIT_AUTOMAKE'.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 84592f6041..341cff8fbd 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ AC_INIT([GNU Guix], [https://www.gnu.org/software/guix/]) AC_CONFIG_AUX_DIR([build-aux]) -AM_INIT_AUTOMAKE([1.14 gnu silent-rules subdir-objects \ +AM_INIT_AUTOMAKE([1.14 gnu tar-ustar silent-rules subdir-objects \ color-tests parallel-tests -Woverride -Wno-portability]) # Enable silent rules by default. |