diff options
author | Xan Lopez <xlopez@igalia.com> | 2011-09-15 17:04:28 +0800 |
---|---|---|
committer | Xan Lopez <xlopez@igalia.com> | 2011-09-15 17:04:28 +0800 |
commit | 87e5744a3c74655648d5fbc022924ace1a9e5992 (patch) | |
tree | 0cf170abaded26e69bb34c7bd47b035b160de84d /configure.ac | |
parent | 52a4aa1e4453e0af814b62c40e6b9170b11763f1 (diff) | |
download | gsoc2013-epiphany-87e5744a3c74655648d5fbc022924ace1a9e5992.tar.gz gsoc2013-epiphany-87e5744a3c74655648d5fbc022924ace1a9e5992.tar.zst gsoc2013-epiphany-87e5744a3c74655648d5fbc022924ace1a9e5992.zip |
configure.ac: switch to dist-xz
It's the default tarball format for GNOME now.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index eae091b66..eb5bfb2e4 100644 --- a/configure.ac +++ b/configure.ac @@ -45,7 +45,7 @@ AC_SUBST([EPIPHANY_MAJOR_VERSION], [epiphany_version_major]) AC_SUBST([EPIPHANY_MINOR_VERSION], [epiphany_version_minor]) AC_SUBST([EPIPHANY_MICRO_VERSION], [epiphany_version_micro]) -AM_INIT_AUTOMAKE([1.9 foreign dist-bzip2 no-dist-gzip tar-ustar]) +AM_INIT_AUTOMAKE([1.9 foreign dist-xz no-dist-gzip tar-ustar]) # Use AM_SILENT_RULES if present m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |