change default distribution from .tar.gz to tar.bz2

This commit is contained in:
jasonmoxham 2010-11-11 13:05:29 +00:00
parent 0bf0516f39
commit e5b966a901

View File

@ -69,7 +69,7 @@ dnl
dnl Note that there's a copy of these options in the top-level Makefile.am,
dnl so update there too if changing anything.
dnl
AM_INIT_AUTOMAKE([gnu no-dependencies parallel-tests])
AM_INIT_AUTOMAKE([gnu no-dependencies parallel-tests dist-bzip2 no-dist-gzip])
AM_CONFIG_HEADER(config.h:config.in)
AM_MAINTAINER_MODE