From 0db3952222dbd4de53e8b6a3dce9aeb30362e238 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20P=C3=ADsa=C5=99?= Date: Sat, 18 Dec 2010 14:23:02 +0100 Subject: [PATCH] Enable xz tar ball generation This requires automake-1.11. --- Makefile.am | 2 +- README | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 094b78a..6fb92ae 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ ACLOCAL_AMFLAGS = -I m4 -AUTOMAKE_OPTIONS = check-news dist-bzip2 color-tests +AUTOMAKE_OPTIONS = check-news dist-bzip2 dist-xz color-tests SUBDIRS = po src if BUILD_EXAMPLE diff --git a/README b/README index 1c0638f..ce09294 100644 --- a/README +++ b/README @@ -18,6 +18,8 @@ details. This code is written in ISO99 C language and requires libxml2, cURL, libgcrypt, GPGME, and >=expat-2.0.0 libraries at compilation time. gnupg2 is required at run time (provides gpgsm that uses gpgme to process CMS). +Build system preparation from VCS requies >=automake-1.11, autoconf and +libtool in addition. Applications linked against this library need to be linked to libxml2 too. -- 2.11.4.GIT