Skip to content

Commit b51eb9d

Browse files
committed
build system: Switch to xz compressed tarball
automake >= 1.11 is required now, but where do I specify it?
1 parent caf3b36 commit b51eb9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AC_PREREQ([2.60])
22
AC_INIT([bash-completion], [2.1])
3-
AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip -Wall -Werror])
3+
AM_INIT_AUTOMAKE([foreign dist-xz no-dist-gzip -Wall -Werror])
44
AC_PROG_LN_S
55
AC_PROG_MKDIR_P
66
AC_SUBST(compatdir, $sysconfdir/bash_completion.d)

0 commit comments

Comments
 (0)