Distribute .tar.gz and .tar.bz2 but not .shar.gz
This commit is contained in:
parent
10ea9c6f4b
commit
c019af00a0
2 changed files with 8 additions and 4 deletions
|
@ -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])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue