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)])
1742 dnl Test the gcc version, 3 is OK
1746 AC_MSG_CHECKING([the GNU gcc compiler version])
1752 AC_MSG_ERROR([found version "$_gcc_version", use version 3+ of the gcc compiler])
1756 AC_MSG_ERROR([version "$_gcc_version" gives internal error with small.])
1767 if $CC -Wl,--version 2>&1 |head -n 1| $GREP -v GNU > /dev/null;then
1821 $a --version 2> /dev/null | $GREP GNU 2>&1 > /dev/null
1832 AC_MSG_CHECKING([the GNU make version])
1833 _make_version=`$GNUMAKE --version | $GREP GNU | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`;
1838 AC_MSG_ERROR([failed ($GNUMAKE version >= 3.81 needed])
1891 AC_MSG_CHECKING([the dmake version])
1920 $a --version 2> /dev/null | $EGREP "GNU|libarchive" 2>&1 > /dev/null
1934 dnl Test the solaris compiler version
1940 AC_MSG_CHECKING([the SunStudio C/C++ compiler version])
1946 …AC_MSG_ERROR([found version "$_sunstudio_version", use version 5.5, 5.7, 5.8 or 5.9 of the SunStud…
1950 …AC_MSG_ERROR([found version "$_sunstudio_version", use version 5.5, 5.7, 5.8 or 5.9 of the SunStud…
1985 AC_MSG_CHECKING([the Compaq C compiler version])
1990 AC_MSG_ERROR([found version "$_compaqc_version", use version 6 of the Compaq C compiler])
1999 dnl Check whether there's a Perl version available.
2016 dnl Testing for Perl version 5 or greater.
2017 dnl $] is the perl version variable, it is returned as an integer
2020 AC_MSG_CHECKING([the Perl version])
2024 AC_MSG_ERROR([found Perl version "$_perl_version", use version 5 of Perl])
2028 AC_MSG_ERROR([Perl not found, install version 5 of Perl])
2165 AC_MSG_RESULT([found Compiler version $CCNUMVER in \"$CCTXTVER\"])
2205 if $CC --version 2>&1 | $GREP clang > /dev/null ; then
2221 dnl Decode the compiler version. Logic from main/solenv/inc/tg_compv.mk.
2237 CCVER=`${CC} --version 2>&1 | head -n1 | sed -e"s/.*version //" -e"s/ .*//"`;
2239 # The version in tg_compv.mk for darwin does not look correct
2287 AC_MSG_ERROR([Unable to detect compiler version]);;
2526 dnl Testing for c++ compiler and version...
2545 dnl check if we are using a buggy version of g++ (currently 3.4.0, 3.4.1 and trunk)
2547 AC_MSG_CHECKING([the GNU C++ compiler version])
2577 ],[AC_MSG_ERROR([your version of the GNU C++ compiler has a bug which prevents Apache OpenOffice fr…
2697 AC_MSG_CHECKING([Compaq C++ compiler version])
2702 AC_MSG_WARN([found version "$_compaqc_version", use version 6 of the Compaq C++ compiler])
2703 echo "found version $_compaqc_version, use version 6 of the Compaq C++ compiler" >> warn
2776 # checking for ccache presence/version
2782 # check ccache version
2783 AC_MSG_CHECKING([whether version of ccache is suitable])
2784 CCACHE_VERSION=`"$CCACHE" -V | "$AWK" '/^ccache version/{print $3}'`
2804 …AC_MSG_NOTICE([ccache version $CCACHE_VERSION not accepted. See description for --enable-ccache-sk…
2933 dnl Custom build version
2936 AC_MSG_CHECKING([whether to add custom build version])
3013 dnl java -version sends output to stderr!
3014 if test `$JAVAINTERPRETER -version 2>&1 | $GREP -c "Kaffe"` -gt 0; then
3017 # KAFFE_VER=`$JAVAINTERPRETER -version 2>&1 | $EGREP " Version:" | $SED -r "s/.* Version: …
3019 # AC_MSG_ERROR([looks like Kaffe but version detection failed])
3033 elif test `$JAVAINTERPRETER --version 2>&1 | $GREP -c "GNU libgcj"` -gt 0; then
3036 …_gij_version=`$JAVAINTERPRETER --version | $GREP GNU | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's…
3039 elif test `$JAVAINTERPRETER -version 2>&1 | awk '{ print }' | $GREP -c "BEA"` -gt 0; then
3044 # _jdk=`$JAVAINTERPRETER -version 2>&1 | $AWK -F'"' '{ print \$2 }' | $SED s/[[-A-Za-z]]*//`
3063 elif test `$JAVAINTERPRETER -version 2>&1 | awk '{ print }' | $GREP -c "IBM"` -gt 0; then
3067 _jdk=`$JAVAINTERPRETER -version 2>&1 | $AWK -F'"' '{ print \$2 }' | $SED s/[[-A-Za-z]]*//`
3087 _jdk=`$JAVAINTERPRETER -version 2>&1 | $AWK -F'"' '{ print \$2 }' | $SED s/[[-A-Za-z]]*//`
3149 if test `$JAVACOMPILER -version 2>&1 | $GREP -c "Eclipse Java Compiler"` -gt 0; then
3164 if test `$JAVACOMPILER --version 2>&1 | $GREP -c "GCC"` -gt 0; then
3428 if $EPM --version | $GREP "ESP Package Manager" >/dev/null 2>/dev/null; then
3433 AC_MSG_CHECKING([EPM version])
3434 … EPM_VERSION=`$EPM --version | $GREP 'ESP Package Manager' | cut -d' ' -f5 | $SED -e s/v//`
3522 $a --version >/dev/null 2> /dev/null
3599 AC_MSG_CHECKING([gperf version])
3600 if test "`$GPERF --version | $EGREP ^GNU\ gperf | $AWK '{ print $3 }' | cut -d. -f1`" -ge "3"; then
3899 AC_MSG_ERROR([SDK version < 10.9 is not longer supported])
3921 sdk_path=`xcodebuild -version -sdk ${sdk_found} Path`
3929 sdk_path=`xcodebuild -version -sdk ${sdk_found} Path`
3963 dnl hex version of Python 2.7.1 = 34013680
3965 _python_version=`$_python -c "import sys; print sys.version;" | head -c 3`
3966 AC_MSG_RESULT([compiling against system python (version $_python_version)])
4073 AC_MSG_CHECKING([whether lucene is version 2.x])
4087 AC_MSG_CHECKING([whether lucene is version 3.x])
4140 AC_MSG_CHECKING([MySQL version])
4144 MYSQL_VERSION=`$MYSQLCONFIG --version`
4145 MYSQL_MAJOR=`$MYSQLCONFIG --version | cut -d"." -f1`
4199 AC_MSG_CHECKING([version])
4247 ($t, $version) = split (/:/,$line);
4248 $version =~ s/^\s//;
4249 ($a, $b, $c, $d) = split (/\./,$version);
4340 dnl "home edition" version, which is crippled to not support those java extensions.
4376 [<?xml version="1.0" encoding="UTF-8"?>
4377 <xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
4485 # check curl version
4487 … if test "`$CURLCONFIG --version | $AWK -F' ' '{print $2}' | $AWK -F. '{ print $1 }'`" -gt "7" -a \
4488 "`$CURLCONFIG --version | $AWK -F' ' '{print $2}' | $AWK -F. '{ print $2 }'`" -gt "13" -a \
4489 "`$CURLCONFIG --version | $AWK -F' ' '{print $2}' | $AWK -F. '{ print $3 }'`" -gt "1"; then
4730 AC_MSG_CHECKING([ICU version])
4734 ICU_VERSION=`$ICUCONFIG --version`
4735 ICU_MAJOR=`$ICUCONFIG --version | cut -d"." -f1`
4736 ICU_MINOR=`$ICUCONFIG --version | cut -d"." -f2`
4737 ICU_MICRO=`$ICUCONFIG --version | cut -d"." -f3`
5172 dnl testing libc version for Linux...
5212 # the registry entry. (we prefer the old version!?)
5481 AC_MSG_CHECKING([whether NSIS version is >= 3.*])
5489 AC_MSG_RESULT([NSIS version compiled with Unicode support.])
5492 …AC_MSG_WARN([NSIS version compiled without Unicode support, no self contained installer will be bu…
5496 AC_MSG_WARN([NSIS version found is < 3.*, no self contained installer will be build.])
5509 AC_MSG_CHECKING([the bison version])
5510 …_bison_version=`$BISON --version | $GREP GNU | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`;
5549 if $GNUPATCH --version | $GREP "Free Software Foundation" >/dev/null 2>/dev/null; then
5577 if $GNUCP --version 2>/dev/null | $GREP "coreutils" >/dev/null 2>/dev/null; then
5688 …AC_MSG_ERROR([Zip version 3.0 or newer is required to build, please install or use --with-zip-home…
5696 AC_MSG_ERROR([$ZIP found in the path is not the required cygwin version of Info-ZIPs zip.exe.])
6304 AC_MSG_CHECKING([whether commons-lang is version 3.x])
6742 # we have only the dynamic version
6746 # static version
6782 dnl always rely on the system version of gdk-pixbuf
6789 dnl always rely on the system version of glib
6796 dnl always rely on the system version of gettext
6815 dnl always rely on the system version of pango
6822 dnl Test whether to build libpng or rely on the system version
6824 AC_MSG_CHECKING([whether to build own version of libpng])
6843 dnl Test whether to build libjpeg or rely on the system version
6847 dnl this should be unified into using only one version for both
6849 AC_MSG_CHECKING([whether to build own version of libjpeg])
7040 ant_version=`$ANT -version | $AWK '{ print $4; }'`
7142 AC_MSG_CHECKING([whether JUnit is version 4.x])
7159 AC_MSG_RESULT([yes, but Hamcrest Core is mandatory with this JUnit version (>= 4.11)])
7173 AC_MSG_ERROR([no, your JUnit version is too old, you need JUnit 4.x])