- { $as_echo "$as_me:${as_lineno-$LINENO}: checking minimal version (1.2.0) of flexdock" >&5
-$as_echo_n "checking minimal version (1.2.0) of flexdock... " >&6; }
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking minimal version (1.2.1) of flexdock" >&5
+$as_echo_n "checking minimal version (1.2.1) of flexdock... " >&6; }
saved_ac_java_classpath=$ac_java_classpath
export ac_java_classpath="$FLEXDOCK:$ac_java_classpath"
if test "x" == "x"; then
public class conftest {
public static void main(String[] argv) {
- String minVersion="1.2.0";
+ String minVersion="1.2.1";
System.out.println(Utilities.VERSION);
if (compare(minVersion, Utilities.VERSION) > 0) {
STDOUT=`cat conftest.java.output`
fi
echo "configure: CLASSPATH was $CLASSPATH" >&5
- as_fn_error $? "Wrong version of flexdock. Expected at least 1.2.0. Found $STDOUT" "$LINENO" 5
+ as_fn_error $? "Wrong version of flexdock. Expected at least 1.2.1. Found $STDOUT" "$LINENO" 5
fi
fi
if test -f conftest.java.output; then
echo "configure: failed program was:" >&5
cat conftest.java >&5
echo "configure: CLASSPATH was $CLASSPATH" >&5
- as_fn_error $? "Wrong version of flexdock. Expected at least 1.2.0. Found $STDOUT" "$LINENO" 5
+ as_fn_error $? "Wrong version of flexdock. Expected at least 1.2.1. Found $STDOUT" "$LINENO" 5
fi
else
public class conftest {
public static void main(String[] argv) {
- String minVersion="1.2.0";
+ String minVersion="1.2.1";
System.out.println(Utilities.VERSION);
if (compare(minVersion, Utilities.VERSION) != 0) {
STDOUT=`cat conftest.java.output`
fi
echo "configure: CLASSPATH was $CLASSPATH" >&5
- as_fn_error $? "Wrong version of flexdock. Expected exact version 1.2.0. Found $STDOUT" "$LINENO" 5
+ as_fn_error $? "Wrong version of flexdock. Expected exact version 1.2.1. Found $STDOUT" "$LINENO" 5
fi
fi
if test -f conftest.java.output; then
echo "configure: failed program was:" >&5
cat conftest.java >&5
echo "configure: CLASSPATH was $CLASSPATH" >&5
- as_fn_error $? "Wrong version of flexdock. Expected exact version 1.2.0. Found $STDOUT" "$LINENO" 5
+ as_fn_error $? "Wrong version of flexdock. Expected exact version 1.2.1. Found $STDOUT" "$LINENO" 5
fi
fi
FLEXDOCK=$PACKAGE_JAR_FILE
AC_SUBST(FLEXDOCK)
- AC_JAVA_CHECK_VERSION_PACKAGE([flexdock],[import org.flexdock.util.Utilities;],$FLEXDOCK,[1.2.0],[Utilities.VERSION])
+ AC_JAVA_CHECK_VERSION_PACKAGE([flexdock],[import org.flexdock.util.Utilities;],$FLEXDOCK,[1.2.1],[Utilities.VERSION])
# Swing look&feel implementations
AC_JAVA_CHECK_PACKAGE([looks],[com.jgoodies.looks.common.MenuItemRenderer],[Scilab Gui - Look and feel],"yes")
Source: modules\{#GUI}\jar\org.scilab.modules.{#GUI}.jar; DestDir: {app}\modules\{#GUI}\jar; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE}
;
-Source: thirdparty\flexdock-1.2.0.jar; DestDir: {app}\thirdparty; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE}
+Source: thirdparty\flexdock-1.2.1.jar; DestDir: {app}\thirdparty; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE}
Source: thirdparty\commons-logging-1.1.jar; DestDir: {app}\thirdparty; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE}
Source: thirdparty\looks-2.1.1.jar; DestDir: {app}\thirdparty; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE}
Source: thirdparty\skinlf.jar; DestDir: {app}\thirdparty; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE}