From 08b891ffbc0667e7354ecdc6a3032b923ce85e22 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Thu, 18 Sep 2025 22:03:08 +0200 Subject: [PATCH] configure.ac: Add no-dist-gzip to AM_INIT_AUTOMAKE options We only distribute the tar.bz2 so don't produce the tar.gz unnecessarily. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9c6a4710d..1740008a6 100755 --- a/configure.ac +++ b/configure.ac @@ -35,7 +35,7 @@ AC_SUBST(VG_DATE, v_rel_date) AC_CONFIG_SRCDIR(coregrind/m_main.c) AC_CONFIG_HEADERS([config.h]) -AM_INIT_AUTOMAKE([foreign dist-bzip2 tar-ustar subdir-objects]) +AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip tar-ustar subdir-objects]) AM_MAINTAINER_MODE -- 2.47.3