]> granicus.if.org Git - flex/commitdiff
build: switch xz to lzip
authorWill Estes <westes575@gmail.com>
Mon, 24 Oct 2016 22:26:22 +0000 (18:26 -0400)
committerWill Estes <westes575@gmail.com>
Mon, 24 Oct 2016 22:26:22 +0000 (18:26 -0400)
.gitignore
NEWS
configure.ac

index c4a72a6941e6616426fb8b94f936bb0086610bc8..3ef6b045c76c3b61293d3a0a2d250d5b6a6a8e81 100644 (file)
@@ -2,7 +2,7 @@
 *.rej
 *.tar.bz2
 *.tar.gz
-*.tar.xz
+*.tar.lz
 *~
 .deps
 .libs
diff --git a/NEWS b/NEWS
index 6b517f528dc3d9343311e9abec408cf3527f8047..376cd6a9dc944e9daeade4dfdbf98e5497ef2b04 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -27,6 +27,8 @@ See the file COPYING for copying conditions.
 
 ** build system
 
+*** the xz archive has been replaced with an lzip archive
+
 *** a new option to configure --enable-warnings to encapsulate passing
     of warning-related flags which is useful in testing flex
 
index 2fc140b24de56a7c2f682582d5760b872d625512..c786752f760bdcf24e32052012f6b1f8c98313be 100644 (file)
@@ -28,7 +28,7 @@ AC_INIT([the fast lexical analyser generator],[2.6.2],[flex-help@lists.sourcefor
 AC_CONFIG_SRCDIR([src/scan.l])
 AC_CONFIG_AUX_DIR([build-aux])
 LT_INIT
-AM_INIT_AUTOMAKE([-Wno-portability foreign check-news std-options dist-xz parallel-tests 1.14.1])
+AM_INIT_AUTOMAKE([-Wno-portability foreign check-news std-options dist-lzip parallel-tests 1.14.1])
 AC_CONFIG_HEADER([src/config.h])
 AC_CONFIG_LIBOBJ_DIR([lib])
 AC_CONFIG_MACRO_DIR([m4])