From e02ac83d939ccb159302b82253f4f1c8d1a1fa78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Tue, 16 Apr 2019 14:42:34 +0200 Subject: [PATCH] Add building of an lzip tarball archive --- .travis.yml | 1 + configure.ac | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b683925..32cc210 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,6 +39,7 @@ addons: script: - set -e + - sed -i 's/dist-lzip//g' configure.ac - ./autogen.sh # CFI doesn't work out on Ubuntu 14.04 (Trusty). They don't include LLVMgold.so for clang-3.8. # clang-3.4 doesn't know CFI yet. diff --git a/configure.ac b/configure.ac index 6c73de0..bb262c9 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_INIT([libpsl], [0.20.2], [tim.ruehsen@gmx.de], [libpsl], [https://github.com/rockdaboot/libpsl]) AC_PREREQ([2.59]) AC_CONFIG_AUX_DIR([build-aux]) -AM_INIT_AUTOMAKE([1.10 no-define foreign]) +AM_INIT_AUTOMAKE([1.10 no-define foreign dist-lzip]) # Generate two configuration headers; one for building the library itself with # an autogenerated template, and a second one that will be installed alongside