diff options
author | Vincent Untz <vuntz@gnome.org> | 2011-12-20 09:46:16 +0100 |
---|---|---|
committer | Vincent Untz <vuntz@gnome.org> | 2011-12-20 09:46:16 +0100 |
commit | 499748b93a410905e15e12216bf77d0180a15740 (patch) | |
tree | 5b0cc55bf2aa6c4d3f51574b6e8f0c6f190fc51f | |
parent | 332835b24602706f71d5f5d912eac4f7a087d8ba (diff) |
build: Create xz tarballs
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 13ae180..66a6915 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_INIT([desktop-file-utils], [0.19], [https://bugs.freedesktop.org/enter_bug.cgi?product=desktop-file-utils]) AC_CONFIG_SRCDIR(src/validate.h) -AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-bzip2 tar-ustar]) +AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz tar-ustar]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_CONFIG_MACRO_DIR([m4]) AM_CONFIG_HEADER(config.h) |