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

David Paleino d.paleino at gmail.com
Tue Mar 31 18:52:14 UTC 2009


The following commit has been merged in the master branch:
commit 1bdda011aac5e83a77f1069845626c4a030cd584
Author: Guillaume Rousse <guillomovitch at zarb.org>
Date:   Wed Feb 18 22:00:03 2009 +0100

    initial support for autotools-based build system

diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..eff41bb
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,49 @@
+
+sysconf_DATA = bash_completion
+
+bashcompdir = $(sysconfdir)/bash_completion.d
+bashcomp_DATA = contrib/apache2ctl \
+		contrib/bitkeeper \
+		contrib/bittorrent \
+		contrib/brctl \
+		contrib/cksfv \
+		contrib/clisp \
+		contrib/cowsay \
+		contrib/cpan2dist \
+		contrib/dsniff \
+		contrib/freeciv \
+		contrib/gcl \
+		contrib/gkrellm \
+		contrib/gnatmake \
+		contrib/gpg2 \
+		contrib/harbour \
+		contrib/isql \
+		contrib/larch \
+		contrib/lilypond \
+		contrib/lisp \
+		contrib/lzma \
+		contrib/lzop \
+		contrib/mailman \
+		contrib/mcrypt \
+		contrib/minicom \
+		contrib/modules \
+		contrib/monodevelop \
+		contrib/mtx \
+		contrib/net-tools \
+		contrib/p4 \
+		contrib/povray \
+		contrib/qdbus \
+		contrib/qemu \
+		contrib/quota-tools \
+		contrib/rdesktop \
+		contrib/ri \
+		contrib/sbcl \
+		contrib/sitecopy \
+		contrib/snownews \
+		contrib/ssh \
+		contrib/_subversion \
+		contrib/svk \
+		contrib/unace \
+		contrib/unrar
+
+EXTRA_DIST = $(sysconf_DATA) $(bashcomp_DATA) to_review
diff --git a/configure.ac b/configure.ac
new file mode 100644
index 0000000..3c7bf00
--- /dev/null
+++ b/configure.ac
@@ -0,0 +1,5 @@
+AC_PREREQ([2.59])
+AC_INIT([bash-completion], [1.0])
+AM_INIT_AUTOMAKE([foreign -Wall -Werror])
+AC_CONFIG_FILES([Makefile])
+AC_OUTPUT

-- 
bash-completion



More information about the Bash-completion-commits mailing list