Skip to content

Commit

Permalink
build: switch xz to lzip
Browse files Browse the repository at this point in the history
  • Loading branch information
westes committed Oct 24, 2016
1 parent b02489f commit 2ecf674
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*.rej
*.tar.bz2
*.tar.gz
*.tar.xz
*.tar.lz
*~
.deps
.libs
Expand Down
2 changes: 2 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ AC_INIT([the fast lexical analyser generator],[2.6.2],[[email protected]
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])
Expand Down

0 comments on commit 2ecf674

Please sign in to comment.