Closed apt1002 closed 4 years ago
Steps to reproduce:
mkdir target cd target ./configure make make check
pForth test is not run.
Looks like the bug is on line 188 of "configure.ac":
[test -d src/specializer/pforth -a "$SIZEOF_SIZE_T" = 4 -a "$ac_cv_c_bigendian" != "yes"])
The "src" subdirectory will not exist in "target".
Steps to reproduce:
pForth test is not run.