From 24e4e4e8e7a65d780d15c790163eb5b8ef21f1d7 Mon Sep 17 00:00:00 2001 From: Hendrik van Antwerpen Date: Fri, 24 Jul 2015 16:33:45 +0200 Subject: [PATCH] Factor out Darwin build. --- recipes/auctex.rcp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/recipes/auctex.rcp b/recipes/auctex.rcp index 10fcbfff..72d298d0 100644 --- a/recipes/auctex.rcp +++ b/recipes/auctex.rcp @@ -9,9 +9,16 @@ "--without-texmf-dir" "--with-packagelispdir=$(pwd)" "--with-packagedatadir=$(pwd)" - ,@(when (eq system-type 'darwin) "--with-lispdir=`pwd`") ,(concat "--with-emacs=" el-get-emacs)) ("make")) + :build/darwin `(("./autogen.sh") + ("./configure" + "--without-texmf-dir" + "--with-packagelispdir=$(pwd)" + "--with-packagedatadir=$(pwd)" + "--with-lispdir=$(pwd)" + ,(concat "--with-emacs=" el-get-emacs)) + ("make")) :load-path (".") :load ("tex-site.el" "preview-latex.el") :info "doc")