Distribute .tar.gz and .tar.bz2 but not .shar.gz

This commit is contained in:
Adam Spiers 2011-11-24 16:22:11 +00:00
parent 10ea9c6f4b
commit c019af00a0
2 changed files with 8 additions and 4 deletions

View file

@ -6,7 +6,7 @@ AC_CONFIG_AUX_DIR([automake])
# Unfortunately we have to disable warnings for overrides, because we
# need to override the built-in `check' rule and also the TEXI2DVI
# variable.
AM_INIT_AUTOMAKE([-Wall -Werror -Wno-override])
AM_INIT_AUTOMAKE([-Wall -Werror -Wno-override dist-bzip2])
AC_PROG_INSTALL
AM_MAINTAINER_MODE([enable])