diff options
| author | Phil Sutter <[email protected]> | 2022-12-08 00:49:19 +0100 |
|---|---|---|
| committer | Phil Sutter <[email protected]> | 2022-12-09 02:18:02 +0100 |
| commit | 5fec6281b6d360e1718fa3e0772c7c8382435e5a (patch) | |
| tree | ae9e6dafda9b3eb829bec343705f8fbf5c18474e | |
| parent | a133e296a201b8a7c0803434421ed892b737152e (diff) | |
Use a more modern alternative to bzip2.
Suggested-by: Jan Engelhardt <[email protected]>
Suggested-by: Pablo Neira Ayuso <[email protected]>
Signed-off-by: Phil Sutter <[email protected]>
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9aa8b6a..4593824 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_HOST AM_INIT_AUTOMAKE([-Wall foreign subdir-objects - tar-pax no-dist-gzip dist-bzip2 1.6]) + tar-pax no-dist-gzip dist-xz 1.6]) m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) dnl kernel style compile messages |
