pdf-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [pdf-devel] Undefined symbols libiconv libiconv_close libiconv_open


From: Nuno Morgadinho
Subject: Re: [pdf-devel] Undefined symbols libiconv libiconv_close libiconv_open
Date: Mon, 2 Jun 2008 16:59:59 +0200

Here is my config.log (better to be inline that as an attach)..

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.61.  Invocation command line was

  $ ./configure

## --------- ##
## Platform. ##
## --------- ##

hostname = nuno-morgadinhos-computer.local
uname -m = i386
uname -r = 8.10.1
uname -s = Darwin
uname -v = Darwin Kernel Version 8.10.1: Wed May 23 16:33:00 PDT 2007;
root:xnu-792.22.5~1/RELEASE_I386

/usr/bin/uname -p = i386
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = Mach kernel version:
         Darwin Kernel Version 8.10.1: Wed May 23 16:33:00 PDT 2007;
root:xnu-792.22.5~1/RELEASE_I386
Kernel configured for up to 2 processors.
2 processors are physically available.
2 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1
Primary memory available: 1.00 gigabytes
Default processor set: 79 tasks, 236 threads, 2 processors
Load average: 0.69, Mach factor: 1.30
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/bin
PATH: /opt/local/bin
PATH: /opt/local/sbin
PATH: /sw/bin
PATH: /sw/sbin
PATH: /bin
PATH: /sbin
PATH: /usr/bin
PATH: /usr/sbin
PATH: /usr/X11R6/bin
PATH: /usr/local/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2255: checking for a BSD-compatible install
configure:2311: result: /usr/bin/install -c
configure:2322: checking whether build environment is sane
configure:2365: result: yes
configure:2393: checking for a thread-safe mkdir -p
configure:2432: result: ./install-sh -c -d
configure:2445: checking for gawk
configure:2475: result: no
configure:2445: checking for mawk
configure:2475: result: no
configure:2445: checking for nawk
configure:2475: result: no
configure:2445: checking for awk
configure:2461: found /usr/bin/awk
configure:2472: result: awk
configure:2483: checking whether make sets $(MAKE)
configure:2504: result: yes
configure:2738: checking for ranlib
configure:2754: found /usr/bin/ranlib
configure:2765: result: ranlib
configure:2803: checking for style of include used by make
configure:2831: result: GNU
configure:2901: checking for gcc
configure:2917: found /usr/bin/gcc
configure:2928: result: gcc
configure:3166: checking for C compiler version
configure:3173: gcc --version >&5
i686-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5363)
Copyright (C) 2005 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:3176: $? = 0
configure:3183: gcc -v >&5
Using built-in specs.
Target: i686-apple-darwin8
Configured with: /private/var/tmp/gcc/gcc-5363.obj~28/src/configure
--disable-checking -enable-werror --prefix=/usr --mandir=/share/man
--enable-languages=c,objc,c++,obj-c++
--program-transform-name=/^[cg][^.-]*$/s/$/-4.0/
--with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib
--build=powerpc-apple-darwin8 --with-arch=nocona --with-tune=generic
--program-prefix= --host=i686-apple-darwin8
--target=i686-apple-darwin8
Thread model: posix
gcc version 4.0.1 (Apple Computer, Inc. build 5363)
configure:3186: $? = 0
configure:3193: gcc -V >&5
gcc: argument to `-V' is missing
configure:3196: $? = 1
configure:3219: checking for C compiler default output file name
configure:3246: gcc    conftest.c  >&5
configure:3249: $? = 0
configure:3287: result: a.out
configure:3304: checking whether the C compiler works
configure:3314: ./a.out
configure:3317: $? = 0
configure:3334: result: yes
configure:3341: checking whether we are cross compiling
configure:3343: result: no
configure:3346: checking for suffix of executables
configure:3353: gcc -o conftest    conftest.c  >&5
configure:3356: $? = 0
configure:3380: result:
configure:3386: checking for suffix of object files
configure:3412: gcc -c   conftest.c >&5
configure:3415: $? = 0
configure:3438: result: o
configure:3442: checking whether we are using the GNU C compiler
configure:3471: gcc -c   conftest.c >&5
configure:3477: $? = 0
configure:3494: result: yes
configure:3499: checking whether gcc accepts -g
configure:3529: gcc -c -g  conftest.c >&5
configure:3535: $? = 0
configure:3634: result: yes
configure:3651: checking for gcc option to accept ISO C89
configure:3725: gcc  -c -g -O2  conftest.c >&5
configure:3731: $? = 0
configure:3754: result: none needed
configure:3774: checking dependency style of gcc
configure:3865: result: gcc3
configure:3886: checking how to run the C preprocessor
configure:3926: gcc -E  conftest.c
configure:3932: $? = 0
configure:3963: gcc -E  conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:3969: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4002: result: gcc -E
configure:4031: gcc -E  conftest.c
configure:4037: $? = 0
configure:4068: gcc -E  conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:4074: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4112: checking for grep that handles long lines and -e
configure:4186: result: /usr/bin/grep
configure:4191: checking for egrep
configure:4269: result: /usr/bin/grep -E
configure:4274: checking for ANSI C header files
configure:4304: gcc -c -g -O2  conftest.c >&5
configure:4310: $? = 0
configure:4406: gcc -o conftest -g -O2   conftest.c  >&5
configure:4409: $? = 0
configure:4415: ./conftest
configure:4418: $? = 0
configure:4435: result: yes
configure:4459: checking for sys/types.h
configure:4480: gcc -c -g -O2  conftest.c >&5
configure:4486: $? = 0
configure:4502: result: yes
configure:4459: checking for sys/stat.h
configure:4480: gcc -c -g -O2  conftest.c >&5
configure:4486: $? = 0
configure:4502: result: yes
configure:4459: checking for stdlib.h
configure:4480: gcc -c -g -O2  conftest.c >&5
configure:4486: $? = 0
configure:4502: result: yes
configure:4459: checking for string.h
configure:4480: gcc -c -g -O2  conftest.c >&5
configure:4486: $? = 0
configure:4502: result: yes
configure:4459: checking for memory.h
configure:4480: gcc -c -g -O2  conftest.c >&5
configure:4486: $? = 0
configure:4502: result: yes
configure:4459: checking for strings.h
configure:4480: gcc -c -g -O2  conftest.c >&5
configure:4486: $? = 0
configure:4502: result: yes
configure:4459: checking for inttypes.h
configure:4480: gcc -c -g -O2  conftest.c >&5
configure:4486: $? = 0
configure:4502: result: yes
configure:4459: checking for stdint.h
configure:4480: gcc -c -g -O2  conftest.c >&5
configure:4486: $? = 0
configure:4502: result: yes
configure:4459: checking for unistd.h
configure:4480: gcc -c -g -O2  conftest.c >&5
configure:4486: $? = 0
configure:4502: result: yes
configure:4525: checking minix/config.h usability
configure:4542: gcc -c -g -O2  conftest.c >&5
conftest.c:53:26: error: minix/config.h: No such file or directory
configure:4548: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.1"
| #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
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:4562: result: no
configure:4566: checking minix/config.h presence
configure:4581: gcc -E  conftest.c
conftest.c:20:26: error: minix/config.h: No such file or directory
configure:4587: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.1"
| #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
| /* end confdefs.h.  */
| #include <minix/config.h>
configure:4601: result: no
configure:4629: checking for minix/config.h
configure:4636: result: no
configure:4667: checking whether it is safe to define __EXTENSIONS__
configure:4695: gcc -c -g -O2  conftest.c >&5
configure:4701: $? = 0
configure:4716: result: yes
configure:4741: checking for _LARGEFILE_SOURCE value needed for large files
configure:4768: gcc -o conftest -g -O2   conftest.c  >&5
configure:4774: $? = 0
configure:4838: result: no
configure:4902: checking build system type
configure:4920: result: i386-apple-darwin8.10.1
configure:4942: checking host system type
configure:4957: result: i386-apple-darwin8.10.1
configure:4979: checking for a sed that does not truncate output
configure:5058: result: /usr/bin/sed
configure:5076: checking for fgrep
configure:5154: result: /usr/bin/grep -F
configure:5189: checking for ld used by gcc
configure:5256: result: /usr/bin/ld
configure:5265: checking if the linker (/usr/bin/ld) is GNU ld
configure:5280: result: no
configure:5292: checking for BSD- or MS-compatible name lister (nm)
configure:5341: result: /usr/bin/nm -p
configure:5463: checking the name lister (/usr/bin/nm -p) interface
configure:5473: gcc -c -g -O2  conftest.c >&5
configure:5476: /usr/bin/nm -p "conftest.o"
configure:5479: output
00000000 D _some_variable
configure:5483: result: BSD nm
configure:5486: checking whether ln -s works
configure:5490: result: yes
configure:5498: checking the maximum length of command line arguments
configure:5618: result: 196608
configure:5635: checking whether the shell understands some XSI constructs
configure:5645: result: yes
configure:5649: checking whether the shell understands "+="
configure:5655: result: no
configure:5690: checking for /usr/bin/ld option to reload object files
configure:5697: result: -r
configure:5724: checking how to recognize dependent libraries
configure:5914: result: pass_all
configure:5974: checking for ar
configure:5990: found /usr/bin/ar
configure:6001: result: ar
configure:6083: checking for strip
configure:6099: found /usr/bin/strip
configure:6110: result: strip
configure:6186: checking for ranlib
configure:6213: result: ranlib
configure:6307: checking command to parse /usr/bin/nm -p output from gcc object
configure:6425: gcc -c -g -O2  conftest.c >&5
configure:6428: $? = 0
configure:6432: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[  
]\([BCDEGRST][BCDEGRST]*\)[      ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2
\2/p' \> conftest.nm
configure:6435: $? = 0
cannot find nm_test_var in conftest.nm
configure:6425: gcc -c -g -O2  conftest.c >&5
configure:6428: $? = 0
configure:6432: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[  
]\([BCDEGRST][BCDEGRST]*\)[      ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2
\2/p' \> conftest.nm
configure:6435: $? = 0
configure:6489: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:6492: $? = 0
configure:6530: result: ok
configure:6819: checking for dsymutil
configure:6835: found /usr/bin/dsymutil
configure:6846: result: dsymutil
configure:6915: checking for nmedit
configure:6931: found /usr/bin/nmedit
configure:6942: result: nmedit
configure:7011: checking for lipo
configure:7027: found /usr/bin/lipo
configure:7038: result: lipo
configure:7107: checking for otool
configure:7123: found /usr/bin/otool
configure:7134: result: otool
configure:7203: checking for otool64
configure:7219: found /usr/bin/otool64
configure:7230: result: otool64
configure:7282: checking for -single_module linker flag
gcc -g -O2  -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:7309: result: yes
configure:7311: checking for -exported_symbols_list linker flag
configure:7341: gcc -o conftest -g -O2
-Wl,-exported_symbols_list,conftest.sym conftest.c  >&5
/usr/bin/ld: warning symbol: _NXArgc referenced dynamically and must be exported
/usr/bin/ld: warning symbol: _NXArgv referenced dynamically and must be exported
/usr/bin/ld: warning symbol: ___progname referenced dynamically and
must be exported
/usr/bin/ld: warning symbol: _environ referenced dynamically and must
be exported
/usr/bin/ld: warning symbol: _catch_exception_raise referenced
dynamically and must be exported
/usr/bin/ld: warning symbol: _catch_exception_raise_state referenced
dynamically and must be exported
/usr/bin/ld: warning symbol: _catch_exception_raise_state_identity
referenced dynamically and must be exported
/usr/bin/ld: warning symbol: _clock_alarm_reply referenced dynamically
and must be exported
/usr/bin/ld: warning symbol: _do_mach_notify_dead_name referenced
dynamically and must be exported
/usr/bin/ld: warning symbol: _do_mach_notify_no_senders referenced
dynamically and must be exported
/usr/bin/ld: warning symbol: _do_mach_notify_port_deleted referenced
dynamically and must be exported
/usr/bin/ld: warning symbol: _do_mach_notify_send_once referenced
dynamically and must be exported
/usr/bin/ld: warning symbol: _do_seqnos_mach_notify_dead_name
referenced dynamically and must be exported
/usr/bin/ld: warning symbol: _do_seqnos_mach_notify_no_senders
referenced dynamically and must be exported
/usr/bin/ld: warning symbol: _do_seqnos_mach_notify_port_deleted
referenced dynamically and must be exported
/usr/bin/ld: warning symbol: _do_seqnos_mach_notify_send_once
referenced dynamically and must be exported
/usr/bin/ld: warning symbol: _receive_samples referenced dynamically
and must be exported
/usr/bin/ld: warning symbol: __mh_execute_header referenced
dynamically and must be exported
configure:7347: $? = 0
configure:7366: result: yes
configure:7407: checking for dlfcn.h
configure:7428: gcc -c -g -O2  conftest.c >&5
configure:7434: $? = 0
configure:7450: result: yes
configure:7634: checking for objdir
configure:7649: result: .libs
configure:7945: checking if gcc supports -fno-rtti -fno-exceptions
configure:7966: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++
but not for C
configure:7970: $? = 0
configure:7980: result: no
configure:8000: checking for gcc option to produce PIC
configure:8257: result: -fno-common -DPIC
configure:8269: checking if gcc PIC flag -fno-common -DPIC works
configure:8290: gcc -c -g -O2  -fno-common -DPIC -DPIC conftest.c >&5
configure:8294: $? = 0
configure:8304: result: yes
configure:8328: checking if gcc static flag -static works
configure:8356: result: no
configure:8371: checking if gcc supports -c -o file.o
configure:8395: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:8399: $? = 0
configure:8418: result: yes
configure:8426: checking if gcc supports -c -o file.o
configure:8473: result: yes
configure:8506: checking whether the gcc linker (/usr/bin/ld) supports
shared libraries
configure:9560: result: yes
configure:9799: checking dynamic linker characteristics
configure:10478: result: darwin8.10.1 dyld
configure:10580: checking how to hardcode library paths into programs
configure:10605: result: immediate
configure:11418: checking whether stripping libraries is possible
configure:11432: result: yes
configure:11458: checking if libtool supports shared libraries
configure:11460: result: yes
configure:11463: checking whether to build shared libraries
configure:11484: result: yes
configure:11487: checking whether to build static libraries
configure:11491: result: yes
configure:11575: checking for gcc
configure:11602: result: gcc
configure:11840: checking for C compiler version
configure:11847: gcc --version >&5
i686-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5363)
Copyright (C) 2005 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:11850: $? = 0
configure:11857: gcc -v >&5
Using built-in specs.
Target: i686-apple-darwin8
Configured with: /private/var/tmp/gcc/gcc-5363.obj~28/src/configure
--disable-checking -enable-werror --prefix=/usr --mandir=/share/man
--enable-languages=c,objc,c++,obj-c++
--program-transform-name=/^[cg][^.-]*$/s/$/-4.0/
--with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib
--build=powerpc-apple-darwin8 --with-arch=nocona --with-tune=generic
--program-prefix= --host=i686-apple-darwin8
--target=i686-apple-darwin8
Thread model: posix
gcc version 4.0.1 (Apple Computer, Inc. build 5363)
configure:11860: $? = 0
configure:11867: gcc -V >&5
gcc: argument to `-V' is missing
configure:11870: $? = 1
configure:11873: checking whether we are using the GNU C compiler
configure:11925: result: yes
configure:11930: checking whether gcc accepts -g
configure:12065: result: yes
configure:12082: checking for gcc option to accept ISO C89
configure:12185: result: none needed
configure:12205: checking dependency style of gcc
configure:12296: result: gcc3
configure:12312: checking host system type
configure:12327: result: i386-apple-darwin8.10.1
configure:12356: checking whether system is Windows or MSDOS
configure:12385: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:33: error: 'neither' undeclared (first use in this function)
conftest.c:33: error: (Each undeclared identifier is reported only once
conftest.c:33: error: for each function it appears in.)
conftest.c:33: error: parse error before 'MSDOS'
configure:12391: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
|
| int
| main ()
| {
| #if !defined _WIN32 && !defined __WIN32__ && !defined __MSDOS__ &&
!defined __CYGWIN__
| neither MSDOS nor Windows
| #endif
|   ;
|   return 0;
| }
configure:12407: result: no
configure:12500: checking whether // is distinct from /
configure:12529: result: no
configure:12539: checking whether strerror_r is declared
configure:12568: gcc -c -g -O2  conftest.c >&5
configure:12574: $? = 0
configure:12589: result: yes
configure:12611: checking for strerror_r
configure:12667: gcc -o conftest -g -O2   conftest.c  >&5
configure:12673: $? = 0
configure:12691: result: yes
configure:12701: checking whether strerror_r returns char *
configure:12735: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:71: error: invalid type argument of 'unary *'
conftest.c:72: warning: initialization makes pointer from integer without a cast
configure:12741: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
|
|         char buf[100];
|         char x = *strerror_r (0, buf, sizeof buf);
|         char *p = strerror_r (0, buf, sizeof buf);
|         return !p || x;
|
|   ;
|   return 0;
| }
configure:12817: result: no
configure:12871: checking for inline
configure:12897: gcc -c -g -O2  conftest.c >&5
configure:12903: $? = 0
configure:12921: result: inline
configure:12948: checking for fpurge
configure:13004: gcc -o conftest -g -O2   conftest.c  >&5
configure:13010: $? = 0
configure:13028: result: yes
configure:12948: checking for __fpurge
configure:13004: gcc -o conftest -g -O2   conftest.c  >&5
/usr/bin/ld: Undefined symbols:
___fpurge
collect2: ld returned 1 exit status
configure:13010: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FPURGE 1
| /* end confdefs.h.  */
| /* Define __fpurge to an innocuous variant, in case <limits.h>
declares __fpurge.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define __fpurge innocuous___fpurge
|
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char __fpurge (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef __fpurge
|
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char __fpurge ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub___fpurge || defined __stub_____fpurge
| choke me
| #endif
|
| int
| main ()
| {
| return __fpurge ();
|   ;
|   return 0;
| }
configure:13028: result: no
configure:12948: checking for __freading
configure:13004: gcc -o conftest -g -O2   conftest.c  >&5
/usr/bin/ld: Undefined symbols:
___freading
collect2: ld returned 1 exit status
configure:13010: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FPURGE 1
| /* end confdefs.h.  */
| /* Define __freading to an innocuous variant, in case <limits.h>
declares __freading.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define __freading innocuous___freading
|
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char __freading (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef __freading
|
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char __freading ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub___freading || defined __stub_____freading
| choke me
| #endif
|
| int
| main ()
| {
| return __freading ();
|   ;
|   return 0;
| }
configure:13028: result: no
configure:12948: checking for lstat
configure:13004: gcc -o conftest -g -O2   conftest.c  >&5
configure:13010: $? = 0
configure:13028: result: yes
configure:13056: checking whether stdin defaults to large file offsets
configure:13090: gcc -o conftest -g -O2   conftest.c  >&5
configure:13096: $? = 0
configure:13113: result: yes
configure:13117: checking whether getdelim is declared
configure:13146: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:72: error: 'getdelim' undeclared (first use in this function)
conftest.c:72: error: (Each undeclared identifier is reported only once
conftest.c:72: error: for each function it appears in.)
configure:13152: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FPURGE 1
| #define HAVE_LSTAT 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef getdelim
|   (void) getdelim;
| #endif
|
|   ;
|   return 0;
| }
configure:13167: result: no
configure:13187: checking whether getline is declared
configure:13216: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:73: error: 'getline' undeclared (first use in this function)
conftest.c:73: error: (Each undeclared identifier is reported only once
conftest.c:73: error: for each function it appears in.)
configure:13222: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FPURGE 1
| #define HAVE_LSTAT 1
| #define HAVE_DECL_GETDELIM 0
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef getline
|   (void) getline;
| #endif
|
|   ;
|   return 0;
| }
configure:13237: result: no
configure:13273: checking getopt.h usability
configure:13290: gcc -c -g -O2  conftest.c >&5
configure:13296: $? = 0
configure:13310: result: yes
configure:13314: checking getopt.h presence
configure:13329: gcc -E  conftest.c
configure:13335: $? = 0
configure:13349: result: yes
configure:13377: checking for getopt.h
configure:13385: result: yes
configure:13407: checking for getopt_long_only
configure:13463: gcc -o conftest -g -O2   conftest.c  >&5
configure:13469: $? = 0
configure:13487: result: yes
configure:13502: checking whether optreset is declared
configure:13532: gcc -c -g -O2  conftest.c >&5
configure:13538: $? = 0
configure:13553: result: yes
configure:13691: checking whether getenv is declared
configure:13720: gcc -c -g -O2  conftest.c >&5
configure:13726: $? = 0
configure:13741: result: yes
configure:13761: checking for nl_langinfo and CODESET
configure:13787: gcc -o conftest -g -O2   conftest.c  >&5
configure:13793: $? = 0
configure:13811: result: yes
configure:13822: checking whether getc_unlocked is declared
configure:13851: gcc -c -g -O2  conftest.c >&5
configure:13857: $? = 0
configure:13872: result: yes
configure:13892: checking whether we are using the GNU C Library 2.1 or newer
conftest.c:43:22: error: features.h: No such file or directory
configure:13923: result: no
configure:13930: checking for LC_MESSAGES
configure:13956: gcc -o conftest -g -O2   conftest.c  >&5
configure:13962: $? = 0
configure:13979: result: yes
configure:13990: checking for CFPreferencesCopyAppValue
configure:14018: gcc -o conftest -g -O2   conftest.c  -Wl,-framework
-Wl,CoreFoundation >&5
configure:14024: $? = 0
configure:14042: result: yes
configure:14051: checking for CFLocaleCopyCurrent
configure:14079: gcc -o conftest -g -O2   conftest.c  -Wl,-framework
-Wl,CoreFoundation >&5
configure:14085: $? = 0
configure:14103: result: yes
configure:14148: checking whether malloc, realloc, calloc are POSIX compliant
configure:14178: gcc -c -g -O2  conftest.c >&5
configure:14184: $? = 0
configure:14200: result: yes
configure:14278: checking whether the preprocessor supports include_next
configure:14311: gcc -c -g -O2  -Iconftestd1 -Iconftestd2 conftest.c >&5
configure:14317: $? = 0
configure:14335: result: yes
configure:14370: checking math.h usability
configure:14387: gcc -c -g -O2  conftest.c >&5
configure:14393: $? = 0
configure:14407: result: yes
configure:14411: checking math.h presence
configure:14426: gcc -E  conftest.c
configure:14432: $? = 0
configure:14446: result: yes
configure:14474: checking for math.h
configure:14482: result: yes
configure:14360: checking for unistd.h
configure:14366: result: yes
configure:14360: checking for stdint.h
configure:14366: result: yes
configure:14370: checking wchar.h usability
configure:14387: gcc -c -g -O2  conftest.c >&5
configure:14393: $? = 0
configure:14407: result: yes
configure:14411: checking wchar.h presence
configure:14426: gcc -E  conftest.c
configure:14432: $? = 0
configure:14446: result: yes
configure:14474: checking for wchar.h
configure:14482: result: yes
configure:14370: checking stdio.h usability
configure:14387: gcc -c -g -O2  conftest.c >&5
configure:14393: $? = 0
configure:14407: result: yes
configure:14411: checking stdio.h presence
configure:14426: gcc -E  conftest.c
configure:14432: $? = 0
configure:14446: result: yes
configure:14474: checking for stdio.h
configure:14482: result: yes
configure:14360: checking for stdlib.h
configure:14366: result: yes
configure:14360: checking for string.h
configure:14366: result: yes
configure:14360: checking for sys/stat.h
configure:14366: result: yes
configure:14509: checking for stdbool.h that conforms to C99
configure:14602: gcc -c -g -O2  conftest.c >&5
configure:14608: $? = 0
configure:14623: result: yes
configure:14625: checking for _Bool
configure:14655: gcc -c -g -O2  conftest.c >&5
configure:14661: $? = 0
configure:14676: result: yes
configure:14695: checking for long long int
configure:14742: gcc -o conftest -g -O2   conftest.c  >&5
configure:14748: $? = 0
configure:14792: gcc -o conftest -g -O2   conftest.c  >&5
configure:14795: $? = 0
configure:14801: ./conftest
configure:14804: $? = 0
configure:14829: result: yes
configure:14840: checking for unsigned long long int
configure:14887: gcc -o conftest -g -O2   conftest.c  >&5
configure:14893: $? = 0
configure:14910: result: yes
configure:15001: checking for working strerror function
configure:15072: gcc -o conftest -g -O2   conftest.c  >&5
configure:15075: $? = 0
configure:15081: ./conftest
configure:15084: $? = 0
configure:15100: result: yes
configure:15176: checking for C/C++ restrict keyword
configure:15211: gcc -c -g -O2  conftest.c >&5
configure:15217: $? = 0
configure:15235: result: __restrict
configure:15311: checking whether strndup is declared
configure:15340: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:96: error: 'strndup' undeclared (first use in this function)
conftest.c:96: error: (Each undeclared identifier is reported only once
conftest.c:96: error: for each function it appears in.)
configure:15346: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FPURGE 1
| #define HAVE_LSTAT 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_GETLINE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_INCLUDE_NEXT 1
| #define HAVE_MATH_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef strndup
|   (void) strndup;
| #endif
|
|   ;
|   return 0;
| }
configure:15361: result: no
configure:15381: checking whether strnlen is declared
configure:15410: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:97: error: 'strnlen' undeclared (first use in this function)
conftest.c:97: error: (Each undeclared identifier is reported only once
conftest.c:97: error: for each function it appears in.)
configure:15416: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FPURGE 1
| #define HAVE_LSTAT 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_GETLINE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_INCLUDE_NEXT 1
| #define HAVE_MATH_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict
| #define HAVE_DECL_STRNDUP 0
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef strnlen
|   (void) strnlen;
| #endif
|
|   ;
|   return 0;
| }
configure:15431: result: no
configure:15456: checking whether stat file-mode macros are broken
configure:15493: gcc -c -g -O2  conftest.c >&5
configure:15499: $? = 0
configure:15514: result: no
configure:15558: checking for EOVERFLOW
configure:15956: result: yes
configure:16006: checking whether // is distinct from /
configure:16035: result: no
configure:16058: checking for error_at_line
configure:16084: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:61:19: error: error.h: No such file or directory
configure:16090: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FPURGE 1
| #define HAVE_LSTAT 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_GETLINE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_INCLUDE_NEXT 1
| #define HAVE_MATH_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| /* end confdefs.h.  */
| #include <error.h>
| int
| main ()
| {
| error_at_line (0, 0, "", 0, "an error occurred");
|   ;
|   return 0;
| }
configure:16107: result: no
configure:16143: checking whether fflush works on input streams
configure:16195: gcc -o conftest -g -O2   conftest.c  >&5
configure:16198: $? = 0
configure:16204: ./conftest
configure:16207: $? = 4
configure: program exited with status 4
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FPURGE 1
| #define HAVE_LSTAT 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_GETLINE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_INCLUDE_NEXT 1
| #define HAVE_MATH_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| /* end confdefs.h.  */
|
| #include <stdio.h>
| #include <unistd.h>
|
| int
| main ()
| {
| FILE *f = fopen ("conftest.txt", "r");
|        char buffer[10];
|        int fd;
|        if (f == NULL)
|          return 1;
|        fd = fileno (f);
|        if (fd < 0 || fread (buffer, 1, 5, f) != 5)
|          return 2;
|        /* For deterministic results, ensure f read a bigger buffer.  */
|        if (lseek (fd, 0, SEEK_CUR) == 5)
|          return 3;
|        /* POSIX requires fflush-fseek to set file offset of fd.  */
|        if (fflush (f) != 0 || fseek (f, 0, SEEK_CUR) != 0)
|          return 4;
|        if (lseek (fd, 0, SEEK_CUR) != 5)
|          return 5;
|        /* TODO: Verify behaviour of fflush after ungetc, see
|           
<http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00131.html>.  */
|        return 0;
|
|   ;
|   return 0;
| }
configure:16225: result: no
configure:16278: checking whether fpurge is declared
configure:16308: gcc -c -g -O2  conftest.c >&5
configure:16314: $? = 0
configure:16329: result: yes
configure:16364: checking for fseeko
configure:16391: gcc -o conftest -g -O2   conftest.c  >&5
configure:16397: $? = 0
configure:16415: result: yes
configure:16461: checking for ftello
configure:16488: gcc -o conftest -g -O2   conftest.c  >&5
configure:16494: $? = 0
configure:16512: result: yes
configure:16568: checking for getdelim
configure:16624: gcc -o conftest -g -O2   conftest.c  >&5
/usr/bin/ld: Undefined symbols:
_getdelim
collect2: ld returned 1 exit status
configure:16630: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FPURGE 1
| #define HAVE_LSTAT 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_GETLINE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_INCLUDE_NEXT 1
| #define HAVE_MATH_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_FPURGE 1
| /* end confdefs.h.  */
| /* Define getdelim to an innocuous variant, in case <limits.h>
declares getdelim.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define getdelim innocuous_getdelim
|
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getdelim (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef getdelim
|
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char getdelim ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_getdelim || defined __stub___getdelim
| choke me
| #endif
|
| int
| main ()
| {
| return getdelim ();
|   ;
|   return 0;
| }
configure:16648: result: no
configure:16678: checking for flockfile
configure:16734: gcc -o conftest -g -O2   conftest.c  >&5
configure:16740: $? = 0
configure:16758: result: yes
configure:16678: checking for funlockfile
configure:16734: gcc -o conftest -g -O2   conftest.c  >&5
configure:16740: $? = 0
configure:16758: result: yes
configure:16793: checking for getline
configure:16849: gcc -o conftest -g -O2   conftest.c  >&5
/usr/bin/ld: Undefined symbols:
_getline
collect2: ld returned 1 exit status
configure:16855: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FPURGE 1
| #define HAVE_LSTAT 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_GETLINE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_INCLUDE_NEXT 1
| #define HAVE_MATH_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_FPURGE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| /* end confdefs.h.  */
| /* Define getline to an innocuous variant, in case <limits.h>
declares getline.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define getline innocuous_getline
|
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getline (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef getline
|
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char getline ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_getline || defined __stub___getline
| choke me
| #endif
|
| int
| main ()
| {
| return getline ();
|   ;
|   return 0;
| }
configure:16872: result: no
configure:17009: checking for getdelim
configure:17089: result: no
configure:17119: checking for flockfile
configure:17199: result: yes
configure:17119: checking for funlockfile
configure:17199: result: yes
configure:17273: checking whether the compiler generally respects inline
configure:17304: gcc -c -g -O2  conftest.c >&5
configure:17310: $? = 0
configure:17327: result: yes
configure:17362: checking for setlocale
configure:17418: gcc -o conftest -g -O2   conftest.c  >&5
configure:17424: $? = 0
configure:17442: result: yes
configure:17456: checking whether lseek detects pipes
configure:17479: gcc -o conftest -g -O2   conftest.c  >&5
configure:17485: $? = 0
configure:17543: result: yes
configure:17576: checking for stdlib.h
configure:17582: result: yes
configure:17711: checking for GNU libc compatible malloc
configure:17745: gcc -o conftest -g -O2   conftest.c  >&5
configure:17748: $? = 0
configure:17754: ./conftest
configure:17757: $? = 0
configure:17773: result: yes
configure:17889: checking whether NAN macro works
configure:17922: gcc -c -g -O2  conftest.c >&5
configure:17928: $? = 0
configure:17943: result: yes
configure:17948: checking whether HUGE_VAL works
configure:17976: gcc -c -g -O2  conftest.c >&5
configure:17982: $? = 0
configure:17997: result: yes
configure:18011: checking whether mkdir fails due to a trailing slash
configure:18049: gcc -o conftest -g -O2   conftest.c  >&5
configure:18052: $? = 0
configure:18058: ./conftest
configure:18061: $? = 0
configure:18079: result: no
configure:18138: checking for rmdir
configure:18194: gcc -o conftest -g -O2   conftest.c  >&5
configure:18200: $? = 0
configure:18218: result: yes
configure:18240: checking for stdint.h
configure:18246: result: yes
configure:18375: checking for SIZE_MAX
configure:19088: result: yes
configure:19205: checking whether stdint.h conforms to C99
configure:19382: gcc -c -g -O2  conftest.c >&5
conftest.c:197: error: negative width in bit-field 'check_UINT8_C'
conftest.c:199: error: negative width in bit-field 'check_UINT16_C'
configure:19388: $? = 1
configure: failed program was:
|
|          /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FPURGE 1
| #define HAVE_LSTAT 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_GETLINE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_INCLUDE_NEXT 1
| #define HAVE_MATH_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_FPURGE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_INLINE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_REALLOC_POSIX 1
| #define HAVE_RMDIR 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h.  */
|
| #define __STDC_LIMIT_MACROS 1 /* to make it work also in C++ mode */
| #define __STDC_CONSTANT_MACROS 1 /* to make it work also in C++ mode */
| #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H 1 /* work if build isn't clean */
| #include <stdint.h>
| /* Dragonfly defines WCHAR_MIN, WCHAR_MAX only in <wchar.h>.  */
| #if !(defined WCHAR_MIN && defined WCHAR_MAX)
| #error "WCHAR_MIN, WCHAR_MAX not defined in <stdint.h>"
| #endif
|
|
|   /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
|      included before <wchar.h>.  */
|   #include <stddef.h>
|   #include <signal.h>
|   #if HAVE_WCHAR_H
|   # include <stdio.h>
|   # include <time.h>
|   # include <wchar.h>
|   #endif
|
|
| #ifdef INT8_MAX
| int8_t a1 = INT8_MAX;
| int8_t a1min = INT8_MIN;
| #endif
| #ifdef INT16_MAX
| int16_t a2 = INT16_MAX;
| int16_t a2min = INT16_MIN;
| #endif
| #ifdef INT32_MAX
| int32_t a3 = INT32_MAX;
| int32_t a3min = INT32_MIN;
| #endif
| #ifdef INT64_MAX
| int64_t a4 = INT64_MAX;
| int64_t a4min = INT64_MIN;
| #endif
| #ifdef UINT8_MAX
| uint8_t b1 = UINT8_MAX;
| #else
| typedef int b1[(unsigned char) -1 != 255 ? 1 : -1];
| #endif
| #ifdef UINT16_MAX
| uint16_t b2 = UINT16_MAX;
| #endif
| #ifdef UINT32_MAX
| uint32_t b3 = UINT32_MAX;
| #endif
| #ifdef UINT64_MAX
| uint64_t b4 = UINT64_MAX;
| #endif
| int_least8_t c1 = INT8_C (0x7f);
| int_least8_t c1max = INT_LEAST8_MAX;
| int_least8_t c1min = INT_LEAST8_MIN;
| int_least16_t c2 = INT16_C (0x7fff);
| int_least16_t c2max = INT_LEAST16_MAX;
| int_least16_t c2min = INT_LEAST16_MIN;
| int_least32_t c3 = INT32_C (0x7fffffff);
| int_least32_t c3max = INT_LEAST32_MAX;
| int_least32_t c3min = INT_LEAST32_MIN;
| int_least64_t c4 = INT64_C (0x7fffffffffffffff);
| int_least64_t c4max = INT_LEAST64_MAX;
| int_least64_t c4min = INT_LEAST64_MIN;
| uint_least8_t d1 = UINT8_C (0xff);
| uint_least8_t d1max = UINT_LEAST8_MAX;
| uint_least16_t d2 = UINT16_C (0xffff);
| uint_least16_t d2max = UINT_LEAST16_MAX;
| uint_least32_t d3 = UINT32_C (0xffffffff);
| uint_least32_t d3max = UINT_LEAST32_MAX;
| uint_least64_t d4 = UINT64_C (0xffffffffffffffff);
| uint_least64_t d4max = UINT_LEAST64_MAX;
| int_fast8_t e1 = INT_FAST8_MAX;
| int_fast8_t e1min = INT_FAST8_MIN;
| int_fast16_t e2 = INT_FAST16_MAX;
| int_fast16_t e2min = INT_FAST16_MIN;
| int_fast32_t e3 = INT_FAST32_MAX;
| int_fast32_t e3min = INT_FAST32_MIN;
| int_fast64_t e4 = INT_FAST64_MAX;
| int_fast64_t e4min = INT_FAST64_MIN;
| uint_fast8_t f1 = UINT_FAST8_MAX;
| uint_fast16_t f2 = UINT_FAST16_MAX;
| uint_fast32_t f3 = UINT_FAST32_MAX;
| uint_fast64_t f4 = UINT_FAST64_MAX;
| #ifdef INTPTR_MAX
| intptr_t g = INTPTR_MAX;
| intptr_t gmin = INTPTR_MIN;
| #endif
| #ifdef UINTPTR_MAX
| uintptr_t h = UINTPTR_MAX;
| #endif
| intmax_t i = INTMAX_MAX;
| uintmax_t j = UINTMAX_MAX;
|
| #include <limits.h> /* for CHAR_BIT */
| #define TYPE_MINIMUM(t)   ((t) ((t) 0 < (t) -1 ? (t) 0 : ~ (t) 0 <<
(sizeof (t) * CHAR_BIT - 1)))
| #define TYPE_MAXIMUM(t)   ((t) ((t) 0 < (t) -1 ? (t) -1 : ~ (~ (t) 0
<< (sizeof (t) * CHAR_BIT - 1))))
| struct s {
|   int check_PTRDIFF:
|       PTRDIFF_MIN == TYPE_MINIMUM (ptrdiff_t)
|       && PTRDIFF_MAX == TYPE_MAXIMUM (ptrdiff_t)
|       ? 1 : -1;
|   /* Detect bug in FreeBSD 6.0 / ia64.  */
|   int check_SIG_ATOMIC:
|       SIG_ATOMIC_MIN == TYPE_MINIMUM (sig_atomic_t)
|       && SIG_ATOMIC_MAX == TYPE_MAXIMUM (sig_atomic_t)
|       ? 1 : -1;
|   int check_SIZE: SIZE_MAX == TYPE_MAXIMUM (size_t) ? 1 : -1;
|   int check_WCHAR:
|       WCHAR_MIN == TYPE_MINIMUM (wchar_t)
|       && WCHAR_MAX == TYPE_MAXIMUM (wchar_t)
|       ? 1 : -1;
|   /* Detect bug in mingw.  */
|   int check_WINT:
|       WINT_MIN == TYPE_MINIMUM (wint_t)
|       && WINT_MAX == TYPE_MAXIMUM (wint_t)
|       ? 1 : -1;
|
|   /* Detect bugs in glibc 2.4 and Solaris 10 stdint.h, among others.  */
|   int check_UINT8_C:
|         (-1 < UINT8_C (0)) == (-1 < (uint_least8_t) 0) ? 1 : -1;
|   int check_UINT16_C:
|         (-1 < UINT16_C (0)) == (-1 < (uint_least16_t) 0) ? 1 : -1;
|
|   /* Detect bugs in OpenBSD 3.9 stdint.h.  */
| #ifdef UINT8_MAX
|   int check_uint8: (uint8_t) -1 == UINT8_MAX ? 1 : -1;
| #endif
| #ifdef UINT16_MAX
|   int check_uint16: (uint16_t) -1 == UINT16_MAX ? 1 : -1;
| #endif
| #ifdef UINT32_MAX
|   int check_uint32: (uint32_t) -1 == UINT32_MAX ? 1 : -1;
| #endif
| #ifdef UINT64_MAX
|   int check_uint64: (uint64_t) -1 == UINT64_MAX ? 1 : -1;
| #endif
|   int check_uint_least8: (uint_least8_t) -1 == UINT_LEAST8_MAX ? 1 : -1;
|   int check_uint_least16: (uint_least16_t) -1 == UINT_LEAST16_MAX ? 1 : -1;
|   int check_uint_least32: (uint_least32_t) -1 == UINT_LEAST32_MAX ? 1 : -1;
|   int check_uint_least64: (uint_least64_t) -1 == UINT_LEAST64_MAX ? 1 : -1;
|   int check_uint_fast8: (uint_fast8_t) -1 == UINT_FAST8_MAX ? 1 : -1;
|   int check_uint_fast16: (uint_fast16_t) -1 == UINT_FAST16_MAX ? 1 : -1;
|   int check_uint_fast32: (uint_fast32_t) -1 == UINT_FAST32_MAX ? 1 : -1;
|   int check_uint_fast64: (uint_fast64_t) -1 == UINT_FAST64_MAX ? 1 : -1;
|   int check_uintptr: (uintptr_t) -1 == UINTPTR_MAX ? 1 : -1;
|   int check_uintmax: (uintmax_t) -1 == UINTMAX_MAX ? 1 : -1;
|   int check_size: (size_t) -1 == SIZE_MAX ? 1 : -1;
| };
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:19403: result: no
configure:19425: checking sys/inttypes.h usability
configure:19442: gcc -c -g -O2  conftest.c >&5
conftest.c:109:26: error: sys/inttypes.h: No such file or directory
configure:19448: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FPURGE 1
| #define HAVE_LSTAT 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_GETLINE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_INCLUDE_NEXT 1
| #define HAVE_MATH_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_FPURGE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_INLINE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_REALLOC_POSIX 1
| #define HAVE_RMDIR 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/inttypes.h>
configure:19462: result: no
configure:19466: checking sys/inttypes.h presence
configure:19481: gcc -E  conftest.c
conftest.c:76:26: error: sys/inttypes.h: No such file or directory
configure:19487: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FPURGE 1
| #define HAVE_LSTAT 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_GETLINE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_INCLUDE_NEXT 1
| #define HAVE_MATH_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_FPURGE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_INLINE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_REALLOC_POSIX 1
| #define HAVE_RMDIR 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h.  */
| #include <sys/inttypes.h>
configure:19501: result: no
configure:19529: checking for sys/inttypes.h
configure:19537: result: no
configure:19425: checking sys/bitypes.h usability
configure:19442: gcc -c -g -O2  conftest.c >&5
conftest.c:109:25: error: sys/bitypes.h: No such file or directory
configure:19448: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FPURGE 1
| #define HAVE_LSTAT 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_GETLINE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_INCLUDE_NEXT 1
| #define HAVE_MATH_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_FPURGE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_INLINE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_REALLOC_POSIX 1
| #define HAVE_RMDIR 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/bitypes.h>
configure:19462: result: no
configure:19466: checking sys/bitypes.h presence
configure:19481: gcc -E  conftest.c
conftest.c:76:25: error: sys/bitypes.h: No such file or directory
configure:19487: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FPURGE 1
| #define HAVE_LSTAT 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_GETLINE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_INCLUDE_NEXT 1
| #define HAVE_MATH_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_FPURGE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_INLINE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_REALLOC_POSIX 1
| #define HAVE_RMDIR 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h.  */
| #include <sys/bitypes.h>
configure:19501: result: no
configure:19529: checking for sys/bitypes.h
configure:19537: result: no
configure:19580: checking for bit size of ptrdiff_t
configure:19934: gcc -o conftest -g -O2   conftest.c  >&5
configure:19937: $? = 0
configure:19943: ./conftest
configure:19946: $? = 0
configure:19964: result: 32
configure:19580: checking for bit size of sig_atomic_t
configure:19934: gcc -o conftest -g -O2   conftest.c  >&5
configure:19937: $? = 0
configure:19943: ./conftest
configure:19946: $? = 0
configure:19964: result: 32
configure:19580: checking for bit size of size_t
configure:19934: gcc -o conftest -g -O2   conftest.c  >&5
configure:19937: $? = 0
configure:19943: ./conftest
configure:19946: $? = 0
configure:19964: result: 32
configure:19580: checking for bit size of wchar_t
configure:19934: gcc -o conftest -g -O2   conftest.c  >&5
configure:19937: $? = 0
configure:19943: ./conftest
configure:19946: $? = 0
configure:19964: result: 32
configure:19580: checking for bit size of wint_t
configure:19934: gcc -o conftest -g -O2   conftest.c  >&5
configure:19937: $? = 0
configure:19943: ./conftest
configure:19946: $? = 0
configure:19964: result: 32
configure:19985: checking whether sig_atomic_t is signed
configure:20022: gcc -c -g -O2  conftest.c >&5
configure:20028: $? = 0
configure:20046: result: yes
configure:19985: checking whether wchar_t is signed
configure:20022: gcc -c -g -O2  conftest.c >&5
configure:20028: $? = 0
configure:20046: result: yes
configure:19985: checking whether wint_t is signed
configure:20022: gcc -c -g -O2  conftest.c >&5
configure:20028: $? = 0
configure:20046: result: yes
configure:20072: checking for ptrdiff_t integer literal suffix
configure:20128: gcc -c -g -O2  conftest.c >&5
configure:20134: $? = 0
configure:20153: result:
configure:20072: checking for sig_atomic_t integer literal suffix
configure:20128: gcc -c -g -O2  conftest.c >&5
configure:20134: $? = 0
configure:20153: result:
configure:20072: checking for size_t integer literal suffix
configure:20128: gcc -c -g -O2  conftest.c >&5
conftest.c:98: error: conflicting types for 'foo'
conftest.c:97: error: previous declaration of 'foo' was here
configure:20134: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FPURGE 1
| #define HAVE_LSTAT 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_GETLINE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_INCLUDE_NEXT 1
| #define HAVE_MATH_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_FPURGE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_INLINE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_REALLOC_POSIX 1
| #define HAVE_RMDIR 1
| #define HAVE_STDINT_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX
| #define SIG_ATOMIC_T_SUFFIX
| /* end confdefs.h.  */
|
|   /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
|      included before <wchar.h>.  */
|   #include <stddef.h>
|   #include <signal.h>
|   #if HAVE_WCHAR_H
|   # include <stdio.h>
|   # include <time.h>
|   # include <wchar.h>
|   #endif
|
|               extern size_t foo;
|               extern unsigned int foo;
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:20128: gcc -c -g -O2  conftest.c >&5
configure:20134: $? = 0
configure:20153: result: ul
configure:20072: checking for wchar_t integer literal suffix
configure:20128: gcc -c -g -O2  conftest.c >&5
configure:20134: $? = 0
configure:20153: result:
configure:20072: checking for wint_t integer literal suffix
configure:20128: gcc -c -g -O2  conftest.c >&5
configure:20134: $? = 0
configure:20153: result:
configure:20318: checking for working strndup
configure:20462: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c: In function 'main':
conftest.c:100: warning: assignment makes pointer from integer without a cast
conftest.c:102: warning: assignment makes pointer from integer without a cast
/usr/bin/ld: Undefined symbols:
_strndup
collect2: ld returned 1 exit status
configure:20465: $? = 1
configure: program exited with status 1
configure: failed program was:
|
|        /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FPURGE 1
| #define HAVE_LSTAT 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_GETLINE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_INCLUDE_NEXT 1
| #define HAVE_MATH_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_FPURGE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_INLINE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_REALLOC_POSIX 1
| #define HAVE_RMDIR 1
| #define HAVE_STDINT_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX
| #define SIG_ATOMIC_T_SUFFIX
| #define SIZE_T_SUFFIX ul
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| /* end confdefs.h.  */
| #include <string.h>
|                        #include <stdlib.h>
| int
| main ()
| {
|
| #ifndef HAVE_DECL_STRNDUP
|   extern char *strndup (const char *, size_t);
| #endif
|   char *s;
|   s = strndup ("some longer string", 15);
|   free (s);
|   s = strndup ("shorter string", 13);
|   return s[13] != '\0';
|   ;
|   return 0;
| }
configure:20490: result: no
configure:20532: checking for working strnlen
configure:20576: gcc -o conftest -g -O2   conftest.c  >&5
/usr/bin/ld: Undefined symbols:
_strnlen
collect2: ld returned 1 exit status
configure:20579: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FPURGE 1
| #define HAVE_LSTAT 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_GETLINE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_INCLUDE_NEXT 1
| #define HAVE_MATH_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_FPURGE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_INLINE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_REALLOC_POSIX 1
| #define HAVE_RMDIR 1
| #define HAVE_STDINT_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX
| #define SIG_ATOMIC_T_SUFFIX
| #define SIZE_T_SUFFIX ul
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
|
| #define S "foobar"
| #define S_LEN (sizeof S - 1)
|
|   /* At least one implementation is buggy: that of AIX 4.3 would
|      give strnlen (S, 1) == 3.  */
|
|   int i;
|   for (i = 0; i < S_LEN + 1; ++i)
|     {
|       int expected = i <= S_LEN ? i : S_LEN;
|       if (strnlen (S, i) != expected)
|       return 1;
|     }
|   return 0;
|
|   ;
|   return 0;
| }
configure:20604: result: no
configure:20707: checking for nlink_t
configure:20739: gcc -c -g -O2  conftest.c >&5
configure:20745: $? = 0
configure:20760: result: yes
configure:20774: checking for a thread-safe mkdir -p
configure:20813: result: ./install-sh -c -d
configure:20885: checking whether <wchar.h> is standalone
configure:20900: gcc -c -g -O2  conftest.c >&5
configure:20906: $? = 0
configure:20921: result: yes
configure:21018: checking for stdint.h
configure:21024: result: yes
configure:21203: checking malloc.h usability
configure:21220: gcc -c -g -O2  conftest.c >&5
conftest.c:124:20: error: malloc.h: No such file or directory
configure:21226: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FPURGE 1
| #define HAVE_LSTAT 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_GETLINE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_INCLUDE_NEXT 1
| #define HAVE_MATH_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_FPURGE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_INLINE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_REALLOC_POSIX 1
| #define HAVE_RMDIR 1
| #define HAVE_STDINT_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX
| #define SIG_ATOMIC_T_SUFFIX
| #define SIZE_T_SUFFIX ul
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define strnlen rpl_strnlen
| #define HAVE_STDINT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <malloc.h>
configure:21240: result: no
configure:21244: checking malloc.h presence
configure:21259: gcc -E  conftest.c
conftest.c:91:20: error: malloc.h: No such file or directory
configure:21265: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FPURGE 1
| #define HAVE_LSTAT 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_GETLINE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_INCLUDE_NEXT 1
| #define HAVE_MATH_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_FPURGE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_INLINE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_REALLOC_POSIX 1
| #define HAVE_RMDIR 1
| #define HAVE_STDINT_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX
| #define SIG_ATOMIC_T_SUFFIX
| #define SIZE_T_SUFFIX ul
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define strnlen rpl_strnlen
| #define HAVE_STDINT_H 1
| /* end confdefs.h.  */
| #include <malloc.h>
configure:21279: result: no
configure:21307: checking for malloc.h
configure:21315: result: no
configure:21329: checking for size_t
configure:21359: gcc -c -g -O2  conftest.c >&5
configure:21365: $? = 0
configure:21380: result: yes
configure:21392: checking for off_t
configure:21422: gcc -c -g -O2  conftest.c >&5
configure:21428: $? = 0
configure:21443: result: yes
configure:21456: checking for _LARGEFILE_SOURCE value needed for large files
configure:21553: result: no
configure:21580: checking if zlib is wanted
configure:21626: checking for inflateEnd in -lz
configure:21661: gcc -o conftest -g -O2  -I/usr/include  -L/usr/lib
conftest.c -lz   >&5
configure:21667: $? = 0
configure:21685: result: yes
configure:21703: checking zlib.h usability
configure:21720: gcc -c -g -O2  -I/usr/include conftest.c >&5
configure:21726: $? = 0
configure:21740: result: yes
configure:21744: checking zlib.h presence
configure:21759: gcc -E  -I/usr/include conftest.c
configure:21765: $? = 0
configure:21779: result: yes
configure:21807: checking for zlib.h
configure:21814: result: yes
configure:21837: checking for inflateEnd in -lz
configure:21896: result: yes
configure:21907: checking zlib in /usr
configure:21909: result: ok
configure:21941: checking for exp in -lm
configure:21976: gcc -o conftest -g -O2  -I/usr/include  -L/usr/lib
conftest.c -lm  -lz  >&5
conftest.c:100: warning: conflicting types for built-in function 'exp'
configure:21982: $? = 0
configure:22000: result: yes
configure:22011: checking for suite_create in -lcheck
configure:22046: gcc -o conftest -g -O2  -I/usr/include  -L/usr/lib
conftest.c -lcheck  -lm -lz  >&5
/usr/bin/ld: can't locate file for: -lcheck
collect2: ld returned 1 exit status
configure:22052: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FPURGE 1
| #define HAVE_LSTAT 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_GETLINE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_INCLUDE_NEXT 1
| #define HAVE_MATH_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_FPURGE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_INLINE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_REALLOC_POSIX 1
| #define HAVE_RMDIR 1
| #define HAVE_STDINT_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX
| #define SIG_ATOMIC_T_SUFFIX
| #define SIZE_T_SUFFIX ul
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define strnlen rpl_strnlen
| #define HAVE_STDINT_H 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBM 1
| /* end confdefs.h.  */
|
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char suite_create ();
| int
| main ()
| {
| return suite_create ();
|   ;
|   return 0;
| }
configure:22070: result: no
configure:22094: checking for iconv_open in -liconv
configure:22129: gcc -o conftest -g -O2  -I/usr/include  -L/usr/lib
conftest.c -liconv  -lm -lz  >&5
configure:22135: $? = 0
configure:22153: result: yes
configure:22174: checking for gawk
configure:22201: result: awk
configure:22219: checking for awk
configure:22237: found /usr/bin/awk
configure:22249: result: /usr/bin/awk
configure:22261: checking for makeinfo
configure:22277: found /usr/bin/makeinfo
configure:22289: result: yes
configure:22305: checking for texi2html
configure:22321: found /usr/bin/texi2html
configure:22333: result: yes
configure:22357: checking for taskjuggler
configure:22385: result: no
configure:22770: checking whether byte ordering is bigendian
configure:22802: gcc -c -g -O2  -I/usr/include conftest.c >&5
configure:22808: $? = 0
configure:22840: gcc -c -g -O2  -I/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:102: error: 'not' undeclared (first use in this function)
conftest.c:102: error: (Each undeclared identifier is reported only once
conftest.c:102: error: for each function it appears in.)
conftest.c:102: error: parse error before 'big'
configure:22846: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FPURGE 1
| #define HAVE_LSTAT 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_GETLINE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_INCLUDE_NEXT 1
| #define HAVE_MATH_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_FPURGE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_INLINE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_REALLOC_POSIX 1
| #define HAVE_RMDIR 1
| #define HAVE_STDINT_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX
| #define SIG_ATOMIC_T_SUFFIX
| #define SIZE_T_SUFFIX ul
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define strnlen rpl_strnlen
| #define HAVE_STDINT_H 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBM 1
| #define HAVE_CHECK 1
| /* 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:22986: result: no
configure:23266: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  CONFIG_FILES    =
  CONFIG_HEADERS  =
  CONFIG_LINKS    =
  CONFIG_COMMANDS =
  $ ./config.status

on nuno-morgadinhos-computer.local

config.status:1141: creating Makefile
config.status:1141: creating lib/Makefile
config.status:1141: creating src/Makefile
config.status:1141: creating torture/Makefile
config.status:1141: creating torture/unit/Makefile
config.status:1141: creating doc/Makefile
config.status:1141: creating utils/Makefile
config.status:1141: creating prmgt/Makefile
config.status:1141: creating prmgt/pmccabe2html
config.status:1141: creating prmgt/apic2wiki
config.status:1141: creating prmgt/testlog2wiki
config.status:1141: creating prmgt/docfuncs
config.status:1141: creating prmgt/tsdfuncs
config.status:1141: creating src/extract-public-hdr
config.status:1141: creating build-aux/Makefile
config.status:1141: creating src/config.h
config.status:1451: src/config.h is unchanged
config.status:1497: executing depfiles commands
config.status:1497: executing libtool commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i386-apple-darwin8.10.1
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=inline
ac_cv_c_restrict=__restrict
ac_cv_decl_EOVERFLOW=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_PDFLIB_LEVEL_set=
ac_cv_env_PDFLIB_LEVEL_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___fpurge=no
ac_cv_func___freading=no
ac_cv_func_flockfile=yes
ac_cv_func_fpurge=yes
ac_cv_func_funlockfile=yes
ac_cv_func_getdelim=no
ac_cv_func_getline=no
ac_cv_func_getopt_long_only=yes
ac_cv_func_lstat=yes
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_rmdir=yes
ac_cv_func_setlocale=yes
ac_cv_func_strerror_r=yes
ac_cv_func_strerror_r_char_p=no
ac_cv_func_strnlen_working=no
ac_cv_gnu_library_2_1=no
ac_cv_have_decl_fpurge=yes
ac_cv_have_decl_getc_unlocked=yes
ac_cv_have_decl_getdelim=no
ac_cv_have_decl_getenv=yes
ac_cv_have_decl_getline=no
ac_cv_have_decl_optreset=yes
ac_cv_have_decl_strerror_r=yes
ac_cv_have_decl_strndup=no
ac_cv_have_decl_strnlen=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_malloc_h=no
ac_cv_header_math_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_stat_broken=no
ac_cv_header_stdbool_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_bitypes_h=no
ac_cv_header_sys_inttypes_h=no
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_wchar_h=yes
ac_cv_header_zlib_h=yes
ac_cv_host=i386-apple-darwin8.10.1
ac_cv_lib_check_suite_create=no
ac_cv_lib_error_at_line=no
ac_cv_lib_iconv_iconv_open=yes
ac_cv_lib_m_exp=yes
ac_cv_lib_z_inflateEnd=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_PATH_TO_AWK=/usr/bin/awk
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
ac_cv_prog_ac_ct_LIPO=lipo
ac_cv_prog_ac_ct_NMEDIT=nmedit
ac_cv_prog_ac_ct_OTOOL64=otool64
ac_cv_prog_ac_ct_OTOOL=otool
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_have_makeinfo=yes
ac_cv_prog_have_taskjuggler=no
ac_cv_prog_have_texi2html=yes
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_sys_largefile_source=no
ac_cv_type__Bool=yes
ac_cv_type_long_long_int=yes
ac_cv_type_nlink_t=yes
ac_cv_type_off_t=yes
ac_cv_type_size_t=yes
ac_cv_type_unsigned_long_long_int=yes
ac_cv_win_or_dos=no
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_func_working_getline=no
am_cv_langinfo_codeset=yes
gl_cv_bitsizeof_ptrdiff_t=32
gl_cv_bitsizeof_sig_atomic_t=32
gl_cv_bitsizeof_size_t=32
gl_cv_bitsizeof_wchar_t=32
gl_cv_bitsizeof_wint_t=32
gl_cv_c_inline_effective=yes
gl_cv_double_slash_root=no
gl_cv_func_fflush_stdin=no
gl_cv_func_fseeko=yes
gl_cv_func_ftello=yes
gl_cv_func_lseek_pipe=yes
gl_cv_func_malloc_posix=yes
gl_cv_func_mkdir_trailing_slash_bug=no
gl_cv_func_strndup=no
gl_cv_func_working_strerror=yes
gl_cv_have_include_next=yes
gl_cv_header_math_huge_val_works=yes
gl_cv_header_math_nan_works=yes
gl_cv_header_wchar_h_standalone=yes
gl_cv_header_working_stdint_h=no
gl_cv_next_math_h='<math.h>'
gl_cv_next_stdint_h='<stdint.h>'
gl_cv_next_stdio_h='<stdio.h>'
gl_cv_next_stdlib_h='<stdlib.h>'
gl_cv_next_string_h='<string.h>'
gl_cv_next_sys_stat_h='<sys/stat.h>'
gl_cv_next_unistd_h='<unistd.h>'
gl_cv_next_wchar_h='<wchar.h>'
gl_cv_size_max=yes
gl_cv_type_ptrdiff_t_signed=yes
gl_cv_type_ptrdiff_t_suffix=
gl_cv_type_sig_atomic_t_signed=yes
gl_cv_type_sig_atomic_t_suffix=
gl_cv_type_size_t_signed=no
gl_cv_type_size_t_suffix=ul
gl_cv_type_wchar_t_signed=yes
gl_cv_type_wchar_t_suffix=
gl_cv_type_wint_t_signed=yes
gl_cv_type_wint_t_suffix=
gl_cv_var_stdin_large_offset=yes
gt_cv_func_CFLocaleCopyCurrent=yes
gt_cv_func_CFPreferencesCopyAppValue=yes
gt_cv_val_LC_MESSAGES=yes
lt_cv_apple_cc_single_mod=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_exported_symbols_list=yes
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -p'
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=no
lt_cv_prog_gnu_ld=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[      
]\([BCDEGRST][BCDEGRST]*\)[      ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2
\2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^
]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\)
\([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e
'\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e
'\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *)
\&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/  {"lib\2",
(void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern
int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char
\1;/p'\'''
lt_cv_sys_max_cmd_len=196608
zlib_cv_libz=yes
zlib_cv_zlib_h=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /Users/nuno/development/libgnupdf/missing --run aclocal-1.10'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /Users/nuno/development/libgnupdf/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /Users/nuno/development/libgnupdf/missing --run autoconf'
AUTOHEADER='${SHELL} /Users/nuno/development/libgnupdf/missing --run autoheader'
AUTOMAKE='${SHELL} /Users/nuno/development/libgnupdf/missing --run
automake-1.10'
AWK='awk'
BITSIZEOF_PTRDIFF_T='32'
BITSIZEOF_SIG_ATOMIC_T='32'
BITSIZEOF_SIZE_T='32'
BITSIZEOF_WCHAR_T='32'
BITSIZEOF_WINT_T='32'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CHECK_FALSE=''
CHECK_TRUE='#'
COMPILE_BASE_LAYER_FALSE='#'
COMPILE_BASE_LAYER_TRUE=''
COMPILE_DOCUMENT_LAYER_FALSE='#'
COMPILE_DOCUMENT_LAYER_TRUE=''
COMPILE_OBJECT_LAYER_FALSE='#'
COMPILE_OBJECT_LAYER_TRUE=''
COMPILE_PAGE_LAYER_FALSE='#'
COMPILE_PAGE_LAYER_TRUE=''
COMPILE_UT_FALSE=''
COMPILE_UT_TRUE='#'
CPP='gcc -E'
CPPFLAGS=' -I/usr/include'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DSYMUTIL='dsymutil'
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EOVERFLOW=''
EXEEXT=''
FGREP='/usr/bin/grep -F'
GETOPT_H='getopt.h'
GLIBC21='no'
GL_COND_LIBTOOL_FALSE='#'
GL_COND_LIBTOOL_TRUE=''
GNULIB_CALLOC_POSIX='0'
GNULIB_CEILF='0'
GNULIB_CEILL='0'
GNULIB_CHOWN='0'
GNULIB_DUP2='0'
GNULIB_ENVIRON='0'
GNULIB_FCHDIR='0'
GNULIB_FFLUSH='1'
GNULIB_FLOORF='0'
GNULIB_FLOORL='0'
GNULIB_FOPEN='0'
GNULIB_FPRINTF_POSIX='0'
GNULIB_FREOPEN='0'
GNULIB_FREXP='0'
GNULIB_FREXPL='0'
GNULIB_FSEEK='0'
GNULIB_FSEEKO='1'
GNULIB_FTELL='0'
GNULIB_FTELLO='1'
GNULIB_FTRUNCATE='0'
GNULIB_GETCWD='0'
GNULIB_GETDELIM='1'
GNULIB_GETLINE='1'
GNULIB_GETLOGIN_R='0'
GNULIB_GETPAGESIZE='0'
GNULIB_GETSUBOPT='0'
GNULIB_ISFINITE='0'
GNULIB_LCHOWN='0'
GNULIB_LDEXPL='0'
GNULIB_LSEEK='1'
GNULIB_MALLOC_POSIX='1'
GNULIB_MATHL='0'
GNULIB_MBSCASECMP='0'
GNULIB_MBSCASESTR='0'
GNULIB_MBSCHR='0'
GNULIB_MBSCSPN='0'
GNULIB_MBSLEN='0'
GNULIB_MBSNCASECMP='0'
GNULIB_MBSNLEN='0'
GNULIB_MBSPBRK='0'
GNULIB_MBSPCASECMP='0'
GNULIB_MBSRCHR='0'
GNULIB_MBSSEP='0'
GNULIB_MBSSPN='0'
GNULIB_MBSSTR='0'
GNULIB_MBSTOK_R='0'
GNULIB_MEMMEM='0'
GNULIB_MEMPCPY='0'
GNULIB_MEMRCHR='0'
GNULIB_MKDTEMP='0'
GNULIB_MKSTEMP='0'
GNULIB_PRINTF_POSIX='0'
GNULIB_PUTENV='0'
GNULIB_RAWMEMCHR='0'
GNULIB_READLINK='0'
GNULIB_REALLOC_POSIX='1'
GNULIB_ROUND='0'
GNULIB_ROUNDF='0'
GNULIB_ROUNDL='0'
GNULIB_RPMATCH='0'
GNULIB_SETENV='0'
GNULIB_SIGNBIT='0'
GNULIB_SLEEP='0'
GNULIB_SNPRINTF='0'
GNULIB_SPRINTF_POSIX='0'
GNULIB_STPCPY='0'
GNULIB_STPNCPY='0'
GNULIB_STRCASESTR='0'
GNULIB_STRCHRNUL='0'
GNULIB_STRDUP='0'
GNULIB_STRERROR='1'
GNULIB_STRNDUP='1'
GNULIB_STRNLEN='1'
GNULIB_STRPBRK='0'
GNULIB_STRSEP='0'
GNULIB_STRSIGNAL='0'
GNULIB_STRSTR='0'
GNULIB_STRTOD='0'
GNULIB_STRTOK_R='0'
GNULIB_TRUNC='0'
GNULIB_TRUNCF='0'
GNULIB_TRUNCL='0'
GNULIB_UNSETENV='0'
GNULIB_VASPRINTF='0'
GNULIB_VFPRINTF_POSIX='0'
GNULIB_VPRINTF_POSIX='0'
GNULIB_VSNPRINTF='0'
GNULIB_VSPRINTF_POSIX='0'
GNULIB_WCWIDTH='0'
GREP='/usr/bin/grep'
HAVE_CALLOC_POSIX='1'
HAVE_DECL_ACOSL='1'
HAVE_DECL_ASINL='1'
HAVE_DECL_ATANL='1'
HAVE_DECL_COSL='1'
HAVE_DECL_ENVIRON='1'
HAVE_DECL_EXPL='1'
HAVE_DECL_FREXPL='1'
HAVE_DECL_GETDELIM='0'
HAVE_DECL_GETLINE='0'
HAVE_DECL_GETLOGIN_R='1'
HAVE_DECL_LDEXPL='1'
HAVE_DECL_LOGL='1'
HAVE_DECL_MEMMEM='1'
HAVE_DECL_MEMRCHR='1'
HAVE_DECL_SINL='1'
HAVE_DECL_SNPRINTF='1'
HAVE_DECL_SQRTL='1'
HAVE_DECL_STRDUP='1'
HAVE_DECL_STRERROR='1'
HAVE_DECL_STRNDUP='0'
HAVE_DECL_STRNLEN='0'
HAVE_DECL_STRSIGNAL='1'
HAVE_DECL_STRTOK_R='1'
HAVE_DECL_TANL='1'
HAVE_DECL_TRUNC='1'
HAVE_DECL_TRUNCF='1'
HAVE_DECL_VSNPRINTF='1'
HAVE_DECL_WCWIDTH='1'
HAVE_DUP2='1'
HAVE_FSEEKO='1'
HAVE_FTELLO='1'
HAVE_FTRUNCATE='1'
HAVE_GETPAGESIZE='1'
HAVE_GETSUBOPT='1'
HAVE_INTTYPES_H='1'
HAVE_LONG_LONG_INT='1'
HAVE_LSTAT='1'
HAVE_MALLOC_POSIX='1'
HAVE_MEMPCPY='1'
HAVE_MKDTEMP='1'
HAVE_OS_H='0'
HAVE_RAWMEMCHR='1'
HAVE_READLINK='1'
HAVE_REALLOC_POSIX='1'
HAVE_RPMATCH='1'
HAVE_SETENV='1'
HAVE_SIGNED_SIG_ATOMIC_T='1'
HAVE_SIGNED_WCHAR_T='1'
HAVE_SIGNED_WINT_T='1'
HAVE_SLEEP='1'
HAVE_STDINT_H='1'
HAVE_STPCPY='1'
HAVE_STPNCPY='1'
HAVE_STRCASESTR='1'
HAVE_STRCHRNUL='1'
HAVE_STRNDUP='0'
HAVE_STRPBRK='1'
HAVE_STRSEP='1'
HAVE_STRTOD='1'
HAVE_SYS_BITYPES_H='0'
HAVE_SYS_INTTYPES_H='0'
HAVE_SYS_PARAM_H='0'
HAVE_SYS_TYPES_H='1'
HAVE_UNISTD_H='1'
HAVE_UNSETENV='1'
HAVE_UNSIGNED_LONG_LONG_INT='1'
HAVE_VASPRINTF='1'
HAVE_WCHAR_H='1'
HAVE__BOOL='1'
ICONV_FALSE='#'
ICONV_TRUE=''
INCLUDE_NEXT='include_next'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTL_MACOSX_LIBS='-Wl,-framework -Wl,CoreFoundation'
LD='/usr/bin/ld'
LDFLAGS=' -L/usr/lib'
LIBINTL=''
LIBOBJS=''
LIBS='-lm -lz '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO='lipo'
LN_S='ln -s'
LOCALCHARSET_TESTS_ENVIRONMENT='CHARSETALIASDIR="$(top_builddir)/lib"'
LTLIBINTL=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /Users/nuno/development/libgnupdf/missing --run makeinfo'
NEXT_MATH_H='<math.h>'
NEXT_STDINT_H='<stdint.h>'
NEXT_STDIO_H='<stdio.h>'
NEXT_STDLIB_H='<stdlib.h>'
NEXT_STRING_H='<string.h>'
NEXT_SYS_STAT_H='<sys/stat.h>'
NEXT_UNISTD_H='<unistd.h>'
NEXT_WCHAR_H='<wchar.h>'
NM='/usr/bin/nm -p'
NMEDIT='nmedit'
NOCHECK_FALSE=''
NOCHECK_TRUE='#'
OBJEXT='o'
OTOOL64='otool64'
OTOOL='otool'
PACKAGE='gnupdf'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PATH_TO_AWK='/usr/bin/awk'
PDFLIB_LEVEL='3'
PRMGT_FALSE=''
PRMGT_TRUE='#'
PTRDIFF_T_SUFFIX=''
RANLIB='ranlib'
REPLACE_CEILF='0'
REPLACE_CEILL='0'
REPLACE_CHOWN='0'
REPLACE_FCHDIR='0'
REPLACE_FFLUSH='1'
REPLACE_FLOORF='0'
REPLACE_FLOORL='0'
REPLACE_FOPEN='0'
REPLACE_FPRINTF='0'
REPLACE_FREOPEN='0'
REPLACE_FREXP='0'
REPLACE_FREXPL='0'
REPLACE_FSEEK='0'
REPLACE_FSEEKO='1'
REPLACE_FTELL='0'
REPLACE_FTELLO='0'
REPLACE_GETCWD='0'
REPLACE_GETLINE='1'
REPLACE_GETPAGESIZE='0'
REPLACE_HUGE_VAL='0'
REPLACE_ISFINITE='0'
REPLACE_LCHOWN='0'
REPLACE_LDEXPL='0'
REPLACE_LSEEK='0'
REPLACE_MEMMEM='0'
REPLACE_MKDIR='0'
REPLACE_MKSTEMP='0'
REPLACE_NAN='0'
REPLACE_PRINTF='0'
REPLACE_PUTENV='0'
REPLACE_ROUND='0'
REPLACE_ROUNDF='0'
REPLACE_ROUNDL='0'
REPLACE_SIGNBIT='0'
REPLACE_SIGNBIT_USING_GCC='0'
REPLACE_SNPRINTF='0'
REPLACE_SPRINTF='0'
REPLACE_STRCASESTR='0'
REPLACE_STRERROR='0'
REPLACE_STRSIGNAL='0'
REPLACE_STRSTR='0'
REPLACE_STRTOD='0'
REPLACE_TRUNCL='0'
REPLACE_VASPRINTF='0'
REPLACE_VFPRINTF='0'
REPLACE_VPRINTF='0'
REPLACE_VSNPRINTF='0'
REPLACE_VSPRINTF='0'
REPLACE_WCWIDTH='0'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
SIG_ATOMIC_T_SUFFIX=''
SIZE_T_SUFFIX='ul'
STDBOOL_H=''
STDINT_H='stdint.h'
STRIP='strip'
SYS_STAT_H='sys/stat.h'
TASKJUGGLER_FALSE=''
TASKJUGGLER_TRUE='#'
TCLSH=''
TEXI2HTML_FALSE='#'
TEXI2HTML_TRUE=''
VERSION='0.1'
VOID_UNSETENV='0'
WCHAR_H=''
WCHAR_T_SUFFIX=''
WINT_T_SUFFIX=''
ZLIB_FALSE='#'
ZLIB_TRUE=''
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i386-apple-darwin8.10.1'
build_alias=''
build_cpu='i386'
build_os='darwin8.10.1'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
gl_LIBOBJS=' basename.o dirname.o error.o exitfail.o fflush.o fseeko.o
getdelim.o getline.o getopt.o getopt1.o stripslash.o strndup.o
strnlen.o xmalloc.o'
gl_LTLIBOBJS=' basename.lo dirname.lo error.lo exitfail.lo fflush.lo
fseeko.lo getdelim.lo getline.lo getopt.lo getopt1.lo stripslash.lo
strndup.lo strnlen.lo xmalloc.lo'
gltests_LIBOBJS=''
gltests_LTLIBOBJS=''
have_dot=''
have_fdp=''
have_makeinfo='yes'
have_pmccabe=''
have_taskjuggler='no'
have_texi2html='yes'
host='i386-apple-darwin8.10.1'
host_alias=''
host_cpu='i386'
host_os='darwin8.10.1'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL) /Users/nuno/development/libgnupdf/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lt_ECHO='echo'
mandir='${datarootdir}/man'
mkdir_p='$(top_builddir)/./install-sh -c -d'
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. ##
## ----------- ##

#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE "gnupdf"
#define VERSION "0.1"
#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 __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define HAVE_FSEEKO 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
#define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
#define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
#define HAVE_DECL_STRERROR_R 1
#define HAVE_STRERROR_R 1
#define HAVE_FPURGE 1
#define HAVE_LSTAT 1
#define HAVE_DECL_GETDELIM 0
#define HAVE_DECL_GETLINE 0
#define HAVE_GETOPT_H 1
#define HAVE_GETOPT_LONG_ONLY 1
#define HAVE_DECL_GETENV 1
#define HAVE_LANGINFO_CODESET 1
#define HAVE_DECL_GETC_UNLOCKED 1
#define HAVE_LC_MESSAGES 1
#define HAVE_CFPREFERENCESCOPYAPPVALUE 1
#define HAVE_CFLOCALECOPYCURRENT 1
#define HAVE_INCLUDE_NEXT 1
#define HAVE_MATH_H 1
#define HAVE_UNISTD_H 1
#define HAVE_STDINT_H 1
#define HAVE_WCHAR_H 1
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE__BOOL 1
#define HAVE_STDBOOL_H 1
#define HAVE_LONG_LONG_INT 1
#define HAVE_UNSIGNED_LONG_LONG_INT 1
#define restrict __restrict
#define HAVE_DECL_STRNDUP 0
#define HAVE_DECL_STRNLEN 0
#define HAVE_DECL_FPURGE 1
#define HAVE_FLOCKFILE 1
#define HAVE_FUNLOCKFILE 1
#define HAVE_FLOCKFILE 1
#define HAVE_FUNLOCKFILE 1
#define __GETOPT_PREFIX rpl_
#define HAVE_INLINE 1
#define HAVE_SETLOCALE 1
#define HAVE_STDLIB_H 1
#define HAVE_MALLOC 1
#define GNULIB_MALLOC_GNU 1
#define HAVE_MALLOC_POSIX 1
#define HAVE_REALLOC_POSIX 1
#define HAVE_RMDIR 1
#define HAVE_STDINT_H 1
#define BITSIZEOF_PTRDIFF_T 32
#define BITSIZEOF_SIG_ATOMIC_T 32
#define BITSIZEOF_SIZE_T 32
#define BITSIZEOF_WCHAR_T 32
#define BITSIZEOF_WINT_T 32
#define HAVE_SIGNED_SIG_ATOMIC_T 1
#define HAVE_SIGNED_WCHAR_T 1
#define HAVE_SIGNED_WINT_T 1
#define PTRDIFF_T_SUFFIX
#define SIG_ATOMIC_T_SUFFIX
#define SIZE_T_SUFFIX ul
#define WCHAR_T_SUFFIX
#define WINT_T_SUFFIX
#define strnlen rpl_strnlen
#define HAVE_STDINT_H 1
#define HAVE_FSEEKO 1
#define HAVE_LIBZ 1
#define HAVE_LIBM 1
#define HAVE_CHECK 1
#define PDF_IS_BIG_ENDIAN 0

configure: exit 0

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  CONFIG_FILES    =
  CONFIG_HEADERS  =
  CONFIG_LINKS    =
  CONFIG_COMMANDS =
  $ ./config.status src/config.h

on nuno-morgadinhos-computer.local

config.status:1141: creating src/config.h
config.status:1451: src/config.h is unchanged




reply via email to

[Prev in Thread] Current Thread [Next in Thread]