[Xfce4-commits] [apps/parole] 01/01: When making releases, only build the bzip2 tarball, not gzip. This follows other components.
noreply at xfce.org
noreply at xfce.org
Sun Feb 22 00:16:06 CET 2015
This is an automated email from the git hooks/post-receive script.
bluesabre pushed a commit to branch master
in repository apps/parole.
commit e82592634f663ff809ecba64670d92276f5ba2c2
Author: Unit 193 <unit193 at ubuntu.com>
Date: Sat Feb 21 17:27:32 2015 -0500
When making releases, only build the bzip2 tarball, not gzip. This follows other components.
Signed-off-by: Sean Davis <smd.seandavis at gmail.com>
---
configure.ac.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac.in b/configure.ac.in
index a05c487..11bd436 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -13,7 +13,7 @@ AC_PREREQ(2.59c)
AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar])
+AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar no-dist-gzip])
AM_CONFIG_HEADER([config.h])
if test x${enable_gtk_doc} = x"yes"; then
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list