mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
build: Only generate bzip2 tarballs
Don't generate both bz2 and gz tarballs: we only use the former anyway, and the latter just adds time for distcheck to complete. The gz tarball will be generated by the remote installation scripts when publishing the release.
This commit is contained in:
parent
939333b4f2
commit
2ed2b7eb83
@ -58,7 +58,7 @@ AC_CONFIG_HEADERS([config.h])
|
||||
AC_CONFIG_AUX_DIR([build])
|
||||
AC_CONFIG_MACRO_DIR([build/autotools])
|
||||
|
||||
AM_INIT_AUTOMAKE([1.11 foreign -Wno-portability no-define dist-bzip2 check-news])
|
||||
AM_INIT_AUTOMAKE([1.11 foreign -Wno-portability no-define no-dist-gzip dist-bzip2 check-news])
|
||||
|
||||
AM_SILENT_RULES([yes])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user