Build of unrtf with android toolchain

The build took 00h 00m 58s and was NOT successful.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
0 total

The process tree of the build process is here.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/arm-linux-androideabi --> /sysroot/arm-linux-androideabi
# /toolchain_root/COPYING3.LIB --> /sysroot/COPYING3.LIB
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/COPYING.RUNTIME --> /sysroot/COPYING.RUNTIME
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/SOURCES --> /sysroot/SOURCES
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/COPYING --> /sysroot/COPYING
# /toolchain_root/COPYING3 --> /sysroot/COPYING3
# /toolchain_root/COPYING.LIB --> /sysroot/COPYING.LIB
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

No source directory in source volume: /sources/unrtf
# [Errno 2] No such file or directory: '/sources/unrtf/src/unrtf-0.21.9/config/depcomp'
# [Errno 2] No such file or directory: '/sources/unrtf/src/unrtf-0.21.9/config/test-driver'
# [Errno 2] No such file or directory: '/sources/unrtf/src/unrtf-0.21.9/config/missing'
# [Errno 2] No such file or directory: '/sources/unrtf/src/unrtf-0.21.9/config/install-sh'
# [Errno 2] No such file or directory: '/sources/unrtf/src/unrtf-0.21.9/config/config.sub'
# [Errno 2] No such file or directory: '/sources/unrtf/src/unrtf-0.21.9/config/config.guess'

Printing config logfiles

