[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 38516ee43194fd496971a9c37e23109f3816e4bf

Guillaume Rousse guillaume at oberkampf.msr-inria.inria.fr
Thu Dec 31 16:36:40 UTC 2009


The following commit has been merged in the master branch:
commit 1691618a65361b505ddf14e982d0b8393d9c1186
Author: Guillaume Rousse <guillaume at oberkampf.msr-inria.inria.fr>
Date:   Tue Dec 29 23:39:45 2009 +0100

    keep all automake options in a single place

diff --git a/Makefile.am b/Makefile.am
index dc02583..0dc3c47 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,4 @@
 SUBDIRS = test
-AUTOMAKE_OPTIONS = dist-bzip2
 
 sysconf_DATA = bash_completion
 
diff --git a/configure.ac b/configure.ac
index 7dbe3a8..63f0898 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
 AC_INIT([bash-completion], [1.99])
-AM_INIT_AUTOMAKE([foreign dejagnu -Wall -Werror])
+AM_INIT_AUTOMAKE([foreign dejagnu dist-bzip2 -Wall -Werror])
 AC_CONFIG_FILES([Makefile test/Makefile])
 AC_OUTPUT

-- 
bash-completion



More information about the Bash-completion-commits mailing list