install helpers in a subdirectory of completions

This commit is contained in:
Guillaume Rousse 2010-09-12 16:39:30 +02:00
parent ff6172097d
commit c85a8b9a3e

View File

@ -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