Don't bother creating the gzipped dist tarball, the bzip2 one is enough.

This commit is contained in:
Ville Skyttä 2010-11-05 18:52:19 +02:00
parent 6172ab4250
commit 46997c69c8

View File

@ -1,6 +1,6 @@
AC_PREREQ([2.59]) AC_PREREQ([2.59])
AC_INIT([bash-completion], [1.99]) AC_INIT([bash-completion], [1.99])
AM_INIT_AUTOMAKE([foreign dejagnu dist-bzip2 -Wall -Werror]) AM_INIT_AUTOMAKE([foreign dejagnu dist-bzip2 no-dist-gzip -Wall -Werror])
AC_SUBST(bashcompdir, $sysconfdir/bash_completion.d) AC_SUBST(bashcompdir, $sysconfdir/bash_completion.d)
AC_SUBST(helpersdir, $sysconfdir/bash_completion.d/helpers) AC_SUBST(helpersdir, $sysconfdir/bash_completion.d/helpers)
AC_CONFIG_FILES([Makefile completions/Makefile completions/helpers/Makefile test/Makefile]) AC_CONFIG_FILES([Makefile completions/Makefile completions/helpers/Makefile test/Makefile])