| configure.ac (947c15fc) | configure.ac (98e4ac81) |
|---|---|
| 1dnl * ************************************************************* 2dnl * 3dnl * Licensed to the Apache Software Foundation (ASF) under one 4dnl * or more contributor license agreements. See the NOTICE file 5dnl * distributed with this work for additional information 6dnl * regarding copyright ownership. The ASF licenses this file 7dnl * to you under the Apache License, Version 2.0 (the 8dnl * "License"); you may not use this file except in compliance --- 7109 unchanged lines hidden (view full) --- 7118 fi 7119 if test "$_os" = "WINNT"; then 7120 HAMCREST_CORE_JAR=`cygpath -m "$HAMCREST_CORE_JAR"` 7121 fi 7122 export HAMCREST_CORE_JAR 7123 "$JAVA_HOME/bin/jar" tf "$HAMCREST_CORE_JAR" 2>&5 | \ 7124 $GREP org/hamcrest/core/AllOf.class > /dev/null 2>&5 7125 if test $? -eq 0; then | 1dnl * ************************************************************* 2dnl * 3dnl * Licensed to the Apache Software Foundation (ASF) under one 4dnl * or more contributor license agreements. See the NOTICE file 5dnl * distributed with this work for additional information 6dnl * regarding copyright ownership. The ASF licenses this file 7dnl * to you under the Apache License, Version 2.0 (the 8dnl * "License"); you may not use this file except in compliance --- 7109 unchanged lines hidden (view full) --- 7118 fi 7119 if test "$_os" = "WINNT"; then 7120 HAMCREST_CORE_JAR=`cygpath -m "$HAMCREST_CORE_JAR"` 7121 fi 7122 export HAMCREST_CORE_JAR 7123 "$JAVA_HOME/bin/jar" tf "$HAMCREST_CORE_JAR" 2>&5 | \ 7124 $GREP org/hamcrest/core/AllOf.class > /dev/null 2>&5 7125 if test $? -eq 0; then |
| 7126 AC_MSG_RESULT([$HAMCREST_CORE_JAR]) |
|
| 7126 else 7127 AC_MSG_ERROR([cannot find hamcrest-core jar; please install one in the 7128default location (/usr/share/java), specify its 7129pathname via --with-hamcrest-core=..., or disable 7130it via --without-hamcrest-core]) 7131 fi 7132fi 7133AC_SUBST(HAMCREST_CORE_JAR) --- 200 unchanged lines hidden --- | 7127 else 7128 AC_MSG_ERROR([cannot find hamcrest-core jar; please install one in the 7129default location (/usr/share/java), specify its 7130pathname via --with-hamcrest-core=..., or disable 7131it via --without-hamcrest-core]) 7132 fi 7133fi 7134AC_SUBST(HAMCREST_CORE_JAR) --- 200 unchanged lines hidden --- |