From: Ivan Maidanski Date: Thu, 8 Jun 2017 21:38:57 +0000 (+0300) Subject: Do not produce .tar.bz2 distribution file (configure) X-Git-Tag: v7.6.2~73 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=adf7a22731fb7aa0e2aa7cebedb49ebe6cf516a0;p=libatomic_ops 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 97d1829..3a49dc3 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AC_PREREQ(2.61) AC_CANONICAL_TARGET([]) AC_CONFIG_SRCDIR(src/atomic_ops.c) AC_CONFIG_MACRO_DIR([m4]) -AM_INIT_AUTOMAKE([foreign dist-bzip2 nostdinc]) +AM_INIT_AUTOMAKE([foreign nostdinc]) AM_MAINTAINER_MODE AC_CONFIG_HEADERS([src/config.h])