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
1162 # Map the Darwin (XNU) major version to the macOS version.
1170 AC_MSG_NOTICE([Detected Darwin version: $_darwin_version ($_osx_version)])
1781 dnl Test the gcc version, 3 is OK
1785 AC_MSG_CHECKING([the GNU gcc compiler version])
1791 AC_MSG_ERROR([found version "$_gcc_version", use version 3+ of the gcc compiler])
1795 AC_MSG_ERROR([version "$_gcc_version" gives internal error with small.])
1806 if $CC -Wl,--version 2>&1 |head -n 1| $GREP -v GNU > /dev/null;then
1860 $a --version 2> /dev/null | $GREP GNU 2>&1 > /dev/null
1871 AC_MSG_CHECKING([the GNU make version])
1872 _make_version=`$GNUMAKE --version | $GREP GNU | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`;
1877 AC_MSG_ERROR([failed ($GNUMAKE version >= 3.81 needed])
1930 AC_MSG_CHECKING([the dmake version])
1959 $a --version 2> /dev/null | $EGREP "GNU|libarchive" 2>&1 > /dev/null
1977 $a --version 2> /dev/null > /dev/null
1993 dnl Test the solaris compiler version
1999 AC_MSG_CHECKING([the SunStudio C/C++ compiler version])
2005 …AC_MSG_ERROR([found version "$_sunstudio_version", use version 5.5, 5.7, 5.8 or 5.9 of the SunStud…
2009 …AC_MSG_ERROR([found version "$_sunstudio_version", use version 5.5, 5.7, 5.8 or 5.9 of the SunStud…
2044 AC_MSG_CHECKING([the Compaq C compiler version])
2049 AC_MSG_ERROR([found version "$_compaqc_version", use version 6 of the Compaq C compiler])
2058 dnl Check whether there's a Perl version available.
2075 dnl Testing for Perl version 5 or greater.
2076 dnl $] is the perl version variable, it is returned as an integer
2079 AC_MSG_CHECKING([the Perl version])
2083 AC_MSG_ERROR([found Perl version "$_perl_version", use version 5 of Perl])
2087 AC_MSG_ERROR([Perl not found, install version 5 of Perl])
2224 AC_MSG_RESULT([found Compiler version $CCNUMVER in "$CCTXTVER"])
2264 if $CC --version 2>&1 | $GREP clang > /dev/null ; then
2280 dnl Decode the compiler version. Logic from main/solenv/inc/tg_compv.mk.
2296 CCVER=`${CC} --version 2>&1 | head -n1 | sed -e"s/.*version //" -e"s/ .*//"`;
2298 # The version in tg_compv.mk for darwin does not look correct
2346 AC_MSG_ERROR([Unable to detect compiler version]);;
2593 dnl Testing for c++ compiler and version...
2612 dnl check if we are using a buggy version of g++ (currently 3.4.0, 3.4.1 and trunk)
2614 AC_MSG_CHECKING([the GNU C++ compiler version])
2644 ]])],[AC_MSG_ERROR([your version of the GNU C++ compiler has a bug which prevents Apache OpenOffice…
2764 AC_MSG_CHECKING([Compaq C++ compiler version])
2769 AC_MSG_WARN([found version "$_compaqc_version", use version 6 of the Compaq C++ compiler])
2770 echo "found version $_compaqc_version, use version 6 of the Compaq C++ compiler" >> warn
2839 # checking for ccache presence/version
2845 # check ccache version
2846 AC_MSG_CHECKING([whether version of ccache is suitable])
2847 CCACHE_VERSION=`"$CCACHE" -V | "$AWK" '/^ccache version/{print $3}'`
2867 …AC_MSG_NOTICE([ccache version $CCACHE_VERSION not accepted. See description for --enable-ccache-sk…
2994 dnl Custom build version
2997 AC_MSG_CHECKING([whether to add custom build version])
3078 dnl java -version sends output to stderr!
3079 if test `$JAVAINTERPRETER -version 2>&1 | $GREP -c "Kaffe"` -gt 0; then
3082 # KAFFE_VER=`$JAVAINTERPRETER -version 2>&1 | $EGREP " Version:" | $SED -r "s/.* Version: …
3084 # AC_MSG_ERROR([looks like Kaffe but version detection failed])
3098 elif test `$JAVAINTERPRETER --version 2>&1 | $GREP -c "GNU libgcj"` -gt 0; then
3101 …_gij_version=`$JAVAINTERPRETER --version | $GREP GNU | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's…
3104 elif test `$JAVAINTERPRETER -version 2>&1 | awk '{ print }' | $GREP -c "BEA"` -gt 0; then
3109 # _jdk=`$JAVAINTERPRETER -version 2>&1 | $AWK -F'"' '{ print \$2 }' | $SED s/[[-A-Za-z]]*//`
3128 elif test `$JAVAINTERPRETER -version 2>&1 | awk '{ print }' | $GREP -c "IBM"` -gt 0; then
3132 _jdk=`$JAVAINTERPRETER -version 2>&1 | $AWK -F'"' '{ print \$2 }' | $SED s/[[-A-Za-z]]*//`
3152 _jdk=`$JAVAINTERPRETER -version 2>&1 | $AWK -F'"' '{ print \$2 }' | $SED s/[[-A-Za-z]]*//`
3214 if test `$JAVACOMPILER -version 2>&1 | $GREP -c "Eclipse Java Compiler"` -gt 0; then
3229 if test `$JAVACOMPILER --version 2>&1 | $GREP -c "GCC"` -gt 0; then
3493 if $EPM --version | $GREP "ESP Package Manager" >/dev/null 2>/dev/null; then
3498 AC_MSG_CHECKING([EPM version])
3499 … EPM_VERSION=`$EPM --version | $GREP 'ESP Package Manager' | cut -d' ' -f5 | $SED -e s/v//`
3587 $a --version >/dev/null 2> /dev/null
3664 AC_MSG_CHECKING([gperf version])
3665 if test "`$GPERF --version | $EGREP ^GNU\ gperf | $AWK '{ print $3 }' | cut -d. -f1`" -ge "3"; then
3983 sdk_path=`xcodebuild -version -sdk ${sdk_found} Path`
3992 dnl --macosx-sdk=<version> given (not a path): resolve it. Prefer
3998 sdk_path=`xcodebuild -version -sdk ${sdk_found} Path`
4060 dnl hex version of Python 2.7.1 = 34013680
4062 _python_version=`$_python -c "import sys; print(sys.version);" | head -c 3`
4063 AC_MSG_RESULT([compiling against system python (version $_python_version)])
4192 AC_MSG_CHECKING([whether lucene is version 2.x])
4206 AC_MSG_CHECKING([whether lucene is version 3.x])
4259 AC_MSG_CHECKING([MySQL version])
4263 MYSQL_VERSION=`$MYSQLCONFIG --version`
4264 MYSQL_MAJOR=`$MYSQLCONFIG --version | cut -d"." -f1`
4318 AC_MSG_CHECKING([version])
4366 ($t, $version) = split (/:/,$line);
4367 $version =~ s/^\s//;
4368 ($a, $b, $c, $d) = split (/\./,$version);
4459 dnl "home edition" version, which is crippled to not support those java extensions.
4495 [<?xml version="1.0" encoding="UTF-8"?>
4496 <xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
4604 # check curl version
4606 … if test "`$CURLCONFIG --version | $AWK -F' ' '{print $2}' | $AWK -F. '{ print $1 }'`" -gt "7" -a \
4607 "`$CURLCONFIG --version | $AWK -F' ' '{print $2}' | $AWK -F. '{ print $2 }'`" -gt "13" -a \
4608 "`$CURLCONFIG --version | $AWK -F' ' '{print $2}' | $AWK -F. '{ print $3 }'`" -gt "1"; then
4848 AC_MSG_CHECKING([ICU version])
4852 ICU_VERSION=`$ICUCONFIG --version`
4853 ICU_MAJOR=`$ICUCONFIG --version | cut -d"." -f1`
4854 ICU_MINOR=`$ICUCONFIG --version | cut -d"." -f2`
4855 ICU_MICRO=`$ICUCONFIG --version | cut -d"." -f3`
5290 dnl testing libc version for Linux...
5330 # the registry entry. (we prefer the old version!?)
5599 AC_MSG_CHECKING([whether NSIS version is >= 3.*])
5607 AC_MSG_RESULT([NSIS version compiled with Unicode support.])
5610 …AC_MSG_WARN([NSIS version compiled without Unicode support, no self contained installer will be bu…
5614 AC_MSG_WARN([NSIS version found is < 3.*, no self contained installer will be build.])
5627 AC_MSG_CHECKING([the bison version])
5628 …_bison_version=`$BISON --version | $GREP GNU | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`;
5667 if $GNUPATCH --version | $GREP "Free Software Foundation" >/dev/null 2>/dev/null; then
5695 if $GNUCP --version 2>/dev/null | $GREP "coreutils" >/dev/null 2>/dev/null; then
5806 …AC_MSG_ERROR([Zip version 3.0 or newer is required to build, please install or use --with-zip-home…
5814 AC_MSG_ERROR([$ZIP found in the path is not the required cygwin version of Info-ZIPs zip.exe.])
6422 AC_MSG_CHECKING([whether commons-lang is version 3.x])
6860 # we have only the dynamic version
6864 # static version
6900 dnl always rely on the system version of gdk-pixbuf
6907 dnl always rely on the system version of glib
6914 dnl always rely on the system version of gettext
6933 dnl always rely on the system version of pango
6940 dnl Test whether to build libpng or rely on the system version
6942 AC_MSG_CHECKING([whether to build own version of libpng])
6961 dnl Test whether to build libjpeg or rely on the system version
6965 dnl this should be unified into using only one version for both
6967 AC_MSG_CHECKING([whether to build own version of libjpeg])
7158 ant_version=`$ANT -version | $AWK '{ print $4; }'`
7260 AC_MSG_CHECKING([whether JUnit is version 4.x])
7277 AC_MSG_RESULT([yes, but Hamcrest Core is mandatory with this JUnit version (>= 4.11)])
7291 AC_MSG_ERROR([no, your JUnit version is too old, you need JUnit 4.x])