Skip to content

Commit

Permalink
build: Use xz-compressed archive tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
ueno committed Nov 12, 2017
1 parent 2a4772e commit cf97cac
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 @@ -33,7 +33,7 @@ m4_define([ibus_version],
ibus_major_version.ibus_minor_version.ibus_micro_version[]ibus_maybe_datestamp)

AC_INIT([package_name], [ibus_version], [http://github.com/ueno/ibus-skk/issues], [package_name])
AM_INIT_AUTOMAKE([silent-rules])
AM_INIT_AUTOMAKE([dist-xz no-dist-gzip silent-rules])

AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIRS([m4])
Expand Down

0 comments on commit cf97cac

Please # to comment.