index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Eli Schwartz <eschwartz@archlinux.org> | 2018-12-02 20:44:24 -0500 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2018-12-04 17:20:57 +1000 |
commit | 65e09705d3ad781fd41cf1996f2b60e2e2c1975b (patch) | |
tree | e46520b1e8b343304649931d1a7feabea345cf11 /Makefile.am | |
parent | f615f7bd5ae2764bd58e2947e0f33e75fa182078 (diff) |
-rw-r--r-- | Makefile.am | 3 |
diff --git a/Makefile.am b/Makefile.am index 85be82b4..1e9ee152 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,7 +9,8 @@ ACLOCAL_AMFLAGS = -I m4 --install AM_MAKEFLAGS = --no-print-directory # Make sure we test and build manpages when doing distcheck -DISTCHECK_CONFIGURE_FLAGS = --enable-doc --disable-git-version +DISTCHECK_CONFIGURE_FLAGS = --enable-doc --disable-git-version \ + bashcompdir='$${prefix}/share/bash-completion/completions' # Some files automatically included, so they aren't specified below: # AUTHORS, COPYING, NEWS, README |