]> git.cworth.org Git - notmuch/commit
configure: add options to disable emacs/zsh/bash and choose install dir.
authorCédric Cabessa <ced@ryick.net>
Sun, 23 Jan 2011 13:33:43 +0000 (14:33 +0100)
committerCarl Worth <cworth@cworth.org>
Wed, 26 Jan 2011 12:30:32 +0000 (22:30 +1000)
commit26b4cc4aad93e25dab1e1f38f19f1ae69cde389c
treeff32fa26a4de4e8af53095152123feee7bd6dc92
parent90a505373ef5a8135357f2da3cdf6837e32c3a7a
configure: add options to disable emacs/zsh/bash and choose install dir.

add --bashcompletiondir and --zshcompletiondir (like --emacslispdir) to choose
installation dir for bash/zsh completion files

Make some features optional:
  --without-emacs / --with-emacs=no do not install lisp file
  --without-bash-completion / --with-bash-completion=no  do not install bash
files
  --without-zsh-completion / --with-zsh-completion=no do not install zsh files
By default, everything is enabled. You can reenable something with
  --with-feature=yes
Makefile.local
completion/Makefile.local
configure
emacs/Makefile.local