From: Mark Wielaard Date: Thu, 18 Sep 2025 20:03:08 +0000 (+0200) Subject: configure.ac: Add no-dist-gzip to AM_INIT_AUTOMAKE options X-Git-Tag: VALGRIND_3_26_0~108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08b891ffbc0667e7354ecdc6a3032b923ce85e22;p=thirdparty%2Fvalgrind.git 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. --- 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