Fix the bbdb build on linux, and initialize after installing.

This commit is contained in:
Jim Crossley 2010-09-25 18:32:40 -04:00 committed by Dimitri Fontaine
parent 35323e61af
commit 1bd48df5e4

View File

@ -2,7 +2,9 @@
:type git
:url "git://github.com/barak/BBDB.git"
:load-path ("./lisp" "./bits")
:build ("./configure" "make")
:build ("./configure" "make autoloads" "make")
:build/darwin ("./configure --with-emacs=/Applications/Emacs.app/Contents/MacOS/Emacs" "make autoloads" "make")
:features bbdb
:after (lambda () (bbdb-initialize))
:info "texinfo")