From cc57a21fcc3a8620a9025c09f7ecd9cd438fffdf Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Mon, 31 Jan 2011 20:10:33 +0100 Subject: [PATCH] Fix auctex recipe. --- recipes/auctex.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/auctex.el b/recipes/auctex.el index 24399f92..06f5d5a5 100644 --- a/recipes/auctex.el +++ b/recipes/auctex.el @@ -2,6 +2,6 @@ :type cvs :module "auctex" :url ":pserver:anonymous@cvs.sv.gnu.org:/sources/auctex" - :build ("./autogen.sh" (concat "./configure --with-lispdir=`pwd` --with-emacs=" el-get-emacs) "make") + :build `("./autogen.sh" ,(concat "./configure --with-lispdir=`pwd` --with-emacs=" el-get-emacs) "make") :load ("tex-site.el" "preview/preview-latex.el") :info "doc")