Switch to dist-bzip2

When generating a tarball from 'make dist', make a .bz2 tarball
instead of a .gz tarball. Makes the upload to master.gnome.org
marginally faster.
This commit is contained in:
Owen W. Taylor 2009-07-16 18:02:30 -04:00
parent f9c11c2dbf
commit 0060c8ddb9

View File

@ -17,7 +17,7 @@ AC_INIT([mutter], [mutter_version],
AC_CONFIG_SRCDIR(src/core/display.c)
AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE
AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip])
AM_MAINTAINER_MODE
MUTTER_MAJOR_VERSION=mutter_major_version