From 1bd48df5e492da1612dcae2eae45fb8679eaea5d Mon Sep 17 00:00:00 2001 From: Jim Crossley Date: Sat, 25 Sep 2010 18:32:40 -0400 Subject: [PATCH] Fix the bbdb build on linux, and initialize after installing. --- recipes/bbdb.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/bbdb.el b/recipes/bbdb.el index fdea07c9..f0153036 100644 --- a/recipes/bbdb.el +++ b/recipes/bbdb.el @@ -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")