From c85a8b9a3e36beabb3c95ff36404aaee71de878f Mon Sep 17 00:00:00 2001 From: Guillaume Rousse Date: Sun, 12 Sep 2010 16:39:30 +0200 Subject: [PATCH] install helpers in a subdirectory of completions --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4b647c7c..1879a51e 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