Update bbdb.rcp to be compatible with current version of bbdb

This commit is contained in:
Viktor Ivakin 2013-10-14 00:39:04 +04:00
parent f5fcb3accf
commit 167420302e

View File

@ -5,9 +5,7 @@
:url "git://git.savannah.nongnu.org/bbdb.git"
:load-path ("./lisp")
;; if using vm, add `--with-vm-dir=DIR' after ./configure
:build `("autoconf" ,(concat "./configure --with-emacs=" el-get-emacs)
"make clean" "rm -f lisp/bbdb-autoloads.el"
"make info bbdb")
:build `("./autogen.sh" "./configure" "make")
:features bbdb-loaddefs
:autoloads nil
:info "doc"