summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2018-11-06 02:46:08 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-11-06 03:33:02 +0100
commit93cafb79a88ff23696c26c54e5aceff31b6b0a15 (patch)
tree429bdf76d897dc4696584d23a75a20b8ac4d0b6b /configure.ac
parente49947621113a0b6f775b1ffa7105299b59b40d6 (diff)
build: Distribute tarball compressed with xz instead of bzip2
* configure.ac (AM_INIT_AUTOMAKE): Change dist-bzip2 to dist-xz.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1164b27e..d4daa932 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE(
[1.10.2]
- [dist-bzip2]
+ [dist-xz]
dnl Don't define `PACKAGE' and `VERSION'.
[no-define]
dnl Do not clutter the main build directory.