[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-251-ga43a68f

Ville Skyttä ville.skytta at iki.fi
Mon May 2 17:40:45 UTC 2011


The following commit has been merged in the master branch:
commit a04c2b02fa45f80e78ee61572bda018a84f45109
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Mon May 2 20:37:56 2011 +0300

    build system: Remaining layout change related fixes.

diff --git a/Makefile.am b/Makefile.am
index 14241e1..5007456 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,7 +10,7 @@ bash_completion.sh: bash_completion.sh.in Makefile
 
 CLEANFILES = bash_completion.sh
 
-EXTRA_DIST = CHANGES $(sysconf_DATA) bash_completion.sh.in
+EXTRA_DIST = CHANGES $(sysconf_DATA) $(pkgdata_DATA) bash_completion.sh.in
 
 install-data-hook:
 	tmpfile=`mktemp $${TMPDIR:-/tmp}/bash_completion.XXXXXX` && \
diff --git a/completions/Makefile.am b/completions/Makefile.am
index a034b48..a5f6e84 100644
--- a/completions/Makefile.am
+++ b/completions/Makefile.am
@@ -1,3 +1,4 @@
+bashcompdir = $(pkgdatadir)/completions
 bashcomp_DATA = abook \
 		ant \
 		apache2ctl \
diff --git a/configure.ac b/configure.ac
index fb61bb2..875811d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,6 @@
 AC_PREREQ([2.59])
 AC_INIT([bash-completion], [1.99])
 AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip -Wall -Werror])
-AC_SUBST(bashcompdir, $pkgdatadir/completions)
 AC_SUBST(compatdir, $sysconfdir/bash_completion.d)
-AC_CONFIG_FILES([Makefile completions/Makefile completions/helpers/Makefile test/Makefile])
+AC_CONFIG_FILES([Makefile completions/Makefile helpers/Makefile test/Makefile])
 AC_OUTPUT
diff --git a/helpers/Makefile.am b/helpers/Makefile.am
index 4ad4b43..0c8ed30 100644
--- a/helpers/Makefile.am
+++ b/helpers/Makefile.am
@@ -1,3 +1,4 @@
+helpersdir = $(pkgdatadir)/helpers
 helpers_DATA = perl
 
 EXTRA_DIST = $(helpers_DATA)

-- 
bash-completion



More information about the Bash-completion-commits mailing list