]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
configure.ac: Add no-dist-gzip to AM_INIT_AUTOMAKE options
authorMark Wielaard <mark@klomp.org>
Thu, 18 Sep 2025 20:03:08 +0000 (22:03 +0200)
committerMark Wielaard <mark@klomp.org>
Thu, 18 Sep 2025 20:03:12 +0000 (22:03 +0200)
We only distribute the tar.bz2 so don't produce the tar.gz
unnecessarily.

configure.ac

index 9c6a4710dd12335553d8d69c7585c1dd5a0702e5..1740008a6163af01709e89b72ccaf95b646a0d76 100755 (executable)
@@ -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