Merge pull request #1376 from ckhroulev/issue-1375

Restore the --with-lispdir configure option on Darwin.
This commit is contained in:
yagnesh రాఘవ 2013-09-25 20:21:03 -07:00
commit 2a2eeebbd3

View File

@ -7,6 +7,9 @@
:build `(("./autogen.sh")
("./configure"
"--without-texmf-dir"
,(cond
((eq system-type 'darwin) "--with-lispdir=`pwd`")
(t ""))
,(concat "--with-emacs=" el-get-emacs))
"make")
:load-path ("." "preview")