Author: jim
Date: Sat Nov 25 15:49:19 2017
New Revision: 1816310

URL: http://svn.apache.org/viewvc?rev=1816310&view=rev
Log:
prep dev info

Added:
    openoffice/devtools/build-scripts/4.2.0-dev/unxlngi6/
    openoffice/devtools/build-scripts/4.2.0-dev/unxlngix6/
    
openoffice/devtools/build-scripts/4.2.0-dev/unxlngix6/build_aoo64bit_on_centos6.sh
   (with props)
    openoffice/devtools/build-scripts/4.2.0-dev/unxlngix6/config.log
    openoffice/devtools/build-scripts/4.2.0-dev/wntmsci/

Added: 
openoffice/devtools/build-scripts/4.2.0-dev/unxlngix6/build_aoo64bit_on_centos6.sh
URL: 
http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.2.0-dev/unxlngix6/build_aoo64bit_on_centos6.sh?rev=1816310&view=auto
==============================================================================
--- 
openoffice/devtools/build-scripts/4.2.0-dev/unxlngix6/build_aoo64bit_on_centos6.sh
 (added)
+++ 
openoffice/devtools/build-scripts/4.2.0-dev/unxlngix6/build_aoo64bit_on_centos6.sh
 Sat Nov 25 15:49:19 2017
@@ -0,0 +1,76 @@
+#!/bin/bash
+
+#
+# Parse options
+#
+AOO_SKIP_CONFIG=
+AOO_VERBOSE_BUILD=
+AOO_BUILD_TYPE="Community Build"
+AOO_BUILD_VERSION=
+
+while true; do
+  case "$1" in
+    "--verbose" ) AOO_VERBOSE_BUILD="--enable-verbose"; shift ;;
+    "--skip-config" ) AOO_SKIP_CONFIG="yes"; shift ;;
+    "--dev" ) AOO_BUILD_TYPE="Development Build"; AOO_BUILD_VERSION=" 
[${AOO_BUILD_TYPE}]"; shift ;;
+    "--" ) shift; break ;;
+    "" ) break ;;
+    * ) echo "unknown option: $1"; shift ;;
+  esac
+done
+
+if [ ! -d ../main -o ! -d sal ] ; then
+       echo "CHDIR into AOO's main/ directory first!"
+       exit 1
+fi
+
+if [ ! -e external/unowinreg/unowinreg.dll ] ; then
+       echo "Downloading unowinreg.dll..."
+    wget -O external/unowinreg/unowinreg.dll 
http://www.openoffice.org/tools/unowinreg_prebuild/680/unowinreg.dll
+fi
+
+LANGS="ast bg ca ca-XR ca-XV cs da de el en-GB en-US es eu fi fr gd gl he hi 
hu it ja km ko lt nb nl pl pt pt-BR ru sk sl sr sv ta th tr vi zh-CN zh-TW"
+
+if [ -e configure.in ]; then
+    AOO_CONF_T="configure.in"
+else
+    AOO_CONF_T="configure.ac"
+fi
+if [ ! -e configure -o $AOO_CONF_T -nt configure ] ; then
+       echo "Running autoconf..."
+       autoconf || exit 1
+fi
+
+if [ "$AOO_SKIP_CONFIG" != "yes" ]; then
+    ( ./configure   \
+       --with-build-version="$(date +"%Y-%m-%d %H:%M:%S (%a, %d %b %Y)") - 
`uname -sm`${AOO_BUILD_VERSION}" \
+       ${AOO_VERBOSE_BUILD} \
+       --with-vendor="Apache OpenOffice ${AOO_BUILD_TYPE}" \
+       --with-system-stdlibs \
+       --enable-crashdump=yes \
+       --enable-category-b \
+       --enable-wiki-publisher \
+       --enable-bundled-dictionaries \
+       --enable-opengl  \
+       --enable-dbus  \
+       --enable-gstreamer \
+       --without-junit \
+       --without-stlport \
+       --with-ant-home=$ANT_HOME \
+       --with-package-format="rpm deb" \
+       --with-lang="${LANGS}" \
+       
--with-dmake-url=http://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2
 \
+       
--with-epm-url=http://sourceforge.net/projects/oooextras.mirror/files/epm-3.7.tar.gz
 \
+       | tee config.out ) || exit 1
+fi
+
+source ./LinuxX86-64Env.Set.sh || exit 1 
+./bootstrap || exit 1
+cd instsetoo_native
+time perl "$SOLARENV/bin/build.pl" --all -- -P5 || exit 1
+cd util
+dmake -P2 ooolanguagepack || exit 1
+dmake -P2 sdkoo_en-US || exit 1 
+
+date "+Build ended at %H:%M:%S"
+

Propchange: 
openoffice/devtools/build-scripts/4.2.0-dev/unxlngix6/build_aoo64bit_on_centos6.sh
------------------------------------------------------------------------------
    svn:executable = *

Added: openoffice/devtools/build-scripts/4.2.0-dev/unxlngix6/config.log
URL: 
http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.2.0-dev/unxlngix6/config.log?rev=1816310&view=auto
==============================================================================
--- openoffice/devtools/build-scripts/4.2.0-dev/unxlngix6/config.log (added)
+++ openoffice/devtools/build-scripts/4.2.0-dev/unxlngix6/config.log Sat Nov 25 
15:49:19 2017
@@ -0,0 +1,1635 @@
+This file contains any messages produced by compilers while
+running configure, to aid debugging if configure makes a mistake.
+
+It was created by configure, which was
+generated by GNU Autoconf 2.63.  Invocation command line was
+
+  $ ./configure --with-build-version=2017-11-25 10:35:07 (Sat, 25 Nov 2017) - 
Linux x86_64 [Development Build] --with-vendor=Apache OpenOffice Development 
Build --with-system-stdlibs --enable-crashdump=yes --enable-category-b 
--enable-wiki-publisher --enable-bundled-dictionaries --enable-opengl 
--enable-dbus --enable-gstreamer --without-junit --without-stlport 
--with-ant-home=/usr/local/share/java/apache-ant --with-package-format=rpm deb 
--with-lang=ast bg ca ca-XR ca-XV cs da de el en-GB en-US es eu fi fr gd gl he 
hi hu it ja km ko lt nb nl pl pt pt-BR ru sk sl sr sv ta th tr vi zh-CN zh-TW 
--with-dmake-url=http://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2
 
