diff options
author | Owen W. Taylor <otaylor@fishsoup.net> | 2009-07-16 18:02:30 -0400 |
---|---|---|
committer | Owen W. Taylor <otaylor@fishsoup.net> | 2009-07-16 18:07:01 -0400 |
commit | 0060c8ddb9ebe8f6c984a18ef11578d597cc9935 (patch) | |
tree | 5a4dcc9f81ee370a83b9f96ae1f201c750c0def0 /configure.in | |
parent | f9c11c2dbfc83664881a8570ba368f2abc69c8c6 (diff) | |
download | mutter-0060c8ddb9ebe8f6c984a18ef11578d597cc9935.tar.gz |
Switch to dist-bzip22.27.1
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.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 54d12512b..a1173d572 100644 --- a/configure.in +++ b/configure.in @@ -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 |