Fix by @berenddeboer (allows ./configure to pass)

See https://github.com/dimitri/el-get/issues/2609
This commit is contained in:
Björn Dahlgren 2018-07-29 21:38:42 +02:00
parent a063360741
commit d9efd1c0bc

View File

@ -9,6 +9,7 @@
"--without-texmf-dir"
"--with-packagelispdir=$(pwd)"
"--with-packagedatadir=$(pwd)"
"--with-lispdir=$(pwd)"
,(concat "--with-emacs=" el-get-emacs))
("make"))
:build/berkeley-unix `(("sed" "-i" "" "-e" "s/MAKE=make/MAKE=gmake/g" "autogen.sh")