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:
parent
f6eb7789ac
commit
a3708e5cc2
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue