Lines Matching refs:version

792                           NOTE: requires patched version because of a bug in
794 explicitly enable if your version of ccache does not
795 identify as version 2.4_OOo
859 AC_ARG_WITH(os-version,
860 [ --with-os-version For FreeBSD users, use this option option to override
863 Usage: --with-os-version=<OSVERSION>
885 AC_ARG_WITH(build-version,
886 [ --with-build-version Allows the builder to add a custom version tag
890 Usage: --with-build-version="Built by Jim"
1059 AC_MSG_CHECKING([Cygwin version])
1069 # get info about the system provided release/version details
1164 AC_MSG_NOTICE([Detected Darwin version: $_darwin_version ($_osx_version)])
1752 dnl Test the gcc version, 3 is OK
1756 AC_MSG_CHECKING([the GNU gcc compiler version])
1762 AC_MSG_ERROR([found version "$_gcc_version", use version 3+ of the gcc compiler])
1766 AC_MSG_ERROR([version "$_gcc_version" gives internal error with small.])
1777 if $CC -Wl,--version 2>&1 |head -n 1| $GREP -v GNU > /dev/null;then
1831 $a --version 2> /dev/null | $GREP GNU 2>&1 > /dev/null
1842 AC_MSG_CHECKING([the GNU make version])
1843 _make_version=`$GNUMAKE --version | $GREP GNU | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`;
1848 AC_MSG_ERROR([failed ($GNUMAKE version >= 3.81 needed])
1901 AC_MSG_CHECKING([the dmake version])
1930 $a --version 2> /dev/null | $EGREP "GNU|libarchive" 2>&1 > /dev/null
1944 dnl Test the solaris compiler version
1950 AC_MSG_CHECKING([the SunStudio C/C++ compiler version])
1956 …AC_MSG_ERROR([found version "$_sunstudio_version", use version 5.5, 5.7, 5.8 or 5.9 of the SunStud…
1960 …AC_MSG_ERROR([found version "$_sunstudio_version", use version 5.5, 5.7, 5.8 or 5.9 of the SunStud…
1995 AC_MSG_CHECKING([the Compaq C compiler version])
2000 AC_MSG_ERROR([found version "$_compaqc_version", use version 6 of the Compaq C compiler])
2009 dnl Check whether there's a Perl version available.
2026 dnl Testing for Perl version 5 or greater.
2027 dnl $] is the perl version variable, it is returned as an integer
2030 AC_MSG_CHECKING([the Perl version])
2034 AC_MSG_ERROR([found Perl version "$_perl_version", use version 5 of Perl])
2038 AC_MSG_ERROR([Perl not found, install version 5 of Perl])
2175 AC_MSG_RESULT([found Compiler version $CCNUMVER in \"$CCTXTVER\"])
2215 if $CC --version 2>&1 | $GREP clang > /dev/null ; then
2231 dnl Decode the compiler version. Logic from main/solenv/inc/tg_compv.mk.
2247 CCVER=`${CC} --version 2>&1 | head -n1 | sed -e"s/.*version //" -e"s/ .*//"`;
2249 # The version in tg_compv.mk for darwin does not look correct
2297 AC_MSG_ERROR([Unable to detect compiler version]);;
2536 dnl Testing for c++ compiler and version...
2555 dnl check if we are using a buggy version of g++ (currently 3.4.0, 3.4.1 and trunk)
2557 AC_MSG_CHECKING([the GNU C++ compiler version])
2587 ],[AC_MSG_ERROR([your version of the GNU C++ compiler has a bug which prevents Apache OpenOffice fr…
2707 AC_MSG_CHECKING([Compaq C++ compiler version])
2712 AC_MSG_WARN([found version "$_compaqc_version", use version 6 of the Compaq C++ compiler])
2713 echo "found version $_compaqc_version, use version 6 of the Compaq C++ compiler" >> warn
2786 # checking for ccache presence/version
2792 # check ccache version
2793 AC_MSG_CHECKING([whether version of ccache is suitable])
2794 CCACHE_VERSION=`"$CCACHE" -V | "$AWK" '/^ccache version/{print $3}'`
2814 …AC_MSG_NOTICE([ccache version $CCACHE_VERSION not accepted. See description for --enable-ccache-sk…
2943 dnl Custom build version
2946 AC_MSG_CHECKING([whether to add custom build version])
3027 dnl java -version sends output to stderr!
3028 if test `$JAVAINTERPRETER -version 2>&1 | $GREP -c "Kaffe"` -gt 0; then
3031 # KAFFE_VER=`$JAVAINTERPRETER -version 2>&1 | $EGREP " Version:" | $SED -r "s/.* Version: …
3033 # AC_MSG_ERROR([looks like Kaffe but version detection failed])
3047 elif test `$JAVAINTERPRETER --version 2>&1 | $GREP -c "GNU libgcj"` -gt 0; then
3050 …_gij_version=`$JAVAINTERPRETER --version | $GREP GNU | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's…
3053 elif test `$JAVAINTERPRETER -version 2>&1 | awk '{ print }' | $GREP -c "BEA"` -gt 0; then
3058 # _jdk=`$JAVAINTERPRETER -version 2>&1 | $AWK -F'"' '{ print \$2 }' | $SED s/[[-A-Za-z]]*//`
3077 elif test `$JAVAINTERPRETER -version 2>&1 | awk '{ print }' | $GREP -c "IBM"` -gt 0; then
3081 _jdk=`$JAVAINTERPRETER -version 2>&1 | $AWK -F'"' '{ print \$2 }' | $SED s/[[-A-Za-z]]*//`
3101 _jdk=`$JAVAINTERPRETER -version 2>&1 | $AWK -F'"' '{ print \$2 }' | $SED s/[[-A-Za-z]]*//`
3163 if test `$JAVACOMPILER -version 2>&1 | $GREP -c "Eclipse Java Compiler"` -gt 0; then
3178 if test `$JAVACOMPILER --version 2>&1 | $GREP -c "GCC"` -gt 0; then
3442 if $EPM --version | $GREP "ESP Package Manager" >/dev/null 2>/dev/null; then
3447 AC_MSG_CHECKING([EPM version])
3448 … EPM_VERSION=`$EPM --version | $GREP 'ESP Package Manager' | cut -d' ' -f5 | $SED -e s/v//`
3536 $a --version >/dev/null 2> /dev/null
3613 AC_MSG_CHECKING([gperf version])
3614 if test "`$GPERF --version | $EGREP ^GNU\ gperf | $AWK '{ print $3 }' | cut -d. -f1`" -ge "3"; then
3913 AC_MSG_ERROR([SDK version < 10.9 is not longer supported])
3935 sdk_path=`xcodebuild -version -sdk ${sdk_found} Path`
3943 sdk_path=`xcodebuild -version -sdk ${sdk_found} Path`
3977 dnl hex version of Python 2.7.1 = 34013680
3979 _python_version=`$_python -c "import sys; print sys.version;" | head -c 3`
3980 AC_MSG_RESULT([compiling against system python (version $_python_version)])
4087 AC_MSG_CHECKING([whether lucene is version 2.x])
4101 AC_MSG_CHECKING([whether lucene is version 3.x])
4154 AC_MSG_CHECKING([MySQL version])
4158 MYSQL_VERSION=`$MYSQLCONFIG --version`
4159 MYSQL_MAJOR=`$MYSQLCONFIG --version | cut -d"." -f1`
4213 AC_MSG_CHECKING([version])
4261 ($t, $version) = split (/:/,$line);
4262 $version =~ s/^\s//;
4263 ($a, $b, $c, $d) = split (/\./,$version);
4354 dnl "home edition" version, which is crippled to not support those java extensions.
4390 [<?xml version="1.0" encoding="UTF-8"?>
4391 <xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
4499 # check curl version
4501 … if test "`$CURLCONFIG --version | $AWK -F' ' '{print $2}' | $AWK -F. '{ print $1 }'`" -gt "7" -a \
4502 "`$CURLCONFIG --version | $AWK -F' ' '{print $2}' | $AWK -F. '{ print $2 }'`" -gt "13" -a \
4503 "`$CURLCONFIG --version | $AWK -F' ' '{print $2}' | $AWK -F. '{ print $3 }'`" -gt "1"; then
4744 AC_MSG_CHECKING([ICU version])
4748 ICU_VERSION=`$ICUCONFIG --version`
4749 ICU_MAJOR=`$ICUCONFIG --version | cut -d"." -f1`
4750 ICU_MINOR=`$ICUCONFIG --version | cut -d"." -f2`
4751 ICU_MICRO=`$ICUCONFIG --version | cut -d"." -f3`
5186 dnl testing libc version for Linux...
5226 # the registry entry. (we prefer the old version!?)
5495 AC_MSG_CHECKING([whether NSIS version is >= 3.*])
5503 AC_MSG_RESULT([NSIS version compiled with Unicode support.])
5506 …AC_MSG_WARN([NSIS version compiled without Unicode support, no self contained installer will be bu…
5510 AC_MSG_WARN([NSIS version found is < 3.*, no self contained installer will be build.])
5523 AC_MSG_CHECKING([the bison version])
5524 …_bison_version=`$BISON --version | $GREP GNU | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`;
5563 if $GNUPATCH --version | $GREP "Free Software Foundation" >/dev/null 2>/dev/null; then
5591 if $GNUCP --version 2>/dev/null | $GREP "coreutils" >/dev/null 2>/dev/null; then
5702 …AC_MSG_ERROR([Zip version 3.0 or newer is required to build, please install or use --with-zip-home…
5710 AC_MSG_ERROR([$ZIP found in the path is not the required cygwin version of Info-ZIPs zip.exe.])
6318 AC_MSG_CHECKING([whether commons-lang is version 3.x])
6756 # we have only the dynamic version
6760 # static version
6796 dnl always rely on the system version of gdk-pixbuf
6803 dnl always rely on the system version of glib
6810 dnl always rely on the system version of gettext
6829 dnl always rely on the system version of pango
6836 dnl Test whether to build libpng or rely on the system version
6838 AC_MSG_CHECKING([whether to build own version of libpng])
6857 dnl Test whether to build libjpeg or rely on the system version
6861 dnl this should be unified into using only one version for both
6863 AC_MSG_CHECKING([whether to build own version of libjpeg])
7054 ant_version=`$ANT -version | $AWK '{ print $4; }'`
7156 AC_MSG_CHECKING([whether JUnit is version 4.x])
7173 AC_MSG_RESULT([yes, but Hamcrest Core is mandatory with this JUnit version (>= 4.11)])
7187 AC_MSG_ERROR([no, your JUnit version is too old, you need JUnit 4.x])