Discussion:
[PATCH mig] build: Distribute tarball compressed with xz instead of bzip2
Guillem Jover
2018-11-06 01:44:08 UTC
Permalink
* configure.ac (AM_INIT_AUTOMAKE): Change dist-bzip2 to dist-xz.
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 14dc291..d992264 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ AC_ARG_PROGRAM

AM_INIT_AUTOMAKE(
[gnu]
- [dist-bzip2]
+ [dist-xz]
dnl Don't define `PACKAGE' and `VERSION'.
[no-define]
)
--
2.19.1.1182.g4ecb1133ce
Samuel Thibault
2018-11-06 02:32:52 UTC
Permalink
Post by Guillem Jover
* configure.ac (AM_INIT_AUTOMAKE): Change dist-bzip2 to dist-xz.
Applied, thanks!
Post by Guillem Jover
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 14dc291..d992264 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ AC_ARG_PROGRAM
AM_INIT_AUTOMAKE(
[gnu]
- [dist-bzip2]
+ [dist-xz]
dnl Don't define `PACKAGE' and `VERSION'.
[no-define]
)
--
2.19.1.1182.g4ecb1133ce
--
Samuel
Anyone who thinks UNIX is intuitive should be forced to write 5000 lines of
code using nothing but vi or emacs. AAAAACK!
(Discussion in comp.os.linux.misc on the intuitiveness of commands, especially
Emacs.)
Loading...