guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 01/01: Revert "build: Compress with lzip too."


From: Andy Wingo
Subject: [Guile-commits] 01/01: Revert "build: Compress with lzip too."
Date: Thu, 2 Mar 2017 02:40:07 -0500 (EST)

wingo pushed a commit to branch master
in repository guile.

commit 6fff84d7d1a9a839509326943a6ad3eb13c5208e
Author: Andy Wingo <address@hidden>
Date:   Thu Mar 2 08:39:42 2017 +0100

    Revert "build: Compress with lzip too."
    
    This reverts commit 89ce9fb31b00f1f243fe6f2450db50372cc0b86d.  It was
    causing the hydra builds to fail.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 0186514..8c90d3f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,7 +39,7 @@ dnl Use `serial-tests' so the output `check-guile' is not 
hidden
 dnl (`parallel-tests' is the default in Automake 1.13.)
 dnl `serial-tests' was introduced in Automake 1.12.
 AM_INIT_AUTOMAKE([1.12 gnu no-define -Wall -Wno-override \
-  serial-tests color-tests dist-lzip dist-xz])
+  serial-tests color-tests dist-xz])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])], 
[AC_SUBST([AM_DEFAULT_VERBOSITY],1)])
 
 AC_COPYRIGHT(GUILE_CONFIGURE_COPYRIGHT)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]