diff options
author | Gergely Nagy <algernon@balabit.hu> | 2012-08-11 01:44:58 +0200 |
---|---|---|
committer | Gergely Nagy <algernon@balabit.hu> | 2012-08-11 01:45:56 +0200 |
commit | a59bde90c9f0064a5139f022e4a612d5f14715d2 (patch) | |
tree | ea6241b42da2a77d4f8839c376084eeb86143981 | |
parent | eb9ba5414594d938790e125caed24e829e485788 (diff) | |
download | libumberlog-a59bde90c9f0064a5139f022e4a612d5f14715d2.tar.gz libumberlog-a59bde90c9f0064a5139f022e4a612d5f14715d2.tar.xz libumberlog-a59bde90c9f0064a5139f022e4a612d5f14715d2.zip |
Generate xz compressed dist tarballs
Bump the automake dependency to 1.11, disable gzip tarballs at make
dist time, and make dist-xz the default.
Signed-off-by: Gergely Nagy <algernon@balabit.hu>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0f43e65..1684266 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. dnl AC_INIT(libumberlog, 0.2.1, algernon@balabit.hu, libumberlog, https://github.com/algernon/libumberlog) -AM_INIT_AUTOMAKE([1.9 foreign tar-ustar]) +AM_INIT_AUTOMAKE([1.11 foreign tar-ustar no-dist-gzip dist-xz]) dnl *************************************************************************** dnl dependencies |