Skip to content

Commit

Permalink
build: use xz tarballs
Browse files Browse the repository at this point in the history
bz2 is deprecated, use xz.

Signed-off-by: David Herrmann <[email protected]>
  • Loading branch information
David Herrmann committed Jul 27, 2013
1 parent 68e647b commit ee2811c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADER([config.h])

AM_INIT_AUTOMAKE([dist-bzip2 -Wall -Werror 1.11 foreign subdir-objects no-dist-gzip tar-pax])
AM_INIT_AUTOMAKE([dist-xz -Wall -Werror 1.11 foreign subdir-objects no-dist-gzip tar-pax])
AM_SILENT_RULES([yes])

AM_PROG_AR
Expand Down

0 comments on commit ee2811c

Please sign in to comment.