build: Support bootstrap build without kaem/M2-Planet.

* configure.sh (M2_PLANET): Typo.  Allow check to fail.
(KAEM): Allow check to fail.
This commit is contained in:
Jan (janneke) Nieuwenhuizen 2022-10-17 13:10:48 +02:00
parent 879399e766
commit 92b1cccb87
1 changed files with 2 additions and 2 deletions

View File

@ -77,8 +77,8 @@ GUILE=${GUILE-$(command -v guile)} || true
HEX2=${HEX2-$(command -v hex2)}
LDPFLAGS=${LDFLAGS-}
M1=${M1-$(command -v M1)}
M2_PLANET=${M1-$(command -v M2-Planet)}
KAEM=${KAEM-$(command -v kaem)}
M2_PLANET=${M2_PLANET-$(command -v M2-Planet)} || true
KAEM=${KAEM-$(command -v kaem)} || true
MES_FOR_BUILD=${MES_FOR_BUILD-$(command -v mes || command -v guile || echo mes)}
GIT=${GIT-$(command -v git)} || true
PERL=${PERL-$(command -v perl)} || true