summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-04-02 20:24:15 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-04-02 20:24:15 +0200
commit97ac1bc58274f651338444693bd75441ba12f46f (patch)
tree3d0569c1fa62942e356b3a4a0016c502ea454519
parent0eb8f2922a50ac941010ec266b1d9cf5db8c8580 (diff)
downloadgnutls_3_0_18.tar.gz
make dist will also make lzip compressed tarballgnutls_3_0_18
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9af12532d2..ba60ce862d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ AC_INIT([GnuTLS], [3.0.18], [bug-gnutls@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz -Wall -Werror -Wno-override])
+AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz dist-lzip -Wall -Werror -Wno-override])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AM_CONFIG_HEADER(config.h)