Lines Matching refs:version

803                           NOTE: requires patched version because of a bug in
805 explicitly enable if your version of ccache does not
806 identify as version 2.4_OOo
870 AC_ARG_WITH(os-version,
871 [ --with-os-version For FreeBSD users, use this option option to override
874 Usage: --with-os-version=<OSVERSION>
896 AC_ARG_WITH(build-version,
897 [ --with-build-version Allows the builder to add a custom version tag
901 Usage: --with-build-version="Built by Jim"
1057 AC_MSG_CHECKING([Cygwin version])
1067 # get info about the system provided release/version details
1685 if $CC --version 2>&1 | grep clang > /dev/null ; then
1710 dnl Test the gcc version, 3 is OK
1714 AC_MSG_CHECKING([the GNU gcc compiler version])
1720 AC_MSG_ERROR([found version "$_gcc_version", use version 3+ of the gcc compiler])
1724 AC_MSG_ERROR([version "$_gcc_version" gives internal error with small.])
1735 if $CC -Wl,--version 2>&1 |head -n 1| grep -v GNU > /dev/null;then
1789 $a --version 2> /dev/null | grep GNU 2>&1 > /dev/null
1800 AC_MSG_CHECKING([the GNU make version])
1801 _make_version=`$GNUMAKE --version | grep GNU | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`;
1806 AC_MSG_ERROR([failed ($GNUMAKE version >= 3.81 needed])
1859 AC_MSG_CHECKING([the dmake version])
1888 $a --version 2> /dev/null | egrep "GNU|libarchive" 2>&1 > /dev/null
1902 dnl Test the solaris compiler version
1908 AC_MSG_CHECKING([the SunStudio C/C++ compiler version])
1914 …AC_MSG_ERROR([found version "$_sunstudio_version", use version 5.5, 5.7, 5.8 or 5.9 of the SunStud…
1918 …AC_MSG_ERROR([found version "$_sunstudio_version", use version 5.5, 5.7, 5.8 or 5.9 of the SunStud…
1953 AC_MSG_CHECKING([the Compaq C compiler version])
1958 AC_MSG_ERROR([found version "$_compaqc_version", use version 6 of the Compaq C compiler])
1967 dnl Check whether there's a Perl version available.
1984 dnl Testing for Perl version 5 or greater.
1985 dnl $] is the perl version variable, it is returned as an integer
1988 AC_MSG_CHECKING([the Perl version])
1992 AC_MSG_ERROR([found Perl version "$_perl_version", use version 5 of Perl])
1996 AC_MSG_ERROR([Perl not found, install version 5 of Perl])
2116 AC_MSG_RESULT([found Compiler version $CCNUMVER in \"$CCTXTVER\"])
2364 dnl Testing for c++ compiler and version...
2383 dnl check if we are using a buggy version of g++ (currently 3.4.0, 3.4.1 and trunk)
2385 AC_MSG_CHECKING([the GNU C++ compiler version])
2415 ],[AC_MSG_ERROR([your version of the GNU C++ compile has a bug which prevents Apache OpenOffice fro…
2568 AC_MSG_CHECKING([Compaq C++ compiler version])
2573 AC_MSG_WARN([found version "$_compaqc_version", use version 6 of the Compaq C++ compiler])
2574 echo "found version $_compaqc_version, use version 6 of the Compaq C++ compiler" >> warn
2748 # checking for ccache presence/version
2754 # check ccache version
2755 AC_MSG_CHECKING([whether version of ccache is suitable])
2756 CCACHE_VERSION=`"$CCACHE" -V | "$AWK" '/^ccache version/{print $3}'`
2776 …AC_MSG_NOTICE([ccache version $CCACHE_VERSION not accepted. See description for --enable-ccache-sk…
2905 dnl Custom build version
2908 AC_MSG_CHECKING([whether to add custom build version])
2985 dnl java -version sends output to stderr!
2986 if test `$JAVAINTERPRETER -version 2>&1 | grep -c "Kaffe"` -gt 0; then
2989 # KAFFE_VER=`$JAVAINTERPRETER -version 2>&1 | $EGREP " Version:" | $SED -r "s/.* Version: …
2991 # AC_MSG_ERROR([looks like Kaffe but version detection failed])
3005 elif test `$JAVAINTERPRETER --version 2>&1 | grep -c "GNU libgcj"` -gt 0; then
3008 …_gij_version=`$JAVAINTERPRETER --version | grep GNU | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@…
3011 elif test `$JAVAINTERPRETER -version 2>&1 | awk '{ print }' | grep -c "BEA"` -gt 0; then
3016 # _jdk=`$JAVAINTERPRETER -version 2>&1 | $AWK -F'"' '{ print \$2 }' | $SED s/[[-A-Za-z]]*//`
3035 elif test `$JAVAINTERPRETER -version 2>&1 | awk '{ print }' | grep -c "IBM"` -gt 0; then
3039 _jdk=`$JAVAINTERPRETER -version 2>&1 | $AWK -F'"' '{ print \$2 }' | $SED s/[[-A-Za-z]]*//`
3059 _jdk=`$JAVAINTERPRETER -version 2>&1 | $AWK -F'"' '{ print \$2 }' | $SED s/[[-A-Za-z]]*//`
3123 if test `$JAVACOMPILER -version 2>&1 | grep -c "Eclipse Java Compiler"` -gt 0; then
3138 if test `$JAVACOMPILER --version 2>&1 | grep -c "GCC"` -gt 0; then
3407 AC_MSG_CHECKING([epm version])
3497 $a --version >/dev/null 2> /dev/null
3586 AC_MSG_CHECKING([gperf version])
3587 if test "`$GPERF --version | $EGREP ^GNU\ gperf | $AWK '{ print $3 }' | cut -d. -f1`" -ge "3"; then
3785 AC_MSG_WARN([dit not find system cppunit version 1.12.0 or later])
3914 AC_MSG_ERROR([SDK version < 10.7 is not longer supported])
3925 sdk_path=`xcodebuild -version -sdk ${sdk_found} Path`
3956 dnl hex version of Python 2.7.1 = 34013680
3958 _python_version=`$_python -c "import sys; print sys.version;" | head -c 3`
3959 AC_MSG_RESULT([compiling against system python (version $_python_version)])
4063 AC_MSG_CHECKING([whether lucene is version 2.x])
4077 AC_MSG_CHECKING([whether lucene is version 3.x])
4130 AC_MSG_CHECKING([MySQL version])
4134 MYSQL_VERSION=`$MYSQLCONFIG --version`
4135 MYSQL_MAJOR=`$MYSQLCONFIG --version | cut -d"." -f1`
4189 AC_MSG_CHECKING([version])
4237 ($t, $version) = split (/:/,$line);
4238 $version =~ s/^\s//;
4239 ($a, $b, $c, $d) = split (/\./,$version);
4330 dnl "home edition" version, which is crippled to not support those java extensions.
4366 [<?xml version="1.0" encoding="UTF-8"?>
4367 <xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
4539 # check curl version
4541 … if test "`$CURLCONFIG --version | $AWK -F' ' '{print $2}' | $AWK -F. '{ print $1 }'`" -gt "7" -a \
4542 "`$CURLCONFIG --version | $AWK -F' ' '{print $2}' | $AWK -F. '{ print $2 }'`" -gt "13" -a \
4543 "`$CURLCONFIG --version | $AWK -F' ' '{print $2}' | $AWK -F. '{ print $3 }'`" -gt "1"; then
4775 AC_MSG_CHECKING([ICU version])
4779 ICU_VERSION=`$ICUCONFIG --version`
4780 ICU_MAJOR=`$ICUCONFIG --version | cut -d"." -f1`
4781 ICU_MINOR=`$ICUCONFIG --version | cut -d"." -f2`
4782 ICU_MICRO=`$ICUCONFIG --version | cut -d"." -f3`
5220 dnl testing libc version for Linux...
5260 # the registry entry. (we prefer the old version!?)
5529 AC_MSG_CHECKING([whether NSIS version is >= 3.*])
5537 AC_MSG_RESULT([NSIS version compiled with Unicode support.])
5540 …AC_MSG_WARN([NSIS version compiled without Unicode support, no self contained installer will be bu…
5544 AC_MSG_WARN([NSIS version found is < 3.*, no self contained installer will be build.])
5557 AC_MSG_CHECKING([the bison version])
5558 … _bison_version=`$BISON --version | grep GNU | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`;
5597 if $GNUPATCH --version | grep "Free Software Foundation" >/dev/null 2>/dev/null; then
5625 if $GNUCP --version 2>/dev/null | grep "coreutils" >/dev/null 2>/dev/null; then
5741 AC_MSG_ERROR([$ZIP found in the path is not the required cygwin version of Info-ZIPs zip.exe.])
6683 …], [AC_MSG_RESULT([yes])], [AC_MSG_ERROR([KDE version too old or too recent, please use another ve…
6799 # we have only the dynamic version
6803 # static version
6839 dnl always rely on the system version of gdk-pixbuf
6846 dnl always rely on the system version of glib
6853 dnl always rely on the system version of gettext
6872 dnl always rely on the system version of pango
6879 dnl Test whether to build libpng or rely on the system version
6881 AC_MSG_CHECKING([whether to build own version of libpng])
6900 dnl Test whether to build libjpeg or rely on the system version
6904 dnl this should be unified into using only one version for both
6906 AC_MSG_CHECKING([whether to build own version of libjpeg])
7097 ant_version=`$ANT -version | $AWK '{ print $4; }'`