]> git.cworth.org Git - notmuch/commitdiff
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)
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


No differences found