From: Ivan Maidanski Date: Fri, 9 Jun 2017 08:05:00 +0000 (+0300) Subject: Do not produce .tar.bz2 distribution file (configure) X-Git-Tag: v7.6.2~123 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f103264009e7da051fa300fa96d0f9b660f44b55;p=gc Do not produce .tar.bz2 distribution file (configure) * configure.ac (AM_INIT_AUTOMAKE): Remove dist-bzip2. --- diff --git a/configure.ac b/configure.ac index 28a261a6..44c943dc 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_TARGET AC_PREREQ(2.61) GC_SET_VERSION -AM_INIT_AUTOMAKE([foreign dist-bzip2 nostdinc subdir-objects]) +AM_INIT_AUTOMAKE([foreign nostdinc subdir-objects]) AC_CONFIG_HEADERS([include/config.h]) AM_MAINTAINER_MODE