SCM Repository
[diderot] Diff of /branches/pure-cfg/configure.ac
Diff of /branches/pure-cfg/configure.ac
Parent Directory
|
Revision Log
|
Patch
227 |
dnl |
dnl |
228 |
CHECK_SMLNJ([AC_MSG_ERROR([unable to find SML/NJ installation; check your PATH or set SMLNJ_CMD])]) |
CHECK_SMLNJ([AC_MSG_ERROR([unable to find SML/NJ installation; check your PATH or set SMLNJ_CMD])]) |
229 |
if test $SMLNJ_MAJOR_VERSION -lt 110 \ |
if test $SMLNJ_MAJOR_VERSION -lt 110 \ |
230 |
-o $SMLNJ_MINOR_VERSION -lt 72 |
-o $SMLNJ_MINOR_VERSION -lt 73 |
231 |
then |
then |
232 |
AC_MSG_ERROR([installation requires SML/NJ version 110.72+]) |
AC_MSG_ERROR([installation requires SML/NJ version 110.73+]) |
233 |
fi |
fi |
234 |
AC_SUBST(SMLNJ_VERSION) |
AC_SUBST(SMLNJ_VERSION) |
235 |
|
|
380 |
MK_BUILD_DIR(rt-c-f, c-target, [float]) |
MK_BUILD_DIR(rt-c-f, c-target, [float]) |
381 |
MK_BUILD_DIR(rt-c-f-debug, c-target, [float debug]) |
MK_BUILD_DIR(rt-c-f-debug, c-target, [float debug]) |
382 |
MK_BUILD_DIR(rt-c-f-par, parallel-target, [parallel float]) |
MK_BUILD_DIR(rt-c-f-par, parallel-target, [parallel float]) |
383 |
|
MK_BUILD_DIR(rt-c-f-par-debug, parallel-target, [parallel float debug]) |
384 |
|
|
385 |
AC_OUTPUT |
AC_OUTPUT |
|
Legend:
Removed from v.1196 |
|
changed lines |
|
Added in v.1215 |
|
|