CMD: config logfiles '/tmp/unrtf/src/unrtf-0.21.9/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by unrtf configure 0.21.9, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = pylades
# uname -m = x86_64
# uname -r = 3.11.10-25-desktop
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Dec 17 17:57:03 UTC 2014 (8210f77)
#
# /usr/bin/uname -p = x86_64
# /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: /usr/lib64/mpi/gcc/openmpi/bin
# PATH: /home/daved/bin
# PATH: /usr/local/bin
# PATH: /usr/bin
# PATH: /bin
# PATH: /usr/bin/X11
# PATH: /usr/X11R6/bin
# PATH: /usr/games
# PATH: /opt/kde3/bin
# PATH: /usr/local/X11/bin
# PATH: /usr/local/X11/bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2066: loading site script /usr/share/site/x86_64-unknown-linux-gnu
# | #!/bin/sh
# | # Site script for configure. It is resourced via $CONFIG_SITE environment varaible.
# |
# | # If user did not specify libdir, guess the correct target:
# | # Use lib64 for 64 bit bi-arch targets, keep the default for the rest.
# | if test "$libdir" = '${exec_prefix}/lib' ; then
# |
# | ac_config_site_64bit_host=NONE
# |
# | case "$host" in
# | "" )
# | # User did not specify host target.
# | # The native platform x86_64 is a bi-arch platform.
# | # Try to detect cross-compilation to inferior architecture.
# |
# | # We are trying to guess 32-bit target compilation. It's not as easy as
# | # it sounds, as there is possible several intermediate combinations.
# | ac_config_site_cross_to_32bit_host=NONE
# |
# | # User defined -m32 in CFLAGS or CXXFLAGS:
# | # (It's sufficient for 32-bit, but alone may cause mis-behavior of some checks.)
# | case "$CFLAGS" in
# | *-m32*)
# | ac_config_site_cross_to_32bit_host=YES
# | ;;
# | esac
# | case "$CXXFLAGS" in
# | *-m32*)
# | ac_config_site_cross_to_32bit_host=YES
# | ;;
# | esac
# |
# | # Running with linux32:
# | # (Changes detected platform, but not the toolchain target.)
# | case "`/bin/uname -i`" in
# | x86_64 | ppc64 | s390x )
# | ;;
# | * )
# | ac_config_site_cross_to_32bit_host=YES
# | ;;
# | esac
# |
# | if test "x$ac_config_site_cross_to_32bit_host" = xNONE; then
# | ac_config_site_64bit_host=YES
# | fi
# |
# | ;;
# | *x86_64* | *ppc64* | *s390x* )
# | ac_config_site_64bit_host=YES
# | ;;
# | esac
# |
# | if test "x$ac_config_site_64bit_host" = xYES; then
# | libdir='${exec_prefix}/lib64'
# | fi
# | fi
# |
# | # If user did not specify libexecdir, set the correct target:
# | # Nor FHS nor openSUSE allow prefix/libexec. Let's default to prefix/lib.
# |
# | if test "$libexecdir" = '${exec_prefix}/libexec' ; then
# | libexecdir='${exec_prefix}/lib'
# | fi
# |
# | # Continue with the standard behavior of configure defined in AC_SITE_LOAD:
# | if test "x$prefix" != xNONE; then
# | ac_site_file1=$prefix/share/config.site
# | ac_site_file2=$prefix/etc/config.site
# | else
# | ac_site_file1=$ac_default_prefix/share/config.site
# | ac_site_file2=$ac_default_prefix/etc/config.site
# | fi
# | for ac_site_file in "$ac_site_file1" "$ac_site_file2"
# | do
# | test "x$ac_site_file" = xNONE && continue
# | if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
# | { $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
# | $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: loading site script $ac_site_file" >&6;}
# | sed 's/^/| /' "$ac_site_file" >&5
# | . "$ac_site_file" \
# | || { { $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
# | $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: error: in \`$ac_pwd':" >&2;}
# | as_fn_error $? "failed to load site script $ac_site_file
# | See \`config.log' for more details" "$LINENO" 5; }
# | fi
# | done
# configure:2213: checking for a BSD-compatible install
# configure:2281: result: /usr/bin/install -c
# configure:2292: checking whether build environment is sane
# configure:2347: result: yes
# configure:2498: checking for a thread-safe mkdir -p
# configure:2537: result: /usr/bin/mkdir -p
# configure:2544: checking for gawk
# configure:2560: found /usr/bin/gawk
# configure:2571: result: gawk
# configure:2582: checking whether make sets $(MAKE)
# configure:2604: result: yes
# configure:2633: checking whether make supports nested variables
# configure:2650: result: yes
# configure:2747: checking whether to enable maintainer-specific portions of Makefiles
# configure:2756: result: no
# configure:2819: checking for gcc
# configure:2835: found /usr/bin/gcc
# configure:2846: result: gcc
# configure:3075: checking for C compiler version
# configure:3084: gcc --version >&5
# gcc (SUSE Linux) 4.8.1 20130909 [gcc-4_8-branch revision 202388]
# Copyright (C) 2013 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:3095: $? = 0
# configure:3084: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/4.8/lto-wrapper
# Target: x86_64-suse-linux
# Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.8 --enable-ssp --disable-libssp --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --enable-linker-build-id --program-suffix=-4.8 --enable-linux-futex --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linux
# Thread model: posix
# gcc version 4.8.1 20130909 [gcc-4_8-branch revision 202388] (SUSE Linux)
# configure:3095: $? = 0
# configure:3084: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:3095: $? = 1
# configure:3084: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'
# gcc: fatal error: no input files
# compilation terminated.
# configure:3095: $? = 1
# configure:3115: checking whether the C compiler works
# configure:3137: gcc conftest.c >&5
# configure:3141: $? = 0
# configure:3189: result: yes
# configure:3192: checking for C compiler default output file name
# configure:3194: result: a.out
# configure:3200: checking for suffix of executables
# configure:3207: gcc -o conftest conftest.c >&5
# configure:3211: $? = 0
# configure:3233: result:
# configure:3255: checking whether we are cross compiling
# configure:3263: gcc -o conftest conftest.c >&5
# configure:3267: $? = 0
# configure:3274: ./conftest
# configure:3278: $? = 0
# configure:3293: result: no
# configure:3298: checking for suffix of object files
# configure:3320: gcc -c conftest.c >&5
# configure:3324: $? = 0
# configure:3345: result: o
# configure:3349: checking whether we are using the GNU C compiler
# configure:3368: gcc -c conftest.c >&5
# configure:3368: $? = 0
# configure:3377: result: yes
# configure:3386: checking whether gcc accepts -g
# configure:3406: gcc -c -g conftest.c >&5
# configure:3406: $? = 0
# configure:3447: result: yes
# configure:3464: checking for gcc option to accept ISO C89
# configure:3527: gcc -c -g -O2 conftest.c >&5
# configure:3527: $? = 0
# configure:3540: result: none needed
# configure:3571: checking for style of include used by make
# configure:3599: result: GNU
# configure:3625: checking dependency style of gcc
# configure:3736: result: gcc3
# configure:3760: checking how to run the C preprocessor
# configure:3791: gcc -E conftest.c
# configure:3791: $? = 0
# configure:3805: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3805: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "unrtf"
# | #define PACKAGE_TARNAME "unrtf"
# | #define PACKAGE_VERSION "0.21.9"
# | #define PACKAGE_STRING "unrtf 0.21.9"
# | #define PACKAGE_BUGREPORT "bug-unrtf@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "unrtf"
# | #define VERSION "0.21.9"
# | /* end confdefs.h. */
# | #include
# configure:3830: result: gcc -E
# configure:3850: gcc -E conftest.c
# configure:3850: $? = 0
# configure:3864: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3864: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "unrtf"
# | #define PACKAGE_TARNAME "unrtf"
# | #define PACKAGE_VERSION "0.21.9"
# | #define PACKAGE_STRING "unrtf 0.21.9"
# | #define PACKAGE_BUGREPORT "bug-unrtf@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "unrtf"
# | #define VERSION "0.21.9"
# | /* end confdefs.h. */
# | #include
# configure:3893: checking for grep that handles long lines and -e
# configure:3951: result: /usr/bin/grep
# configure:3956: checking for egrep
# configure:4018: result: /usr/bin/grep -E
# configure:4023: checking for ANSI C header files
# configure:4043: gcc -c -g -O2 conftest.c >&5
# configure:4043: $? = 0
# configure:4116: gcc -o conftest -g -O2 conftest.c >&5
# configure:4116: $? = 0
# configure:4116: ./conftest
# configure:4116: $? = 0
# configure:4127: result: yes
# configure:4143: checking for sys/types.h
# configure:4143: gcc -c -g -O2 conftest.c >&5
# configure:4143: $? = 0
# configure:4143: result: yes
# configure:4143: checking for sys/stat.h
# configure:4143: gcc -c -g -O2 conftest.c >&5
# configure:4143: $? = 0
# configure:4143: result: yes
# configure:4143: checking for stdlib.h
# configure:4143: gcc -c -g -O2 conftest.c >&5
# configure:4143: $? = 0
# configure:4143: result: yes
# configure:4143: checking for string.h
# configure:4143: gcc -c -g -O2 conftest.c >&5
# configure:4143: $? = 0
# configure:4143: result: yes
# configure:4143: checking for memory.h
# configure:4143: gcc -c -g -O2 conftest.c >&5
# configure:4143: $? = 0
# configure:4143: result: yes
# configure:4143: checking for strings.h
# configure:4143: gcc -c -g -O2 conftest.c >&5
# configure:4143: $? = 0
# configure:4143: result: yes
# configure:4143: checking for inttypes.h
# configure:4143: gcc -c -g -O2 conftest.c >&5
# configure:4143: $? = 0
# configure:4143: result: yes
# configure:4143: checking for stdint.h
# configure:4143: gcc -c -g -O2 conftest.c >&5
# configure:4143: $? = 0
# configure:4143: result: yes
# configure:4143: checking for unistd.h
# configure:4143: gcc -c -g -O2 conftest.c >&5
# configure:4143: $? = 0
# configure:4143: result: yes
# configure:4158: checking for stdlib.h
# configure:4158: result: yes
# configure:4158: checking stdio.h usability
# configure:4158: gcc -c -g -O2 conftest.c >&5
# configure:4158: $? = 0
# configure:4158: result: yes
# configure:4158: checking stdio.h presence
# configure:4158: gcc -E conftest.c
# configure:4158: $? = 0
# configure:4158: result: yes
# configure:4158: checking for stdio.h
# configure:4158: result: yes
# configure:4158: checking ctype.h usability
# configure:4158: gcc -c -g -O2 conftest.c >&5
# configure:4158: $? = 0
# configure:4158: result: yes
# configure:4158: checking ctype.h presence
# configure:4158: gcc -E conftest.c
# configure:4158: $? = 0
# configure:4158: result: yes
# configure:4158: checking for ctype.h
# configure:4158: result: yes
# configure:4158: checking for string.h
# configure:4158: result: yes
# configure:4174: checking for stdlib.h
# configure:4174: result: yes
# configure:4184: checking for GNU libc compatible malloc
# configure:4208: gcc -o conftest -g -O2 conftest.c >&5
# configure:4208: $? = 0
# configure:4208: ./conftest
# configure:4208: $? = 0
# configure:4218: result: yes
# configure:4242: checking for memset
# configure:4242: gcc -o conftest -g -O2 conftest.c >&5
# conftest.c:50:6: warning: conflicting types for built-in function 'memset' [enabled by default]
# char memset ();
# ^
# configure:4242: $? = 0
# configure:4242: result: yes
# configure:4242: checking for strchr
# configure:4242: gcc -o conftest -g -O2 conftest.c >&5
# conftest.c:51:6: warning: conflicting types for built-in function 'strchr' [enabled by default]
# char strchr ();
# ^
# configure:4242: $? = 0
# configure:4242: result: yes
# configure:4242: checking for strstr
# configure:4242: gcc -o conftest -g -O2 conftest.c >&5
# conftest.c:52:6: warning: conflicting types for built-in function 'strstr' [enabled by default]
# char strstr ();
# ^
# configure:4242: $? = 0
# configure:4242: result: yes
# configure:4256: checking build system type
# configure:4270: result: x86_64-suse-linux-gnu
# configure:4290: checking host system type
# configure:4303: result: x86_64-suse-linux-gnu
# configure:4443: checking that generated files are newer than configure
# configure:4449: result: done
# configure:4476: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by unrtf config.status 0.21.9, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on pylades
#
# config.status:877: creating Makefile
# config.status:877: creating doc/Makefile
# config.status:877: creating outputs/Makefile
# config.status:877: creating patches/Makefile
# config.status:877: creating src/Makefile
# config.status:877: creating tests/Makefile
# config.status:877: creating config.h
# config.status:1106: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-suse-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_env_CC_set=
# ac_cv_env_CC_value=
# ac_cv_env_CFLAGS_set=
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_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_malloc_0_nonnull=yes
# ac_cv_func_memset=yes
# ac_cv_func_strchr=yes
# ac_cv_func_strstr=yes
# ac_cv_header_ctype_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdio_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-suse-linux-gnu
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /src/local/cmd/unrtf/hg/unrtf/config/missing aclocal-1.13'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AUTOCONF='${SHELL} /src/local/cmd/unrtf/hg/unrtf/config/missing autoconf'
# AUTOHEADER='${SHELL} /src/local/cmd/unrtf/hg/unrtf/config/missing autoheader'
# AUTOMAKE='${SHELL} /src/local/cmd/unrtf/hg/unrtf/config/missing automake-1.13'
# AWK='gawk'
# CC='gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS='-g -O2'
# CPP='gcc -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# GREP='/usr/bin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LTLIBOBJS=''
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /src/local/cmd/unrtf/hg/unrtf/config/missing makeinfo'
# MKDIR_P='/usr/bin/mkdir -p'
# OBJEXT='o'
# PACKAGE='unrtf'
# PACKAGE_BUGREPORT='bug-unrtf@gnu.org'
# PACKAGE_NAME='unrtf'
# PACKAGE_STRING='unrtf 0.21.9'
# PACKAGE_TARNAME='unrtf'
# PACKAGE_URL=''
# PACKAGE_VERSION='0.21.9'
# PATH_SEPARATOR=':'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP=''
# VERSION='0.21.9'
# ac_ct_CC='gcc'
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-suse-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='suse'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-suse-linux-gnu'
# host_alias=''
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='suse'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /src/local/cmd/unrtf/hg/unrtf/config/install-sh'
# libdir='${exec_prefix}/lib64'
# libexecdir='${exec_prefix}/lib'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr/local'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "unrtf"
# #define PACKAGE_TARNAME "unrtf"
# #define PACKAGE_VERSION "0.21.9"
# #define PACKAGE_STRING "unrtf 0.21.9"
# #define PACKAGE_BUGREPORT "bug-unrtf@gnu.org"
# #define PACKAGE_URL ""
# #define PACKAGE "unrtf"
# #define VERSION "0.21.9"
# #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 HAVE_STDLIB_H 1
# #define HAVE_STDIO_H 1
# #define HAVE_CTYPE_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_MALLOC 1
# #define HAVE_MEMSET 1
# #define HAVE_STRCHR 1
# #define HAVE_STRSTR 1
#
# configure: exit 0