--with-epm-url=http://sourceforge.net/projects/oooextras.mirror/files/epm-3.7.tar.gz
+
+## --------- ##
+## Platform. ##
+## --------- ##
+
+hostname = builder-centos64.localdomain
+uname -m = x86_64
+uname -r = 2.6.32-696.16.1.el6.x86_64
+uname -s = Linux
+uname -v = #1 SMP Wed Nov 15 16:51:15 UTC 2017
+
+/usr/bin/uname -p = unknown
+/bin/uname -X     = unknown
+
+/bin/arch              = x86_64
+/usr/bin/arch -k       = unknown
+/usr/convex/getsysinfo = unknown
+/usr/bin/hostinfo      = unknown
+/bin/machine           = unknown
+/usr/bin/oslevel       = unknown
+/bin/universe          = unknown
+
+PATH: /home/jim/bin
+PATH: /home/jim/bin
+PATH: /Users/jim/bin
+PATH: /usr/local/bin
+PATH: /usr/bin
+PATH: /bin
+PATH: /usr/sbin
+PATH: /sbin
+PATH: /opt/X11/bin
+PATH: .
+PATH: .
+PATH: .
+
+
+## ----------- ##
+## Core tests. ##
+## ----------- ##
+
+configure:4338: checking whether configure is up-to-date
+configure:4347: result: yes
+configure:4374: checking for grep that handles long lines and -e
+configure:4434: result: /bin/grep
+configure:4439: checking for egrep
+configure:4503: result: /bin/grep -E
+configure:4515: checking for gawk
+configure:4531: found /usr/bin/gawk
+configure:4542: result: gawk
+configure:4555: checking for gawk
+configure:4573: found /usr/bin/gawk
+configure:4585: result: /usr/bin/gawk
+configure:4603: checking for sed
+configure:4621: found /bin/sed
+configure:4633: result: /bin/sed
+configure:4650: checking for solenv environment
+configure:4654: result: default
+configure:4683: checking for custom pack.lst
+configure:4697: result: no
+configure:4741: checking build system type
+configure:4759: result: x86_64-pc-linux-gnu
+configure:4781: checking host system type
+configure:4796: result: x86_64-pc-linux-gnu
+configure:4818: checking target system type
+configure:4833: result: x86_64-pc-linux-gnu
+configure:5152: checking for pkg-config
+configure:5170: found /usr/bin/pkg-config
+configure:5182: result: /usr/bin/pkg-config
+configure:5207: checking pkg-config is at least version 0.9.0
+configure:5210: result: yes
+configure:5220: checking whether to enable crashdump feature
+configure:5225: result: yes
+configure:5268: checking whether to turn warnings to errors
+configure:5281: result: no
+configure:5286: checking whether to do a debug build
+configure:5297: result: no
+configure:5302: checking whether to build with additional debug utilities
+configure:5314: result: no, full product build
+configure:5321: checking whether to include symbols into final build
+configure:5345: result: no
+configure:5350: checking whether to strip the solver or not.
+configure:5371: result: yes
+configure:5388: checking whether to enable category B components
+configure:5407: result: yes: allow modules nss, hunspell, hyphen, saxon, 
rhino, beanshell, graphite, coinmp to be built
+configure:5427: checking whether to enable the Online Update support
+configure:5432: result: yes
+configure:5441: checking whether to enable unit tests
+configure:5446: result: yes
+configure:5455: checking whether to enable native CUPS support
+configure:5459: result: yes
+configure:5468: checking whether to enable fontconfig support
+configure:5472: result: yes
+configure:5537: checking whether to use RPATH in shared libraries
+configure:5544: result: yes
+configure:5565: checking whether to use dicts from external paths
+configure:5599: result: no
+configure:5654: checking for bash
+configure:5672: found /bin/bash
+configure:5684: result: /bin/bash
+configure:5701: checking gcc home
+configure:5708: result: /usr
+configure:5770: checking for gcc
+configure:5786: found /usr/bin/gcc
+configure:5797: result: gcc
+configure:6029: checking for C compiler version
+configure:6037: gcc --version >&5
+gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-18)
+Copyright (C) 2010 Free Software Foundation, Inc.
+This is free software; see the source for copying conditions.  There is NO
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+configure:6041: $? = 0
+configure:6048: gcc -v >&5
+Using built-in specs.
+Target: x86_64-redhat-linux
+Configured with: ../configure --prefix=/usr --mandir=/usr/share/man 
--infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla 
--enable-bootstrap --enable-shared --enable-threads=posix 
--enable-checking=release --with-system-zlib --enable-__cxa_atexit 
--disable-libunwind-exceptions --enable-gnu-unique-object 
--enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk 
--disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre 
--enable-libgcj-multifile --enable-java-maintainer-mode 
--with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib 
--with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 
--build=x86_64-redhat-linux
+Thread model: posix
+gcc version 4.4.7 20120313 (Red Hat 4.4.7-18) (GCC) 
+configure:6052: $? = 0
+configure:6059: gcc -V >&5
+gcc: '-V' option must have argument
+configure:6063: $? = 1
+configure:6086: checking for C compiler default output file name
+configure:6108: gcc    conftest.c  >&5
+configure:6112: $? = 0
+configure:6150: result: a.out
+configure:6169: checking whether the C compiler works
+configure:6179: ./a.out
+configure:6183: $? = 0
+configure:6202: result: yes
+configure:6209: checking whether we are cross compiling
+configure:6211: result: no
+configure:6214: checking for suffix of executables
+configure:6221: gcc -o conftest    conftest.c  >&5
+configure:6225: $? = 0
+configure:6251: result: 
+configure:6257: checking for suffix of object files
+configure:6283: gcc -c   conftest.c >&5
+configure:6287: $? = 0
+configure:6312: result: o
+configure:6316: checking whether we are using the GNU C compiler
+configure:6345: gcc -c   conftest.c >&5
+configure:6352: $? = 0
+configure:6369: result: yes
+configure:6378: checking whether gcc accepts -g
+configure:6408: gcc -c -g  conftest.c >&5
+configure:6415: $? = 0
+configure:6516: result: yes
+configure:6533: checking for gcc option to accept ISO C89
+configure:6607: gcc  -c -g -O2  conftest.c >&5
+configure:6614: $? = 0
+configure:6637: result: none needed
+configure:6685: checking for gcc
+configure:6703: found /usr/bin/gcc
+configure:6715: result: /usr/bin/gcc
+configure:6733: checking the GNU gcc compiler version
+configure:6756: result: checked (gcc 4.4.7)
+configure:6775: checking for -Bsymbolic-functions linker support 
+configure:6805: gcc -o conftest -g -O2   -Wl,-Bsymbolic-functions 
-Wl,--dynamic-list-cpp-new -Wl,--dynamic-list-cpp-typeinfo conftest.c  >&5
+configure:6812: $? = 0
+configure:6832: result: found 
+configure:6842: checking whether to enable pch feature
+configure:6860: result: no
+configure:6865: checking for GNU make
+configure:6874: result: make
+configure:6882: checking the GNU make version
+configure:6887: result: make 3.81
+configure:6896: checking for dmake
+configure:6963: no system or user-provided dmake found
+configure:6970: result: dmake will be downloaded and compiled in bootstrap
+configure:7024: checking for GNU or compatible BSD tar
+configure:7033: result: gtar
+configure:7115: checking for --hash-style=both linker support 
+configure:7144: gcc -o conftest -g -O2   -Wl,--hash-style=both conftest.c  >&5
+configure:7151: $? = 0
+configure:7171: result: found 
+configure:7249: checking for perl
+configure:7267: found /usr/bin/perl
+configure:7279: result: /usr/bin/perl
+configure:7302: checking the Perl version
+configure:7311: result: checked (perl 5)
+configure:7320: checking for required Perl modules
+configure:7328: result: all modules found
+configure:7772: checking how to run the C preprocessor
+configure:7812: gcc -E  conftest.c
+configure:7819: $? = 0
+configure:7850: gcc -E  conftest.c
+conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
+configure:7857: $? = 1
+configure: failed program was:
+| /* confdefs.h.  */
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| /* end confdefs.h.  */
+| #include <ac_nonexistent.h>
+configure:7890: result: gcc -E
+configure:7919: gcc -E  conftest.c
+configure:7926: $? = 0
+configure:7957: gcc -E  conftest.c
+conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
+configure:7964: $? = 1
+configure: failed program was:
+| /* confdefs.h.  */
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| /* end confdefs.h.  */
+| #include <ac_nonexistent.h>
+configure:8004: checking for ANSI C header files
+configure:8034: gcc -c -g -O2  conftest.c >&5
+configure:8041: $? = 0
+configure:8140: gcc -o conftest -g -O2   conftest.c  >&5
+configure:8144: $? = 0
+configure:8150: ./conftest
+configure:8154: $? = 0
+configure:8172: result: yes
+configure:8243: checking for g++
+configure:8259: found /usr/bin/g++
+configure:8270: result: g++
+configure:8297: checking for C++ compiler version
+configure:8305: g++ --version >&5
+g++ (GCC) 4.4.7 20120313 (Red Hat 4.4.7-18)
+Copyright (C) 2010 Free Software Foundation, Inc.
+This is free software; see the source for copying conditions.  There is NO
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+configure:8309: $? = 0
+configure:8316: g++ -v >&5
+Using built-in specs.
+Target: x86_64-redhat-linux
+Configured with: ../configure --prefix=/usr --mandir=/usr/share/man 
--infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla 
--enable-bootstrap --enable-shared --enable-threads=posix 
--enable-checking=release --with-system-zlib --enable-__cxa_atexit 
--disable-libunwind-exceptions --enable-gnu-unique-object 
--enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk 
--disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre 
--enable-libgcj-multifile --enable-java-maintainer-mode 
--with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib 
--with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 
--build=x86_64-redhat-linux
+Thread model: posix
+gcc version 4.4.7 20120313 (Red Hat 4.4.7-18) (GCC) 
+configure:8320: $? = 0
+configure:8327: g++ -V >&5
+g++: '-V' option must have argument
+configure:8331: $? = 1
+configure:8334: checking whether we are using the GNU C++ compiler
+configure:8363: g++ -c   conftest.cpp >&5
+configure:8370: $? = 0
+configure:8387: result: yes
+configure:8396: checking whether g++ accepts -g
+configure:8426: g++ -c -g  conftest.cpp >&5
+configure:8433: $? = 0
+configure:8534: result: yes
+configure:8562: checking how to run the C++ preprocessor
+configure:8598: g++ -E  conftest.cpp
+configure:8605: $? = 0
+configure:8636: g++ -E  conftest.cpp
+conftest.cpp:9:28: error: ac_nonexistent.h: No such file or directory
+configure:8643: $? = 1
+configure: failed program was:
+| /* confdefs.h.  */
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define STDC_HEADERS 1
+| /* end confdefs.h.  */
+| #include <ac_nonexistent.h>
+configure:8676: result: g++ -E
+configure:8705: g++ -E  conftest.cpp
+configure:8712: $? = 0
+configure:8743: g++ -E  conftest.cpp
+conftest.cpp:9:28: error: ac_nonexistent.h: No such file or directory
+configure:8750: $? = 1
+configure: failed program was:
+| /* confdefs.h.  */
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define STDC_HEADERS 1
+| /* end confdefs.h.  */
+| #include <ac_nonexistent.h>
+configure:8798: checking how to run the C preprocessor
+configure:8916: result: gcc -E
+configure:8945: gcc -E  conftest.c
+configure:8952: $? = 0
+configure:8983: gcc -E  conftest.c
+conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
+configure:8990: $? = 1
+configure: failed program was:
+| /* confdefs.h.  */
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define STDC_HEADERS 1
+| /* end confdefs.h.  */
+| #include <ac_nonexistent.h>
+configure:9046: checking for sys/types.h
+configure:9067: gcc -c -g -O2  conftest.c >&5
+configure:9074: $? = 0
+configure:9091: result: yes
+configure:9046: checking for sys/stat.h
+configure:9067: gcc -c -g -O2  conftest.c >&5
+configure:9074: $? = 0
+configure:9091: result: yes
+configure:9046: checking for stdlib.h
+configure:9067: gcc -c -g -O2  conftest.c >&5
+configure:9074: $? = 0
+configure:9091: result: yes
+configure:9046: checking for string.h
+configure:9067: gcc -c -g -O2  conftest.c >&5
+configure:9074: $? = 0
+configure:9091: result: yes
+configure:9046: checking for memory.h
+configure:9067: gcc -c -g -O2  conftest.c >&5
+configure:9074: $? = 0
+configure:9091: result: yes
+configure:9046: checking for strings.h
+configure:9067: gcc -c -g -O2  conftest.c >&5
+configure:9074: $? = 0
+configure:9091: result: yes
+configure:9046: checking for inttypes.h
+configure:9067: gcc -c -g -O2  conftest.c >&5
+configure:9074: $? = 0
+configure:9091: result: yes
+configure:9046: checking for stdint.h
+configure:9067: gcc -c -g -O2  conftest.c >&5
+configure:9074: $? = 0
+configure:9091: result: yes
+configure:9046: checking for unistd.h
+configure:9067: gcc -c -g -O2  conftest.c >&5
+configure:9074: $? = 0
+configure:9091: result: yes
+configure:9109: checking size of long
+configure:9414: gcc -o conftest -g -O2   conftest.c  >&5
+configure:9418: $? = 0
+configure:9424: ./conftest
+configure:9428: $? = 0
+configure:9454: result: 8
+configure:9467: checking whether byte ordering is bigendian
+configure:9492: gcc -c -g -O2  conftest.c >&5
+conftest.c:20: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
'a'
+configure:9499: $? = 1
+configure: failed program was:
+| /* confdefs.h.  */
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define SIZEOF_LONG 8
+| /* end confdefs.h.  */
+| #ifndef __APPLE_CC__
+|             not a universal capable compiler
+|           #endif
+|           typedef int dummy;
+| 
+configure:9549: gcc -c -g -O2  conftest.c >&5
+configure:9556: $? = 0
+configure:9588: gcc -c -g -O2  conftest.c >&5
+conftest.c: In function 'main':
+conftest.c:26: error: 'not' undeclared (first use in this function)
+conftest.c:26: error: (Each undeclared identifier is reported only once
+conftest.c:26: error: for each function it appears in.)
+conftest.c:26: error: expected ';' before 'big'
+configure:9595: $? = 1
+configure: failed program was:
+| /* confdefs.h.  */
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define SIZEOF_LONG 8
+| /* end confdefs.h.  */
+| #include <sys/types.h>
+|              #include <sys/param.h>
+| 
+| int
+| main ()
+| {
+| #if BYTE_ORDER != BIG_ENDIAN
+|               not big endian
+|              #endif
+| 
+|   ;
+|   return 0;
+| }
+configure:9847: result: no
+configure:9882: checking for special C compiler options needed for large files
+configure:9977: result: no
+configure:9983: checking for _FILE_OFFSET_BITS value needed for large files
+configure:10018: gcc -c -g -O2  conftest.c >&5
+configure:10025: $? = 0
+configure:10094: result: no
+configure:10666: checking cups/cups.h usability
+configure:10683: gcc -c -g -O2  conftest.c >&5
+configure:10690: $? = 0
+configure:10704: result: yes
+configure:10708: checking cups/cups.h presence
+configure:10723: gcc -E  conftest.c
+configure:10730: $? = 0
+configure:10744: result: yes
+configure:10772: checking for cups/cups.h
+configure:10779: result: yes
+configure:10795: checking whether to enable pam support
+configure:10798: result: yes
+configure:10811: checking security/pam_appl.h usability
+configure:10828: gcc -c -g -O2  conftest.c >&5
+configure:10835: $? = 0
+configure:10849: result: yes
+configure:10853: checking security/pam_appl.h presence
+configure:10868: gcc -E  conftest.c
+configure:10875: $? = 0
+configure:10889: result: yes
+configure:10917: checking for security/pam_appl.h
+configure:10924: result: yes
+configure:10937: checking whether to link to libpam
+configure:11023: result: no, dynamically open it
+configure:11040: checking whether to link to libcrypt
+configure:11043: result: yes
+configure:11047: checking for crypt in -lcrypt
+configure:11082: gcc -o conftest -g -O2   conftest.c -lcrypt   >&5
+configure:11089: $? = 0
+configure:11110: result: yes
+configure:11258: checking for C++ compiler version
+configure:11266: g++ --version >&5
+g++ (GCC) 4.4.7 20120313 (Red Hat 4.4.7-18)
+Copyright (C) 2010 Free Software Foundation, Inc.
+This is free software; see the source for copying conditions.  There is NO
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+configure:11270: $? = 0
+configure:11277: g++ -v >&5
+Using built-in specs.
+Target: x86_64-redhat-linux
+Configured with: ../configure --prefix=/usr --mandir=/usr/share/man 
--infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla 
--enable-bootstrap --enable-shared --enable-threads=posix 
--enable-checking=release --with-system-zlib --enable-__cxa_atexit 
--disable-libunwind-exceptions --enable-gnu-unique-object 
--enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk 
--disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre 
--enable-libgcj-multifile --enable-java-maintainer-mode 
--with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib 
--with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 
--build=x86_64-redhat-linux
+Thread model: posix
+gcc version 4.4.7 20120313 (Red Hat 4.4.7-18) (GCC) 
+configure:11281: $? = 0
+configure:11288: g++ -V >&5
+g++: '-V' option must have argument
+configure:11292: $? = 1
+configure:11295: checking whether we are using the GNU C++ compiler
+configure:11348: result: yes
+configure:11357: checking whether g++ accepts -g
+configure:11495: result: yes
+configure:11521: checking the GNU C++ compiler version
+configure:11527: result: checked (g++ 4.4.7)
+configure:11616: checking for g++ include path
+configure:11638: result: /usr/include/c++/4.4.7
+configure:11782: checking exception type
+configure:11846: result: 
+configure:11857: checking what the default STL should be
+configure:11871: checking whether gcc supports -fvisibility=hidden
+configure:11896: gcc -o conftest -g -O2 -fvisibility=hidden   conftest.c 
-lcrypt  >&5
+configure:11903: $? = 0
+configure:11924: result: yes
+configure:11935: checking whether we are allowed and able to use --ccache-skip
+configure:11938: result: only used on Mac currently, skipping
+configure:12246: checking which memory allocator to use
+configure:12644: result: internal
+configure:12650: checking whether to add custom build version
+configure:12654: result: yes, 2017-11-25 10:35:07 (Sat, 25 Nov 2017) - Linux 
x86_64 [Development Build]
+configure:12663: checking whether to build with Java support
+configure:12666: result: yes
+configure:12702: checking for java
+configure:12720: found /usr/bin/java
+configure:12732: result: /usr/bin/java
+configure:12763: checking the installed JDK
+configure:12856: result: checked (JDK 1.7.0_151)
+configure:12889: checking for javac
+configure:12907: found /usr/bin/javac
+configure:12919: result: /usr/bin/javac
+configure:12975: checking for javadoc
+configure:12993: found /usr/bin/javadoc
+configure:13005: result: /usr/bin/javadoc
+configure:13197: checking for jawt lib name
+configure:13710: result: -ljawt
+configure:13716: checking whether to enable gcj aot compilation
+configure:13781: result: no
+configure:13797: checking whether to enable EPM for packing
+configure:13800: result: yes
+configure:13808: checking for epm
+configure:13839: result: no
+configure:13853: result: epm will be downloaded and compiled in bootstrap
+configure:13921: checking which package format to use
+configure:14010: result: rpm deb
+configure:14013: checking for rpm
+configure:14034: result: /usr/bin/rpmbuild
+configure:14045: checking for dpkg
+configure:14063: found /usr/bin/dpkg
+configure:14076: result: /usr/bin/dpkg
+configure:14210: checking for gperf
+configure:14228: found /usr/bin/gperf
+configure:14240: result: /usr/bin/gperf
+configure:14251: checking for gperf
+configure:14281: result: /usr/bin/gperf
+configure:14303: checking gperf version
+configure:14306: result: OK
+configure:14316: checking whether to build the stax
+configure:14324: result: yes
+configure:14329: checking whether to build the ODK
+configure:14332: result: yes
+configure:14335: checking for external/unowinreg/unowinreg.dll
+configure:14343: result: found
+configure:14899: checking whether to provide libstdc++/libgcc_s in the 
installset
+configure:14903: result: no
+configure:14916: checking which zlib to use
+configure:15133: result: internal
+configure:15140: checking which jpeg to use
+configure:15356: result: internal
+configure:15363: checking which expat to use
+configure:15585: result: internal
+configure:15593: checking whether freetype is available
+configure:15597: checking for FREETYPE
+configure:15604: $PKG_CONFIG --exists --print-errors "freetype2 >= 2.0 "
+configure:15607: $? = 0
+configure:15621: $PKG_CONFIG --exists --print-errors "freetype2 >= 2.0 "
+configure:15624: $? = 0
+configure:15704: result: yes
+configure:15718: checking for FT_GlyphSlot_Embolden in -lfreetype
+configure:15753: gcc -o conftest -g -O2  -I/usr/include/freetype2    
-lfreetype   conftest.c -lfreetype  -lcrypt  >&5
+configure:15760: $? = 0
+configure:15781: result: yes
+configure:15816: checking which libxslt to use
+configure:15991: result: internal
+configure:16001: checking which libxml to use
+configure:16130: result: internal
+configure:16184: checking which python to use
+configure:16606: result: internal
+configure:16616: checking for bzip2
+configure:16634: found /usr/bin/bzip2
+configure:16646: result: /usr/bin/bzip2
+configure:16667: checking which lucene to use
+configure:16906: result: internal
+configure:16915: checking whether to build the MySQL Connector extension
+configure:16933: result: no
+configure:17367: checking which hsqldb to use
+configure:17439: result: internal
+configure:17448: checking which beanshell to use
+configure:17494: result: none (disabled)
+configure:17505: checking which saxon to use
+configure:17729: result: internal
+configure:17745: checking whether to enable support for JavaScript
+configure:17749: result: yes
+configure:17763: checking which libapr to use
+configure:17883: result: internal
+configure:17896: checking which libapr-util to use
+configure:18016: result: internal
+configure:18029: checking which libserf to use
+configure:18150: result: internal
+configure:18164: checking whether to enable support for CoinMP
+configure:18168: result: yes
+configure:18172: checking which coinmp to use
+configure:18443: result: internal
+configure:18462: checking which curl to use
+configure:18532: result: internal
+configure:18541: checking which mdds to use
+configure:18697: result: internal
+configure:18704: checking which boost to use
+configure:19190: result: internal
+configure:19197: checking which vigra to use
+configure:19353: result: internal
+configure:19360: checking which odbc headers to use
+configure:19505: result: internal
+configure:19512: checking whether to build XML Security support
+configure:19518: result: yes
+configure:19522: checking whether to build LDAP configuration backend
+configure:19860: checking whether to build the internal NSS module
+configure:19865: result: yes
+configure:19917: checking which sane header to use
+configure:20061: result: internal
+configure:20068: checking which icu to use
+configure:20326: result: internal
+configure:20341: checking whether to enable graphite support
+configure:20344: result: yes
+configure:20347: checking which graphite to use
+configure:20468: result: internal
+configure:20517: checking for X
+configure:20632: gcc -E  conftest.c
+configure:20639: $? = 0
+configure:20688: gcc -o conftest -g -O2   conftest.c -lX11 -lcrypt  >&5
+configure:20695: $? = 0
+configure:20757: result: libraries , headers 
+configure:20926: gcc -o conftest -g -O2   conftest.c -lcrypt   -lX11 >&5
+configure:20933: $? = 0
+configure:21101: checking for gethostbyname
+configure:21157: gcc -o conftest -g -O2   conftest.c -lcrypt  >&5
+configure:21164: $? = 0
+configure:21184: result: yes
+configure:21337: checking for connect
+configure:21393: gcc -o conftest -g -O2   conftest.c -lcrypt  >&5
+configure:21400: $? = 0
+configure:21420: result: yes
+configure:21496: checking for remove
+configure:21552: gcc -o conftest -g -O2   conftest.c -lcrypt  >&5
+configure:21559: $? = 0
+configure:21579: result: yes
+configure:21655: checking for shmat
+configure:21711: gcc -o conftest -g -O2   conftest.c -lcrypt  >&5
+configure:21718: $? = 0
+configure:21738: result: yes
+configure:21823: checking for IceConnectionNumber in -lICE
+configure:21858: gcc -o conftest -g -O2   conftest.c -lICE  -lcrypt  >&5
+configure:21865: $? = 0
+configure:21886: result: yes
+configure:21916: checking for XOpenDisplay in -lX11
+configure:21951: gcc -o conftest      conftest.c -lX11  -lcrypt  >&5
+configure:21958: $? = 0
+configure:21979: result: yes
+configure:21989: checking for XauDisposeAuth in -lXau
+configure:22024: gcc -o conftest      conftest.c -lXau  -lcrypt  >&5
+configure:22031: $? = 0
+configure:22052: result: yes
+configure:22096: checking fontconfig/fontconfig.h usability
+configure:22113: gcc -c    conftest.c >&5
+configure:22120: $? = 0
+configure:22134: result: yes
+configure:22138: checking fontconfig/fontconfig.h presence
+configure:22153: gcc -E   conftest.c
+configure:22160: $? = 0
+configure:22174: result: yes
+configure:22202: checking for fontconfig/fontconfig.h
+configure:22209: result: yes
+configure:22222: checking whether fontconfig is >= 2.2.0
+configure:22254: gcc -o conftest      conftest.c -lcrypt  >&5
+configure:22258: $? = 0
+configure:22264: ./conftest
+configure:22268: $? = 0
+configure:22270: result: yes
+configure:22289: checking whether to link to Xrender
+configure:22297: result: no, dynamically open it
+configure:22301: checking which Xrender headers to use
+configure:22445: result: internal
+configure:22534: checking whether to enable RandR support
+configure:22545: checking for XRANDR
+configure:22552: $PKG_CONFIG --exists --print-errors "xrandr >= 1.2"
+configure:22555: $? = 0
+configure:22569: $PKG_CONFIG --exists --print-errors "xrandr >= 1.2"
+configure:22572: $? = 0
+configure:22610: result: yes
+configure:22847: checking which libnss to use
+configure:22967: result: internal
+configure:22979: checking which libssl to use
+configure:23107: result: internal
+configure:23116: checking which redland library to use
+configure:23237: result: internal
+configure:23246: checking whether to build the Spell Checking component
+configure:23251: checking which libhunspell to use
+configure:23688: result: internal
+configure:23703: checking whether to build the Hyphenator component
+configure:23708: checking which libhyphen to use
+configure:24180: result: internal
+configure:24207: checking which mythes to use
+configure:24579: result: internal
+configure:24589: checking which libtextcat to use
+configure:24811: result: internal
+configure:24818: checking which libtextcat data directory to use
+configure:24829: result: internal
+configure:24836: checking whether libc is >= 2.1.1
+configure:24839: checking for gnu_get_libc_version in -lc
+configure:24874: gcc -o conftest      conftest.c -lc  -lcrypt  >&5
+configure:24881: $? = 0
+configure:24902: result: yes
+configure:24910: result: yes
+configure:24924: checking for getopt
+configure:24980: gcc -o conftest      conftest.c -lcrypt  >&5
+configure:24987: $? = 0
+configure:25009: result: yes
+configure:25027: checking for readdir_r
+configure:25083: gcc -o conftest      conftest.c -lcrypt  >&5
+configure:25090: $? = 0
+configure:25112: result: yes
+configure:25506: checking for bison
+configure:25524: found /usr/bin/bison
+configure:25536: result: /usr/bin/bison
+configure:25549: checking the bison version
+configure:25560: result: checked (/usr/bin/bison 2.4.1)
+configure:25571: checking for flex
+configure:25589: found /usr/bin/flex
+configure:25601: result: /usr/bin/flex
+configure:25616: checking for patch
+configure:25634: found /usr/bin/patch
+configure:25646: result: /usr/bin/patch
+configure:25695: checking for gnucp
+configure:25728: result: no
+configure:25695: checking for cp
+configure:25713: found /bin/cp
+configure:25725: result: /bin/cp
+configure:25752: checking whether /bin/cp is GNU cp from coreutils with 
preserve= support
+configure:25755: result: yes
+configure:25969: checking for zip
+configure:25987: found /usr/bin/zip
+configure:25999: result: /usr/bin/zip
+configure:26009: checking for unzip
+configure:26027: found /usr/bin/unzip
+configure:26039: result: /usr/bin/unzip
+configure:26175: checking which VCLplugs shall be built
+configure:26202: result: gtk
+configure:26208: checking whether to enable GConf support
+configure:26212: result: yes
+configure:26216: checking for GCONF
+configure:26223: $PKG_CONFIG --exists --print-errors "gconf-2.0 "
+configure:26226: $? = 0
+configure:26240: $PKG_CONFIG --exists --print-errors "gconf-2.0 "
+configure:26243: $? = 0
+configure:26323: result: yes
+configure:26335: checking whether to enable GNOME VFS support
+configure:26570: result: no
+configure:26585: checking for GTK
+configure:26592: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.4 
gdk-pixbuf-xlib-2.0 >= 2.2 "
+configure:26595: $? = 0
+configure:26609: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.4 
gdk-pixbuf-xlib-2.0 >= 2.2 "
+configure:26612: $? = 0
+configure:26654: result: yes
+configure:26660: checking for GTHREAD
+configure:26667: $PKG_CONFIG --exists --print-errors "gthread-2.0"
+configure:26670: $? = 0
+configure:26684: $PKG_CONFIG --exists --print-errors "gthread-2.0"
+configure:26687: $? = 0
+configure:26729: result: yes
+configure:26738: checking for GTK_2_10
+configure:26745: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.10.0"
+configure:26748: $? = 0
+configure:26762: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.10.0"
+configure:26765: $? = 0
+configure:26803: result: yes
+configure:26810: checking whether to enable DBUS support
+configure:26814: result: yes
+configure:26818: checking for DBUS
+configure:26825: $PKG_CONFIG --exists --print-errors "dbus-glib-1 >= 0.70 "
+configure:26828: $? = 0
+configure:26842: $PKG_CONFIG --exists --print-errors "dbus-glib-1 >= 0.70 "
+configure:26845: $? = 0
+configure:26925: result: yes
+configure:26934: checking whether to enable GIO support
+configure:26943: result: yes
+configure:26947: checking for GIO
+configure:26954: $PKG_CONFIG --exists --print-errors "gio-2.0 "
+configure:26957: $? = 0
+configure:26971: $PKG_CONFIG --exists --print-errors "gio-2.0 "
+configure:26974: $? = 0
+configure:27054: result: yes
+configure:27080: checking whether to build the GStreamer media backend
+configure:27085: checking for GSTREAMER
+configure:27092: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.4 
gthread-2.0 gstreamer-0.10 gstreamer-interfaces-0.10 "
+configure:27095: $? = 0
+configure:27109: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.4 
gthread-2.0 gstreamer-0.10 gstreamer-interfaces-0.10 "
+configure:27112: $? = 0
+configure:27154: result: yes
+configure:27159: result: yes
+configure:27195: checking whether to use cairo
+configure:27406: result: no
+configure:27424: checking whether to build the OpenGL Transitions component
+configure:27429: result: yes
+configure:27441: checking GL/gl.h usability
+configure:27458: gcc -c    conftest.c >&5
+configure:27465: $? = 0
+configure:27479: result: yes
+configure:27483: checking GL/gl.h presence
+configure:27498: gcc -E   conftest.c
+configure:27505: $? = 0
+configure:27519: result: yes
+configure:27547: checking for GL/gl.h
+configure:27554: result: yes
+configure:27568: checking for main in -lGL
+configure:27597: gcc -o conftest      conftest.c -lGL  -lcrypt  >&5
+configure:27604: $? = 0
+configure:27625: result: yes
+configure:27641: checking for main in -lGLU
+configure:27670: gcc -o conftest      conftest.c -lGLU  -lGL -lcrypt  >&5
+configure:27677: $? = 0
+configure:27698: result: yes
+configure:27722: checking whether to build the PDF Import extension
+configure:27856: result: no
+configure:27865: checking whether to build the Wiki Publisher extension
+configure:27868: result: yes
+configure:27870: checking for swext module
+configure:27873: result: OK
+configure:27890: checking which Servlet API Jar to use
+configure:27930: result: internal
+configure:27939: checking whether to build the Report Builder extension
+configure:28846: result: no
+configure:28867: checking which Apache commons-* libs to use
+configure:29236: result: internal
+configure:29623: checking whether to enable the lockdown pieces
+configure:29631: result: no
+configure:29636: checking whether to enable evolution 2 support
+configure:29757: result: no
+configure:29764: checking whether to include MathMLDTD
+configure:29772: result: yes
+configure:29783: checking whether to include category B fonts
+configure:29786: result: yes
+configure:29798: checking whether to include category A fonts
+configure:29801: result: yes
+configure:29813: checking whether any fonts are included
+configure:29818: result: yes
+configure:29829: checking whether to include PPDs
+configure:29832: result: yes
+configure:29842: checking whether to include AFMs
+configure:29845: result: yes
+configure:29858: checking whether and how to use Xinerama
+configure:29894: result: yes, with dynamic linking
+configure:29906: checking X11/extensions/Xinerama.h usability
+configure:29923: gcc -c    conftest.c >&5
+configure:29930: $? = 0
+configure:29944: result: yes
+configure:29948: checking X11/extensions/Xinerama.h presence
+configure:29963: gcc -E   conftest.c
+configure:29970: $? = 0
+configure:29984: result: yes
+configure:30012: checking for X11/extensions/Xinerama.h
+configure:30019: result: yes
+configure:30040: checking for XineramaIsActive in -lXinerama
+configure:30075: gcc -o conftest      conftest.c -lXinerama -L/usr/lib64 
-lXext -ldl -lGLU -lGL -lcrypt  >&5
+configure:30082: $? = 0
+configure:30103: result: yes
+configure:30157: checking whether to build own version of libpng
+configure:30173: result: no
+configure:30180: checking whether to build own version of libjpeg
+configure:30200: result: no
+configure:30209: checking whether to trigger rat scan
+configure:30212: result: no
+configure:30399: checking for jakarta-ant
+configure:30433: result: no
+configure:30399: checking for ant
+configure:30418: found /usr/local/share/java/apache-ant/bin/ant
+configure:30430: result: /usr/local/share/java/apache-ant/bin/ant
+configure:30467: checking if /usr/local/share/java/apache-ant/bin/ant works
+configure:30492: /usr/local/share/java/apache-ant/bin/ant -buildfile 
conftest.xml 1>&2
+Buildfile: /home/jim/src/asf/aoo/main/conftest.xml
+
+conftest:
+    [javac] /home/jim/src/asf/aoo/main/conftest.xml:3: warning: 
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to 
false for repeatable builds
+    [javac] Compiling 1 source file
+
+BUILD SUCCESSFUL
+Total time: 0 seconds
+configure:30495: $? = 0
+configure:30498: result: Ant works
+configure:30526: checking Ant lib directory
+configure:30555: result: Ant lib directory found.
+configure:30568: checking whether ant is >= 1.7.0
+configure: ant_version 1.9.9 
+configure: ant_version_major 1 
+configure: ant_version_minor 9 
+configure:30580: result: yes, 1.9.9
+configure:30589: checking whether ant supports mapper type="regexp"
+configure:30622: /usr/local/share/java/apache-ant/bin/ant -buildfile 
conftest.xml 1>&2
+Buildfile: /home/jim/src/asf/aoo/main/conftest.xml
+
+copytest:
+
+conftest:
+    [javac] /home/jim/src/asf/aoo/main/conftest.xml:3: warning: 
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to 
false for repeatable builds
+    [javac] Compiling 1 source file
+
+BUILD SUCCESSFUL
+Total time: 0 seconds
+configure:30625: $? = 0
+configure:30628: result: yes
+configure:30722: checking which languages to be built
+configure:30729: result: ast bg ca ca-XR ca-XV cs da de el en-GB en-US es eu 
fi fr gd gl he hi hu it ja km ko lt nb nl pl pt pt-BR ru sk sl sr sv ta th tr 
vi zh-CN zh-TW
+configure:30736: checking which languages have poor help localizations
+configure:30740: result: none
+configure:30748: checking which dictionaries to include
+configure:30752: result: ALL
+configure:30761: checking for additional 'intro' bitmaps
+configure:30766: result: none
+configure:30784: checking for additional 'about' bitmaps
+configure:30789: result: none
+configure:30808: checking for vendor
+configure:30815: result: Apache OpenOffice Development Build
+configure:30821: checking for UNIX wrapper name
+configure:30824: result: not set
+configure:30833: checking whether to statically link to Gtk
+configure:30841: result: no
+configure:30846: checking whether to use layout dialogs
+configure:30854: result: no
+configure:30862: checking build verbosity
+configure:30876: result: not set
+configure:30881: checking whether to enable dependency tracking
+configure:30888: result: yes
+configure:30907: checking solver path
+configure:30911: result: default
+configure:30930: writing config.status
+configure:31071: creating ./config.status
+
+## ---------------------- ##
+## Running config.status. ##
+## ---------------------- ##
+
+This file was extended by config.status, which was
+generated by GNU Autoconf 2.63.  Invocation command line was
+
+  CONFIG_FILES    = 
+  CONFIG_HEADERS  = 
+  CONFIG_LINKS    = 
+  CONFIG_COMMANDS = 
+  $ ./config.status 
+
+on builder-centos64.localdomain
+
+config.status:1046: creating set_soenv
+config.status:1046: creating Makefile
+
+## ---------------- ##
+## Cache variables. ##
+## ---------------- ##
+
+ac_cv_build=x86_64-pc-linux-gnu
+ac_cv_c_bigendian=no
+ac_cv_c_compiler_gnu=yes
+ac_cv_cxx_compiler_gnu=yes
+ac_cv_env_APR_CFLAGS_set=
+ac_cv_env_APR_CFLAGS_value=
+ac_cv_env_APR_LIBS_set=
+ac_cv_env_APR_LIBS_value=
+ac_cv_env_APR_UTIL_CFLAGS_set=
+ac_cv_env_APR_UTIL_CFLAGS_value=
+ac_cv_env_APR_UTIL_LIBS_set=
+ac_cv_env_APR_UTIL_LIBS_value=
+ac_cv_env_CAIRO_CFLAGS_set=
+ac_cv_env_CAIRO_CFLAGS_value=
+ac_cv_env_CAIRO_LIBS_set=
+ac_cv_env_CAIRO_LIBS_value=
+ac_cv_env_CCC_set=
+ac_cv_env_CCC_value=
+ac_cv_env_CC_set=
+ac_cv_env_CC_value=
+ac_cv_env_CFLAGS_set=
+ac_cv_env_CFLAGS_value=
+ac_cv_env_COINMP_CFLAGS_set=
+ac_cv_env_COINMP_CFLAGS_value=
+ac_cv_env_COINMP_LIBS_set=
+ac_cv_env_COINMP_LIBS_value=
+ac_cv_env_CPPFLAGS_set=
+ac_cv_env_CPPFLAGS_value=
+ac_cv_env_CPP_set=
+ac_cv_env_CPP_value=
+ac_cv_env_CXXCPP_set=
+ac_cv_env_CXXCPP_value=
+ac_cv_env_CXXFLAGS_set=
+ac_cv_env_CXXFLAGS_value=
+ac_cv_env_CXX_set=
+ac_cv_env_CXX_value=
+ac_cv_env_DBUS_CFLAGS_set=
+ac_cv_env_DBUS_CFLAGS_value=
+ac_cv_env_DBUS_LIBS_set=
+ac_cv_env_DBUS_LIBS_value=
+ac_cv_env_FREETYPE_CFLAGS_set=
+ac_cv_env_FREETYPE_CFLAGS_value=
+ac_cv_env_FREETYPE_LIBS_set=
+ac_cv_env_FREETYPE_LIBS_value=
+ac_cv_env_GCONF_CFLAGS_set=
+ac_cv_env_GCONF_CFLAGS_value=
+ac_cv_env_GCONF_LIBS_set=
+ac_cv_env_GCONF_LIBS_value=
+ac_cv_env_GIO_CFLAGS_set=
+ac_cv_env_GIO_CFLAGS_value=
+ac_cv_env_GIO_LIBS_set=
+ac_cv_env_GIO_LIBS_value=
+ac_cv_env_GNOMEVFS_CFLAGS_set=
+ac_cv_env_GNOMEVFS_CFLAGS_value=
+ac_cv_env_GNOMEVFS_LIBS_set=
+ac_cv_env_GNOMEVFS_LIBS_value=
+ac_cv_env_GOBJECT_CFLAGS_set=
+ac_cv_env_GOBJECT_CFLAGS_value=
+ac_cv_env_GOBJECT_LIBS_set=
+ac_cv_env_GOBJECT_LIBS_value=
+ac_cv_env_GRAPHITE_CFLAGS_set=
+ac_cv_env_GRAPHITE_CFLAGS_value=
+ac_cv_env_GRAPHITE_LIBS_set=
+ac_cv_env_GRAPHITE_LIBS_value=
+ac_cv_env_GSTREAMER_CFLAGS_set=
+ac_cv_env_GSTREAMER_CFLAGS_value=
+ac_cv_env_GSTREAMER_LIBS_set=
+ac_cv_env_GSTREAMER_LIBS_value=
+ac_cv_env_GTHREAD_CFLAGS_set=
+ac_cv_env_GTHREAD_CFLAGS_value=
+ac_cv_env_GTHREAD_LIBS_set=
+ac_cv_env_GTHREAD_LIBS_value=
+ac_cv_env_GTK_2_10_CFLAGS_set=
+ac_cv_env_GTK_2_10_CFLAGS_value=
+ac_cv_env_GTK_2_10_LIBS_set=
+ac_cv_env_GTK_2_10_LIBS_value=
+ac_cv_env_GTK_CFLAGS_set=
+ac_cv_env_GTK_CFLAGS_value=
+ac_cv_env_GTK_LIBS_set=
+ac_cv_env_GTK_LIBS_value=
+ac_cv_env_HUNSPELL_CFLAGS_set=
+ac_cv_env_HUNSPELL_CFLAGS_value=
+ac_cv_env_HUNSPELL_LIBS_set=
+ac_cv_env_HUNSPELL_LIBS_value=
+ac_cv_env_LDFLAGS_set=
+ac_cv_env_LDFLAGS_value=
+ac_cv_env_LIBS_set=
+ac_cv_env_LIBS_value=
+ac_cv_env_LIBXML_CFLAGS_set=
+ac_cv_env_LIBXML_CFLAGS_value=
+ac_cv_env_LIBXML_LIBS_set=
+ac_cv_env_LIBXML_LIBS_value=
+ac_cv_env_LIBXSLT_CFLAGS_set=
+ac_cv_env_LIBXSLT_CFLAGS_value=
+ac_cv_env_LIBXSLT_LIBS_set=
+ac_cv_env_LIBXSLT_LIBS_value=
+ac_cv_env_MYTHES_CFLAGS_set=
+ac_cv_env_MYTHES_CFLAGS_value=
+ac_cv_env_MYTHES_LIBS_set=
+ac_cv_env_MYTHES_LIBS_value=
+ac_cv_env_NSS_CFLAGS_set=
+ac_cv_env_NSS_CFLAGS_value=
+ac_cv_env_NSS_LIBS_set=
+ac_cv_env_NSS_LIBS_value=
+ac_cv_env_OPENSSL_CFLAGS_set=
+ac_cv_env_OPENSSL_CFLAGS_value=
+ac_cv_env_OPENSSL_LIBS_set=
+ac_cv_env_OPENSSL_LIBS_value=
+ac_cv_env_PKG_CONFIG_LIBDIR_set=
+ac_cv_env_PKG_CONFIG_LIBDIR_value=
+ac_cv_env_PKG_CONFIG_PATH_set=
+ac_cv_env_PKG_CONFIG_PATH_value=
+ac_cv_env_PKG_CONFIG_set=
+ac_cv_env_PKG_CONFIG_value=
+ac_cv_env_POPPLER_CFLAGS_set=
+ac_cv_env_POPPLER_CFLAGS_value=
+ac_cv_env_POPPLER_LIBS_set=
+ac_cv_env_POPPLER_LIBS_value=
+ac_cv_env_REDLAND_CFLAGS_set=
+ac_cv_env_REDLAND_CFLAGS_value=
+ac_cv_env_REDLAND_LIBS_set=
+ac_cv_env_REDLAND_LIBS_value=
+ac_cv_env_SERF_CFLAGS_set=
+ac_cv_env_SERF_CFLAGS_value=
+ac_cv_env_SERF_LIBS_set=
+ac_cv_env_SERF_LIBS_value=
+ac_cv_env_XMKMF_set=
+ac_cv_env_XMKMF_value=
+ac_cv_env_XRANDR_CFLAGS_set=
+ac_cv_env_XRANDR_CFLAGS_value=
+ac_cv_env_XRANDR_LIBS_set=
+ac_cv_env_XRANDR_LIBS_value=
+ac_cv_env_build_alias_set=
+ac_cv_env_build_alias_value=
+ac_cv_env_host_alias_set=
+ac_cv_env_host_alias_value=
+ac_cv_env_target_alias_set=
+ac_cv_env_target_alias_value=
+ac_cv_func_connect=yes
+ac_cv_func_gethostbyname=yes
+ac_cv_func_getopt=yes
+ac_cv_func_readdir_r=yes
+ac_cv_func_remove=yes
+ac_cv_func_shmat=yes
+ac_cv_have_x='have_x=yes       ac_x_includes='\'''\''  ac_x_libraries='\'''\'''
+ac_cv_header_GL_gl_h=yes
+ac_cv_header_X11_extensions_Xinerama_h=yes
+ac_cv_header_cups_cups_h=yes
+ac_cv_header_fontconfig_fontconfig_h=yes
+ac_cv_header_inttypes_h=yes
+ac_cv_header_memory_h=yes
+ac_cv_header_security_pam_appl_h=yes
+ac_cv_header_stdc=yes
+ac_cv_header_stdint_h=yes
+ac_cv_header_stdlib_h=yes
+ac_cv_header_string_h=yes
+ac_cv_header_strings_h=yes
+ac_cv_header_sys_stat_h=yes
+ac_cv_header_sys_types_h=yes
+ac_cv_header_unistd_h=yes
+ac_cv_host=x86_64-pc-linux-gnu
+ac_cv_lib_GLU_main=yes
+ac_cv_lib_GL_main=yes
+ac_cv_lib_ICE_IceConnectionNumber=yes
+ac_cv_lib_X11_XOpenDisplay=yes
+ac_cv_lib_Xau_XauDisposeAuth=yes
+ac_cv_lib_Xinerama_XineramaIsActive=yes
+ac_cv_lib_c_gnu_get_libc_version=yes
+ac_cv_lib_crypt_crypt=yes
+ac_cv_lib_freetype_FT_GlyphSlot_Embolden=yes
+ac_cv_objext=o
+ac_cv_path_ANT=/usr/local/share/java/apache-ant/bin/ant
+ac_cv_path_AWK=/usr/bin/gawk
+ac_cv_path_BISON=/usr/bin/bison
+ac_cv_path_BZIP2=/usr/bin/bzip2
+ac_cv_path_COMPATH=/usr/bin/gcc
+ac_cv_path_DPKG=/usr/bin/dpkg
+ac_cv_path_EGREP='/bin/grep -E'
+ac_cv_path_EPM=no
+ac_cv_path_FLEX=/usr/bin/flex
+ac_cv_path_GNUCP=/bin/cp
+ac_cv_path_GPERF=/usr/bin/gperf
+ac_cv_path_GREP=/bin/grep
+ac_cv_path_JAVACOMPILER=/usr/bin/javac
+ac_cv_path_JAVADOC=/usr/bin/javadoc
+ac_cv_path_JAVAINTERPRETER=/usr/bin/java
+ac_cv_path_PATCH=/usr/bin/patch
+ac_cv_path_PERL=/usr/bin/perl
+ac_cv_path_SED=/bin/sed
+ac_cv_path_SHELLPATH=/bin/bash
+ac_cv_path_UNZIP=/usr/bin/unzip
+ac_cv_path_ZIP=/usr/bin/zip
+ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
+ac_cv_prog_AWK=gawk
+ac_cv_prog_CPP='gcc -E'
+ac_cv_prog_CXXCPP='g++ -E'
+ac_cv_prog_ac_ct_CC=gcc
+ac_cv_prog_ac_ct_CXX=g++
+ac_cv_prog_cc_c89=
+ac_cv_prog_cc_g=yes
+ac_cv_prog_cxx_g=yes
+ac_cv_sizeof_long=8
+ac_cv_sys_file_offset_bits=no
+ac_cv_sys_largefile_CC=no
+ac_cv_target=x86_64-pc-linux-gnu
+pkg_cv_DBUS_CFLAGS='-pthread -I/usr/include/dbus-1.0 
-I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include  '
+pkg_cv_DBUS_LIBS='-pthread -L/lib64 -ldbus-glib-1 -ldbus-1 -lpthread 
-lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0  '
+pkg_cv_FREETYPE_CFLAGS='-I/usr/include/freetype2  '
+pkg_cv_FREETYPE_LIBS='-lfreetype  '
+pkg_cv_GCONF_CFLAGS='-DORBIT2=1 -pthread -I/usr/include/gconf/2 
-I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include 
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  '
+pkg_cv_GCONF_LIBS='-lgconf-2 -lglib-2.0  '
+pkg_cv_GIO_CFLAGS='-pthread -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include  '
+pkg_cv_GIO_LIBS='-pthread -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 
-lrt -lglib-2.0  '
+pkg_cv_GSTREAMER_CFLAGS='-pthread -I/usr/include/gtk-2.0 
-I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 
-I/usr/include/libpng12 -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2  '
+pkg_cv_GSTREAMER_LIBS='-pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 
-lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 
-lfreetype -lfontconfig -lgstinterfaces-0.10 -lgstreamer-0.10 -lgobject-2.0 
-lgmodule-2.0 -lxml2 -lgthread-2.0 -lrt -lglib-2.0  '
+pkg_cv_GTHREAD_CFLAGS='-pthread -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include  '
+pkg_cv_GTHREAD_LIBS='-pthread -lgthread-2.0 -lrt -lglib-2.0  '
+pkg_cv_GTK_2_10_CFLAGS='-pthread -I/usr/include/gtk-2.0 
-I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 
-I/usr/include/libpng12  '
+pkg_cv_GTK_2_10_LIBS='-pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 
-lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype 
-lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0  '
+pkg_cv_GTK_CFLAGS='-pthread -I/usr/include/gtk-2.0 
-I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 
-I/usr/include/libpng12  '
+pkg_cv_GTK_LIBS='-pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 
-lpangoft2-1.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig 
-lgdk_pixbuf_xlib-2.0 -lgmodule-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 
-lgthread-2.0 -lrt -lglib-2.0  '
+pkg_cv_XRANDR_CFLAGS=' '
+pkg_cv_XRANDR_LIBS='-lXrandr  '
+
+## ----------------- ##
+## Output variables. ##
+## ----------------- ##
+
+ABOUT_BITMAPS=''
+ADDITIONAL_REPOSITORIES='../ext_libraries ../extras'
+ALLOC=''
+ANT='/usr/local/share/java/apache-ant/bin/ant'
+ANT_HOME='/usr/local/share/java/apache-ant'
+ANT_LIB='/usr/local/share/java/apache-ant/lib'
+APR_CFLAGS=''
+APR_LIBS=''
+APR_UTIL_CFLAGS=''
+APR_UTIL_LIBS=''
+ARM_TARGET=''
+ASM_HOME='NO_ASM_HOME'
+ATL_INCLUDE=''
+ATL_LIB=''
+ATL_LIB_X64=''
+AWK='/usr/bin/gawk'
+AWTLIB='-ljawt'
+BISON='/usr/bin/bison'
+BSH_JAR=''
+BUILD_EPM='YES'
+BUILD_PIXMAN=''
+BUILD_STAX='YES'
+BUILD_TYPE='OOo CRASHREP GTEST EPM ODK ZLIB JPEG EXPAT LIBXSLT LIBXML2 
LIBXMLSEC PYTHON LUCENE HSQLDB SAXON RHINO APR APR_UTIL SERF COINMP COINMP CURL 
MDDS BOOST VIGRA UNIXODBC NSS SANE ICU GRAPHITE X11_EXTENSIONS NSS OPENSSL 
REDLAND HUNSPELL HYPHEN MYTHES LIBTEXTCAT LIBTEXTCATDATA GTK SYSTRAY_GTK SWEXT 
TOMCAT APACHE_COMMONS TOMCAT MATHMLDTD CATB_FONTS MORE_FONTS AFMS L10N'
+BUILD_UNOWINREG='NO'
+BUILD_VER_STRING='2017-11-25 10:35:07 (Sat, 25 Nov 2017) - Linux x86_64 
[Development Build]'
+BUILD_X64=''
+BUNDLED_EXTENSION_BLOBS=''
+BUNDLED_PREREG_EXTENSIONS=''
+BZIP2='/usr/bin/bzip2'
+CAIRO_CFLAGS=''
+CAIRO_LIBS=''
+CC='gcc'
+CCACHE=''
+CC_PATH='/usr/bin/'
+CFLAGS=''
+COINMP_CFLAGS=''
+COINMP_LIBS=''
+COMEX=''
+COMMONS_CODEC_JAR=''
+COMMONS_HTTPCLIENT_JAR=''
+COMMONS_LANG_JAR=''
+COMMONS_LOGGING_JAR=''
+COMPATH='/usr'
+COM_IS='GCC'
+CPP='gcc -E'
+CPPFLAGS=' '
+CRYPT_LINK='YES'
+CSC_PATH=''
+CURLCONFIG=''
+CURL_CFLAGS=''
+CURL_LIBS=''
+CUSTOM_PACK_LIST=''
+CXX='g++'
+CXXCPP='g++ -E'
+CXXFLAGS='-g -O2'
+CYGWIN_PATH='NO_CYGWIN'
+DBUS_CFLAGS='-pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include 
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  '
+DBUS_LIBS='-pthread -L/lib64 -ldbus-glib-1 -ldbus-1 -lpthread -lgobject-2.0 
-lgthread-2.0 -lrt -lglib-2.0  '
+DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DSIZEOF_LONG=8 -DHAVE_LIBCRYPT=1 -DHAVE_GETOPT=1 
-DHAVE_READDIR_R=1 -DHAVE_LIBGL=1 -DHAVE_LIBGLU=1 -DHAVE_LIBXINERAMA=1'
+DICT_SYSTEM_DIR=''
+DIRECTXSDK_HOME=''
+DIRECTXSDK_LIB=''
+DISABLE_ACTIVEX=''
+DISABLE_ATL=''
+DISABLE_SAXON=''
+DISABLE_STRIP=''
+DMAKE=''
+DMAKE_PATH=''
+DMAKE_URL='http://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2'
+DO_FETCH_TARBALLS='yes'
+DPKG='/usr/bin/dpkg'
+ECHO_C=''
+ECHO_N='-n'
+ECHO_T=''
+EGREP='/bin/grep -E'
+ENABLE_BEANSHELL='NO'
+ENABLE_BUNDLED_DICTIONARIES='YES'
+ENABLE_CAIRO=''
+ENABLE_CAIRO_CANVAS='FALSE'
+ENABLE_CATEGORY_B='YES'
+ENABLE_COINMP='YES'
+ENABLE_CRASHDUMP='TRUE'
+ENABLE_CUPS='TRUE'
+ENABLE_DBUS='TRUE'
+ENABLE_DEBUG='FALSE'
+ENABLE_DIRECTX=''
+ENABLE_DIRECT_DRAW=''
+ENABLE_EVOAB2=''
+ENABLE_FONTCONFIG='TRUE'
+ENABLE_GCONF='TRUE'
+ENABLE_GIO='TRUE'
+ENABLE_GNOMEVFS=''
+ENABLE_GRAPHITE='TRUE'
+ENABLE_GSTREAMER='TRUE'
+ENABLE_GTK='TRUE'
+ENABLE_HUNSPELL='YES'
+ENABLE_HYPHEN='YES'
+ENABLE_JAVASCRIPT='YES'
+ENABLE_KDE4=''
+ENABLE_KDE=''
+ENABLE_LAYOUT='FALSE'
+ENABLE_LOCKDOWN=''
+ENABLE_MEDIAWIKI='YES'
+ENABLE_MYSQLC='NO'
+ENABLE_NSS_MODULE='YES'
+ENABLE_ONLINE_UPDATE='YES'
+ENABLE_OPENGL='TRUE'
+ENABLE_PCH=''
+ENABLE_PDFIMPORT='NO'
+ENABLE_RANDR='TRUE'
+ENABLE_REPORTBUILDER='NO'
+ENABLE_RPATH='yes'
+ENABLE_STATIC_GTK='FALSE'
+ENABLE_SYMBOLS=''
+ENABLE_SYSTRAY_GTK='TRUE'
+ENABLE_UNIT_TESTS='YES'
+ENABLE_WERROR='FALSE'
+EPM=''
+EPM_URL='http://sourceforge.net/projects/oooextras.mirror/files/epm-3.7.tar.gz'
+EXCEPTIONS=''
+EXEEXT=''
+FBSD_GCC_RPATH=''
+FLEX='/usr/bin/flex'
+FLUTE_JAR=''
+FRAME_HOME=''
+FREETYPE_CFLAGS='-I/usr/include/freetype2  '
+FREETYPE_LIBS='-lfreetype  '
+GCCVER='40407'
+GCC_HOME='/usr'
+GCONF_CFLAGS='-DORBIT2=1 -pthread -I/usr/include/gconf/2 
-I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include 
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  '
+GCONF_LIBS='-lgconf-2 -lglib-2.0  '
+GIO_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  '
+GIO_LIBS='-pthread -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt 
-lglib-2.0  '
+GNOMEVFS_CFLAGS=''
+GNOMEVFS_LIBS=''
+GNUCP='/bin/cp'
+GNUMAKE='make'
+GNUPATCH=''
+GNUTAR='gtar'
+GOBJECT_CFLAGS=''
+GOBJECT_LIBS=''
+GPERF='/usr/bin/gperf'
+GRAPHITE_CFLAGS=''
+GRAPHITE_LIBS=''
+GREP='/bin/grep'
+GSTREAMER_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 
-I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 
-I/usr/include/gstreamer-0.10 -I/usr/include/libxml2  '
+GSTREAMER_LIBS='-pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 
-lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype 
-lfontconfig -lgstinterfaces-0.10 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 
-lxml2 -lgthread-2.0 -lrt -lglib-2.0  '
+GTHREAD_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include 
 '
+GTHREAD_LIBS='-pthread -lgthread-2.0 -lrt -lglib-2.0  '
+GTK_2_10_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 
-I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12  '
+GTK_2_10_LIBS='-pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 
-lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype 
-lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0  '
+GTK_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 
-I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12  '
+GTK_LIBS='-pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 
-lpangoft2-1.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig 
-lgdk_pixbuf_xlib-2.0 -lgmodule-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 
-lgthread-2.0 -lrt -lglib-2.0  '
+GXX_INCLUDE_PATH='/usr/include/c++/4.4.7'
+HAMCREST_CORE_JAR=''
+HAVE_ATLTHUNK=''
+HAVE_GCC_VISIBILITY_FEATURE='TRUE'
+HAVE_GETOPT='YES'
+HAVE_LD_BSYMBOLIC_FUNCTIONS='TRUE'
+HAVE_LD_HASH_STYLE='TRUE'
+HAVE_READDIR_R='YES'
+HOME='/home/jim'
+HSQLDB_JAR=''
+HUNSPELL_CFLAGS=''
+HUNSPELL_LIBS=''
+HYPHEN_LIB=''
+HYPH_SYSTEM_DIR=''
+ICUCONFIG=''
+ICU_MAJOR=''
+ICU_MICRO=''
+ICU_MINOR=''
+INTRO_BITMAPS=''
+IS_SYSTEM_DMAKE=''
+JAVAAOTCOMPILER=''
+JAVACISGCJ=''
+JAVACOMPILER='/usr/bin/javac'
+JAVADOC='/usr/bin/javadoc'
+JAVAFLAGS=''
+JAVAIFLAGS=''
+JAVAINTERPRETER='/usr/bin/java'
+JAVA_HOME='/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.151.x86_64'
+JDK='sun'
+JFREEREPORT_JAR=''
+KDE4_CFLAGS=''
+KDE4_LIBS=''
+KDE_CFLAGS=''
+KDE_LIBS=''
+LDFLAGS=' '
+LFS_CFLAGS='-D_FILE_OFFSET_BITS=no'
+LIBBASE_JAR=''
+LIBFONTS_JAR=''
+LIBFORMULA_JAR=''
+LIBINTL_PREFIX=''
+LIBLAYOUT_JAR=''
+LIBLOADER_JAR=''
+LIBMYSQL_PATH=''
+LIBOBJS=''
+LIBREPOSITORY_JAR=''
+LIBS='-lXinerama -lGLU -lGL -lcrypt '
+LIBSERIALIZER_JAR=''
+LIBXML_CFLAGS=''
+LIBXML_JAR=''
+LIBXML_LIBS=''
+LIBXSLT_CFLAGS=''
+LIBXSLT_LIBS=''
+LOCAL_SOLENV='DEFAULT'
+LOCAL_SOLVER='DEFAULT'
+LTLIBOBJS=''
+LUCENE_ANALYZERS_JAR=''
+LUCENE_CORE_JAR=''
+MACOSX_DEPLOYMENT_TARGET=''
+MACOSX_SDK_PATH=''
+MFC_INCLUDE=''
+MFC_LIB=''
+MIDL_PATH=''
+MINGWCXX=''
+MINGWSTRIP=''
+MINGW_BACKWARD_INCLUDE_PATH=''
+MINGW_CLIB_DIR=''
+MINGW_GCCDLL=''
+MINGW_GCCLIB_EH=''
+MINGW_GXXDLL=''
+MINGW_LIB_INCLUDE_PATH=''
+MINGW_SHARED_GCCLIB=''
+MINGW_SHARED_GXXLIB=''
+MINGW_SHARED_LIBSTDCPP=''
+ML_EXE=''
+MOC4='moc'
+MOC='moc'
+MOCQT4=''
+MOZILLABUILD=''
+MOZ_INC=''
+MSPDB_PATH=''
+MYSQLCONFIG=''
+MYSQL_DEFINES=''
+MYSQL_INC=''
+MYSQL_LIB=''
+MYTHES_CFLAGS=''
+MYTHES_LIBS=''
+NASM_EXE=''
+NASM_HOME='NO_NASM_HOME'
+NEW_SHADOW_API=''
+NSIS_PATH=''
+NSS_CFLAGS=''
+NSS_LIBS=''
+OBJEXT='o'
+OOO_JUNIT_JAR=''
+OOO_VENDOR='Apache OpenOffice Development Build'
+OPENSSL_CFLAGS=''
+OPENSSL_LIBS=''
+OSVERSION=''
+PACKAGE_BUGREPORT=''
+PACKAGE_NAME=''
+PACKAGE_STRING=''
+PACKAGE_TARNAME=''
+PACKAGE_VERSION=''
+PAM='YES'
+PAM_LINK='NO'
+PATCH='/usr/bin/patch'
+PATH_SEPARATOR=':'
+PERL='/usr/bin/perl'
+PKGFORMAT='rpm deb'
+PKGMK=''
+PKG_CONFIG='/usr/bin/pkg-config'
+PKG_CONFIG_LIBDIR=''
+PKG_CONFIG_PATH=''
+POPPLER_CFLAGS=''
+POPPLER_LIBS=''
+PRODUCT='full'
+PROEXT='.pro'
+PROFULLSWITCH='product=full'
+PSDK_HOME=''
+PTHREAD_CFLAGS=''
+PTHREAD_LIBS=''
+PYTHON=''
+PYTHON_CFLAGS=''
+PYTHON_EXEC_PREFIX=''
+PYTHON_LIBS=''
+PYTHON_PLATFORM=''
+PYTHON_PREFIX=''
+PYTHON_VERSION=''
+RAT_JAR_HOME=''
+REDLAND_CFLAGS=''
+REDLAND_LIBS=''
+RPM='rpmbuild'
+SAC_JAR=''
+SAXON_JAR=''
+SCPDEFS=' -DENABLE_ONLINE_UPDATE -DWITH_CATB_FONTS -DWITH_CATA_FONTS'
+SED='/bin/sed'
+SERF_CFLAGS=''
+SERF_LIBS=''
+SERIALIZER_JAR=''
+SERVLETAPI_JAR=''
+SHELL='/bin/sh'
+SHELLPATH='/bin'
+SIZEOF_LONG='8'
+SOLAR_JAVA='TRUE'
+SOURCEVERSION='AOO420'
+SYSTEM_APACHE_COMMONS='NO'
+SYSTEM_APR='NO'
+SYSTEM_APR_UTIL='NO'
+SYSTEM_BOOST='NO'
+SYSTEM_BSH='NO'
+SYSTEM_CAIRO=''
+SYSTEM_COINMP='NO'
+SYSTEM_CURL='NO'
+SYSTEM_DICTS='NO'
+SYSTEM_EXPAT='NO'
+SYSTEM_GDKPIXBUF='YES'
+SYSTEM_GENBRK=''
+SYSTEM_GENCCODE=''
+SYSTEM_GENCMN=''
+SYSTEM_GETTEXT='YES'
+SYSTEM_GLIB='YES'
+SYSTEM_GRAPHITE='NO'
+SYSTEM_HSQLDB='NO'
+SYSTEM_HUNSPELL='NO'
+SYSTEM_HYPH='NO'
+SYSTEM_ICU='NO'
+SYSTEM_JFREEREPORT=''
+SYSTEM_JPEG='NO'
+SYSTEM_LIBC='YES'
+SYSTEM_LIBJPEG='YES'
+SYSTEM_LIBPNG='YES'
+SYSTEM_LIBTEXTCAT='NO'
+SYSTEM_LIBTEXTCAT_DATA=''
+SYSTEM_LIBXML='NO'
+SYSTEM_LIBXSLT='NO'
+SYSTEM_LUCENE='NO'
+SYSTEM_MDDS='NO'
+SYSTEM_MYSQL=''
+SYSTEM_MYSQL_CPPCONN=''
+SYSTEM_MYTHES='NO'
+SYSTEM_NSS='NO'
+SYSTEM_ODBC_HEADERS='NO'
+SYSTEM_OPENSSL='NO'
+SYSTEM_PANGO='YES'
+SYSTEM_POPPLER=''
+SYSTEM_PYTHON='NO'
+SYSTEM_REDLAND='NO'
+SYSTEM_SANE_HEADER='NO'
+SYSTEM_SAXON='NO'
+SYSTEM_SERF='NO'
+SYSTEM_SERVLETAPI='NO'
+SYSTEM_STDLIBS='YES'
+SYSTEM_VIGRA='NO'
+SYSTEM_XRENDER_HEADERS='NO'
+SYSTEM_ZLIB='NO'
+TARFILE_LOCATION='DEFAULT'
+THES_SYSTEM_DIR=''
+UNIXWRAPPERNAME=''
+UNZIP='/usr/bin/unzip'
+UPD='420'
+USE_CCACHE=''
+USE_FT_EMBOLDEN='YES'
+USE_MINGW=''
+USE_PACKAGER=''
+USE_SYSTEM_STL='YES'
+USE_XINERAMA='YES'
+VALGRIND_CFLAGS=''
+VC_STANDARD=''
+VERBOSE=''
+WINDOWS_VISTA_PSDK=''
+WITHOUT_AFMS=''
+WITHOUT_PPDS=''
+WITH_CATA_FONTS='YES'
+WITH_CATB_FONTS='YES'
+WITH_DICT=',ALL,'
+WITH_FONTS='YES'
+WITH_LANG='ast bg ca ca-XR ca-XV cs da de el en-GB en-US es eu fi fr gd gl he 
hi hu it ja km ko lt nb nl pl pt pt-BR ru sk sl sr sv ta th tr vi zh-CN zh-TW'
+WITH_LDAP='NO'
+WITH_MINGWIN='0'
+WITH_OPENLDAP=''
+WITH_POOR_HELP_LOCALIZATIONS=''
+WITH_VC_REDIST=''
+WORDS_BIGENDIAN='no'
+XAU_LIBS='-lXau'
+XINC='/usr/include'
+XINERAMA_LINK='dynamic'
+XLIB='/usr/lib64'
+XMKMF=''
+XRANDR_CFLAGS=' '
+XRANDR_DLOPEN='FALSE'
+XRANDR_LIBS='-lXrandr  '
+XRENDER_LINK='NO'
+XSLTPROC=''
+X_CFLAGS=''
+X_EXTRA_LIBS=''
+X_LIBS=''
+X_PRE_LIBS=' -lSM -lICE'
+ZIP='/usr/bin/zip'
+ZIP_HOME='/usr/bin'
+_cc=''
+_solenv='./solenv'
+ac_ct_CC='gcc'
+ac_ct_CXX='g++'
+bindir='${exec_prefix}/bin'
+build='x86_64-pc-linux-gnu'
+build_alias=''
+build_cpu='x86_64'
+build_os='linux-gnu'
+build_vendor='pc'
+datadir='${datarootdir}'
+datarootdir='${prefix}/share'
+docdir='${datarootdir}/doc/${PACKAGE}'
+dvidir='${docdir}'
+exec_prefix='${prefix}'
+host='x86_64-pc-linux-gnu'
+host_alias=''
+host_cpu='x86_64'
+host_os='linux-gnu'
+host_vendor='pc'
+htmldir='${docdir}'
+includedir='${prefix}/include'
+infodir='${datarootdir}/info'
+libdir='${exec_prefix}/lib'
+libexecdir='${exec_prefix}/libexec'
+localedir='${datarootdir}/locale'
+localstatedir='${prefix}/var'
+mandir='${datarootdir}/man'
+nodep=''
+oldincludedir='/usr/include'
+pdfdir='${docdir}'
+pkgpyexecdir=''
+pkgpythondir=''
+prefix='/usr/local'
+program_transform_name='s,x,x,'
+psdir='${docdir}'
+pyexecdir=''
+pythondir=''
+sbindir='${exec_prefix}/sbin'
+sharedstatedir='${prefix}/com'
+sysconfdir='${prefix}/etc'
+target='x86_64-pc-linux-gnu'
+target_alias=''
+target_cpu='x86_64'
+target_os='linux-gnu'
+target_vendor='pc'
+
+## ----------- ##
+## confdefs.h. ##
+## ----------- ##
+
+#define PACKAGE_NAME ""
+#define PACKAGE_TARNAME ""
+#define PACKAGE_VERSION ""
+#define PACKAGE_STRING ""
+#define PACKAGE_BUGREPORT ""
+#define STDC_HEADERS 1
+#define HAVE_SYS_TYPES_H 1
+#define HAVE_SYS_STAT_H 1
+#define HAVE_STDLIB_H 1
+#define HAVE_STRING_H 1
+#define HAVE_MEMORY_H 1
+#define HAVE_STRINGS_H 1
+#define HAVE_INTTYPES_H 1
+#define HAVE_STDINT_H 1
+#define HAVE_UNISTD_H 1
+#define SIZEOF_LONG 8
+#define HAVE_LIBCRYPT 1
+#define HAVE_GETOPT 1
+#define HAVE_READDIR_R 1
+#define HAVE_LIBGL 1
+#define HAVE_LIBGLU 1
+#define HAVE_LIBXINERAMA 1
+
+configure: exit 0


Reply via email to