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

Guillaume Rousse Guillaume.Rousse at inria.fr
Sun Sep 12 14:42:47 UTC 2010


The following commit has been merged in the master branch:
commit c85a8b9a3e36beabb3c95ff36404aaee71de878f
Author: Guillaume Rousse <Guillaume.Rousse at inria.fr>
Date:   Sun Sep 12 16:39:30 2010 +0200

    install helpers in a subdirectory of completions

diff --git a/configure.ac b/configure.ac
index 4b647c7..1879a51 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,6 +2,6 @@ AC_PREREQ([2.59])
 AC_INIT([bash-completion], [1.99])
 AM_INIT_AUTOMAKE([foreign dejagnu dist-bzip2 -Wall -Werror])
 AC_SUBST(bashcompdir, $sysconfdir/bash_completion.d)
-AC_SUBST(helpersdir, $datadir/bash-completion/helpers)
+AC_SUBST(helpersdir, $sysconfdir/bash_completion.d/helpers)
 AC_CONFIG_FILES([Makefile contrib/Makefile helpers/Makefile test/Makefile])
 AC_OUTPUT

-- 
bash-completion



More information about the Bash-completion-commits mailing list