1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-24 07:41:54 -07:00

Update open dylan configuration procedure.

Copied from Perforce
 Change: 185521
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2014-04-14 17:50:27 +01:00
parent f6eb7789ac
commit a3708e5cc2

View file

@ -104,7 +104,7 @@ if [ -f "$REPO/Makefile" ]; then
else (
cd -- "$REPO" &&
./autogen.sh &&
./configure --with-mps="$MPS" --prefix="$PREFIX"
./configure --with-gc=mps --with-gc-path="$MPS" --prefix="$PREFIX"
) fi
(
cd -- "$REPO" &&
@ -128,6 +128,9 @@ else (
#
# 2014-03-20 GDR Created based on [WELCOME].
#
# 2014-04-14 GDR Updated configure args based on revised build
# instructions [WELCOME].
#
#
# C. COPYRIGHT AND LICENCE
#