From 3e40e24e11138d42d36ee77d9664fe322b4a56fe Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Sun, 23 Feb 2020 16:38:25 +0100 Subject: [PATCH] Reintroduce .tar.gz for distribution archives For systems that don't have xz in the base install. Signed-off-by: Joachim Nilsson --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c39f47d..58df132 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT(editline, 1.17.0, https://github.com/troglobit/editline/issues) -AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz]) +AM_INIT_AUTOMAKE([1.11 foreign dist-xz]) AM_SILENT_RULES([yes]) AC_CONFIG_MACRO_DIR([m4])