[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 8dc1e86a7a8d63be78e38cb3644e7042ac390cd5

Ville Skyttä ville.skytta at iki.fi
Fri Nov 5 17:51:07 UTC 2010


The following commit has been merged in the master branch:
commit 46997c69c8eb41a29dd64ea6c90a8af992119b7c
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Fri Nov 5 18:52:19 2010 +0200

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

diff --git a/configure.ac b/configure.ac
index 6f516f9..b444e7a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ([2.59])
 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(helpersdir, $sysconfdir/bash_completion.d/helpers)
 AC_CONFIG_FILES([Makefile completions/Makefile completions/helpers/Makefile test/Makefile])

-- 
bash-completion



More information about the Bash-completion-commits mailing list