--- branches/vis12/configure.ac 2014/08/25 18:56:58 2684 +++ branches/vis12/configure.ac 2014/08/25 18:58:33 2685 @@ -1,13 +1,13 @@ dnl Process this file with autoconf to produce a configure script. dnl -dnl COPYRIGHT (c) 2012 The Diderot Project +dnl COPYRIGHT (c) 2014 The Diderot Project dnl All rights reserved. dnl AC_INIT(diderot,0.1,) AC_PREREQ(2.60) -AC_COPYRIGHT([[COPYRIGHT (c) 2013 The Diderot Project (http://diderot-language.cs.uchicago.edu)]]) +AC_COPYRIGHT([[COPYRIGHT (c) 2014 The Diderot Project (http://diderot-language.cs.uchicago.edu)]]) AC_CONFIG_SRCDIR(src/compiler/driver/main.sml) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR(config) @@ -366,9 +366,9 @@ dnl CHECK_SMLNJ([AC_MSG_ERROR([unable to find SML/NJ installation; check your PATH or set SMLNJ_CMD])]) if test $SMLNJ_MAJOR_VERSION -lt 110 \ - -o $SMLNJ_MINOR_VERSION -lt 75 + -o $SMLNJ_MINOR_VERSION -lt 77 then - AC_MSG_ERROR([installation requires SML/NJ version 110.75+]) + AC_MSG_ERROR([installation requires SML/NJ version 110.77+ (available from smlnj.org)]) fi AC_SUBST(SMLNJ_VERSION)
Click to toggle
does not end with </html> tag
does not end with </body> tag
The output has ended thus: stallation requires SML/NJ version 110.77+ (available from smlnj.org)]) fi AC_SUBST(SMLNJ_VERSION)