diff --git a/recipes/auctex.rcp b/recipes/auctex.rcp index 882b24cc..24fc87ca 100644 --- a/recipes/auctex.rcp +++ b/recipes/auctex.rcp @@ -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")