1
0
Files
TP-Link_XR500v_v2-6/m4-1.4.13/config.log
2016-11-30 09:03:17 +08:00

6825 lines
205 KiB
Plaintext

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by GNU M4 configure 1.4.13, which was
generated by GNU Autoconf 2.63b. Invocation command line was
$ ./configure --prefix=/usr/local
## --------- ##
## Platform. ##
## --------- ##
hostname = debian
uname -m = i686
uname -r = 3.2.0-4-686-pae
uname -s = Linux
uname -v = #1 SMP Debian 3.2.68-1+deb7u6
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:3010: checking for a BSD-compatible install
configure:3078: result: /usr/bin/install -c
configure:3089: checking whether build environment is sane
configure:3139: result: yes
configure:3280: checking for a thread-safe mkdir -p
configure:3319: result: /bin/mkdir -p
configure:3332: checking for gawk
configure:3348: found /usr/bin/gawk
configure:3359: result: gawk
configure:3370: checking whether make sets $(MAKE)
configure:3392: result: yes
configure:3528: checking for gcc
configure:3544: found /usr/bin/gcc
configure:3555: result: gcc
configure:3784: checking for C compiler version
configure:3792: gcc --version >&5
gcc (Debian 4.7.2-5) 4.7.2
Copyright (C) 2012 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:3796: $? = 0
configure:3803: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i486-linux-gnu/4.7/lto-wrapper
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.7.2-5' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-targets=all --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.7.2 (Debian 4.7.2-5)
configure:3807: $? = 0
configure:3814: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3818: $? = 4
configure:3837: checking for C compiler default output file name
configure:3859: gcc conftest.c >&5
configure:3863: $? = 0
configure:3900: result: a.out
configure:3916: checking whether the C compiler works
configure:3926: ./a.out
configure:3930: $? = 0
configure:3945: result: yes
configure:3952: checking whether we are cross compiling
configure:3954: result: no
configure:3957: checking for suffix of executables
configure:3964: gcc -o conftest conftest.c >&5
configure:3968: $? = 0
configure:3990: result:
configure:3996: checking for suffix of object files
configure:4018: gcc -c conftest.c >&5
configure:4022: $? = 0
configure:4043: result: o
configure:4047: checking whether we are using the GNU C compiler
configure:4066: gcc -c conftest.c >&5
configure:4066: $? = 0
configure:4075: result: yes
configure:4084: checking whether gcc accepts -g
configure:4104: gcc -c -g conftest.c >&5
configure:4104: $? = 0
configure:4145: result: yes
configure:4162: checking for gcc option to accept ISO C89
configure:4226: gcc -c -g -O2 conftest.c >&5
configure:4226: $? = 0
configure:4239: result: none needed
configure:4270: checking for style of include used by make
configure:4298: result: GNU
configure:4323: checking dependency style of gcc
configure:4424: result: gcc3
configure:4482: checking for ranlib
configure:4498: found /usr/bin/ranlib
configure:4509: result: ranlib
configure:4532: checking whether gcc and cc understand -c and -o together
configure:4563: gcc -c conftest.c -o conftest2.o >&5
configure:4567: $? = 0
configure:4573: gcc -c conftest.c -o conftest2.o >&5
configure:4577: $? = 0
configure:4588: cc -c conftest.c >&5
configure:4592: $? = 0
configure:4600: cc -c conftest.c -o conftest2.o >&5
configure:4604: $? = 0
configure:4610: cc -c conftest.c -o conftest2.o >&5
configure:4614: $? = 0
configure:4632: result: yes
configure:4661: checking build system type
configure:4675: result: i686-pc-linux-gnu
configure:4695: checking host system type
configure:4708: result: i686-pc-linux-gnu
configure:4734: checking how to run the C preprocessor
configure:4765: gcc -E conftest.c
configure:4765: $? = 0
configure:4779: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4779: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU M4"
| #define PACKAGE_TARNAME "m4"
| #define PACKAGE_VERSION "1.4.13"
| #define PACKAGE_STRING "GNU M4 1.4.13"
| #define PACKAGE_BUGREPORT "bug-m4@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/m4/"
| #define PACKAGE "m4"
| #define VERSION "1.4.13"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4804: result: gcc -E
configure:4824: gcc -E conftest.c
configure:4824: $? = 0
configure:4838: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4838: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU M4"
| #define PACKAGE_TARNAME "m4"
| #define PACKAGE_VERSION "1.4.13"
| #define PACKAGE_STRING "GNU M4 1.4.13"
| #define PACKAGE_BUGREPORT "bug-m4@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/m4/"
| #define PACKAGE "m4"
| #define VERSION "1.4.13"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4867: checking for grep that handles long lines and -e
configure:4925: result: /bin/grep
configure:4930: checking for egrep
configure:4992: result: /bin/grep -E
configure:4997: checking for ANSI C header files
configure:5017: gcc -c -g -O2 conftest.c >&5
configure:5017: $? = 0
configure:5090: gcc -o conftest -g -O2 conftest.c >&5
configure:5090: $? = 0
configure:5090: ./conftest
configure:5090: $? = 0
configure:5101: result: yes
configure:5114: checking for sys/types.h
configure:5114: gcc -c -g -O2 conftest.c >&5
configure:5114: $? = 0
configure:5114: result: yes
configure:5114: checking for sys/stat.h
configure:5114: gcc -c -g -O2 conftest.c >&5
configure:5114: $? = 0
configure:5114: result: yes
configure:5114: checking for stdlib.h
configure:5114: gcc -c -g -O2 conftest.c >&5
configure:5114: $? = 0
configure:5114: result: yes
configure:5114: checking for string.h
configure:5114: gcc -c -g -O2 conftest.c >&5
configure:5114: $? = 0
configure:5114: result: yes
configure:5114: checking for memory.h
configure:5114: gcc -c -g -O2 conftest.c >&5
configure:5114: $? = 0
configure:5114: result: yes
configure:5114: checking for strings.h
configure:5114: gcc -c -g -O2 conftest.c >&5
configure:5114: $? = 0
configure:5114: result: yes
configure:5114: checking for inttypes.h
configure:5114: gcc -c -g -O2 conftest.c >&5
configure:5114: $? = 0
configure:5114: result: yes
configure:5114: checking for stdint.h
configure:5114: gcc -c -g -O2 conftest.c >&5
configure:5114: $? = 0
configure:5114: result: yes
configure:5114: checking for unistd.h
configure:5114: gcc -c -g -O2 conftest.c >&5
configure:5114: $? = 0
configure:5114: result: yes
configure:5130: checking minix/config.h usability
configure:5130: gcc -c -g -O2 conftest.c >&5
conftest.c:54:26: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:5130: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU M4"
| #define PACKAGE_TARNAME "m4"
| #define PACKAGE_VERSION "1.4.13"
| #define PACKAGE_STRING "GNU M4 1.4.13"
| #define PACKAGE_BUGREPORT "bug-m4@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/m4/"
| #define PACKAGE "m4"
| #define VERSION "1.4.13"
| #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:5130: result: no
configure:5130: checking minix/config.h presence
configure:5130: gcc -E conftest.c
conftest.c:21:26: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:5130: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU M4"
| #define PACKAGE_TARNAME "m4"
| #define PACKAGE_VERSION "1.4.13"
| #define PACKAGE_STRING "GNU M4 1.4.13"
| #define PACKAGE_BUGREPORT "bug-m4@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/m4/"
| #define PACKAGE "m4"
| #define VERSION "1.4.13"
| #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:5130: result: no
configure:5130: checking for minix/config.h
configure:5130: result: no
configure:5159: checking whether it is safe to define __EXTENSIONS__
configure:5177: gcc -c -g -O2 conftest.c >&5
configure:5177: $? = 0
configure:5184: result: yes
configure:5204: checking for _LARGEFILE_SOURCE value needed for large files
configure:5223: gcc -o conftest -g -O2 conftest.c >&5
configure:5223: $? = 0
configure:5251: result: no
configure:5301: checking for gcc option to accept ISO C99
configure:5450: gcc -c -g -O2 conftest.c >&5
conftest.c:77:29: error: expected ';', ',' or ')' before 'text'
conftest.c: In function 'main':
conftest.c:131:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
conftest.c:131:18: error: 'newvar' undeclared (first use in this function)
conftest.c:131:18: note: each undeclared identifier is reported only once for each function it appears in
conftest.c:141:3: error: 'for' loop initial declarations are only allowed in C99 mode
conftest.c:141:3: note: use option -std=c99 or -std=gnu99 to compile your code
configure:5450: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU M4"
| #define PACKAGE_TARNAME "m4"
| #define PACKAGE_VERSION "1.4.13"
| #define PACKAGE_STRING "GNU M4 1.4.13"
| #define PACKAGE_BUGREPORT "bug-m4@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/m4/"
| #define PACKAGE "m4"
| #define VERSION "1.4.13"
| #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
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
|
| // Check varargs macros. These examples are taken from C99 6.10.3.5.
| #define debug(...) fprintf (stderr, __VA_ARGS__)
| #define showlist(...) puts (#__VA_ARGS__)
| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| static void
| test_varargs_macros (void)
| {
| int x = 1234;
| int y = 5678;
| debug ("Flag");
| debug ("X = %d\n", x);
| showlist (The first, second, and third items.);
| report (x>y, "x is %d but y is %d", x, y);
| }
|
| // Check long long types.
| #define BIG64 18446744073709551615ull
| #define BIG32 4294967295ul
| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| #if !BIG_OK
| your preprocessor is broken;
| #endif
| #if BIG_OK
| #else
| your preprocessor is broken;
| #endif
| static long long int bignum = -9223372036854775807LL;
| static unsigned long long int ubignum = BIG64;
|
| struct incomplete_array
| {
| int datasize;
| double data[];
| };
|
| struct named_init {
| int number;
| const wchar_t *name;
| double average;
| };
|
| typedef const char *ccp;
|
| static inline int
| test_restrict (ccp restrict text)
| {
| // See if C++-style comments work.
| // Iterate through items via the restricted pointer.
| // Also check for declarations in for loops.
| for (unsigned int i = 0; *(text+i) != '\0'; ++i)
| continue;
| return 0;
| }
|
| // Check varargs and va_copy.
| static void
| test_varargs (const char *format, ...)
| {
| va_list args;
| va_start (args, format);
| va_list args_copy;
| va_copy (args_copy, args);
|
| const char *str;
| int number;
| float fnumber;
|
| while (*format)
| {
| switch (*format++)
| {
| case 's': // string
| str = va_arg (args_copy, const char *);
| break;
| case 'd': // int
| number = va_arg (args_copy, int);
| break;
| case 'f': // float
| fnumber = va_arg (args_copy, double);
| break;
| default:
| break;
| }
| }
| va_end (args_copy);
| va_end (args);
| }
|
| int
| main ()
| {
|
| // Check bool.
| _Bool success = false;
|
| // Check restrict.
| if (test_restrict ("String literal") == 0)
| success = true;
| char *restrict newvar = "Another string";
|
| // Check varargs.
| test_varargs ("s, d' f .", "string", 65, 34.234);
| test_varargs_macros ();
|
| // Check flexible array members.
| struct incomplete_array *ia =
| malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
| ia->datasize = 10;
| for (int i = 0; i < ia->datasize; ++i)
| ia->data[i] = i * 1.234;
|
| // Check named initializers.
| struct named_init ni = {
| .number = 34,
| .name = L"Test wide string",
| .average = 543.34343,
| };
|
| ni.number = 58;
|
| int dynamic_array[ni.number];
| dynamic_array[ni.number - 1] = 543;
|
| // work around unused variable warnings
| return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
| || dynamic_array[ni.number - 1] != 543);
|
| ;
| return 0;
| }
configure:5450: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:5450: $? = 0
configure:5470: result: -std=gnu99
configure:5572: checking for gcc -std=gnu99 option to accept ISO Standard C
configure:5583: result: -std=gnu99
configure:5639: autobuild project... GNU M4
configure:5645: autobuild revision... 1.4.13
configure:5650: autobuild hostname... debian
configure:5661: autobuild timestamp... 20161027T070608Z
configure:5685: checking for long long int
configure:5722: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:5722: $? = 0
configure:5752: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:5752: $? = 0
configure:5752: ./conftest
configure:5752: $? = 0
configure:5767: result: yes
configure:5776: checking for unsigned long long int
configure:5813: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:5813: $? = 0
configure:5821: result: yes
configure:5844: checking for working alloca.h
configure:5861: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:5861: $? = 0
configure:5869: result: yes
configure:5877: checking for alloca
configure:5914: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:5914: $? = 0
configure:5922: result: yes
configure:6078: checking for btowc
configure:6078: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:6078: $? = 0
configure:6078: result: yes
configure:6078: checking for setrlimit
configure:6078: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:6078: $? = 0
configure:6078: result: yes
configure:6078: checking for sigaltstack
configure:6078: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:6078: $? = 0
configure:6078: result: yes
configure:6078: checking for mempcpy
configure:6078: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
conftest.c:57:6: warning: conflicting types for built-in function 'mempcpy' [enabled by default]
configure:6078: $? = 0
configure:6078: result: yes
configure:6078: checking for __fpending
configure:6078: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:6078: $? = 0
configure:6078: result: yes
configure:6078: checking for fpurge
configure:6078: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
/tmp/ccDkScOg.o: In function `main':
/opt/m4-1.4.13/conftest.c:70: undefined reference to `fpurge'
collect2: error: ld returned 1 exit status
configure:6078: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU M4"
| #define PACKAGE_TARNAME "m4"
| #define PACKAGE_VERSION "1.4.13"
| #define PACKAGE_STRING "GNU M4 1.4.13"
| #define PACKAGE_BUGREPORT "bug-m4@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/m4/"
| #define PACKAGE "m4"
| #define VERSION "1.4.13"
| #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_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_MEMPCPY 1
| #define HAVE___FPENDING 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:6078: result: no
configure:6078: checking for __fpurge
configure:6078: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:6078: $? = 0
configure:6078: result: yes
configure:6078: checking for __freading
configure:6078: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:6078: $? = 0
configure:6078: result: yes
configure:6078: checking for getdtablesize
configure:6078: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:6078: $? = 0
configure:6078: result: yes
configure:6078: checking for gettimeofday
configure:6078: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:6078: $? = 0
configure:6078: result: yes
configure:6078: checking for lstat
configure:6078: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:6078: $? = 0
configure:6078: result: yes
configure:6078: checking for mbsinit
configure:6078: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:6078: $? = 0
configure:6078: result: yes
configure:6078: checking for mbrtowc
configure:6078: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:6078: $? = 0
configure:6078: result: yes
configure:6078: checking for pathconf
configure:6078: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:6078: $? = 0
configure:6078: result: yes
configure:6078: checking for posix_spawn
configure:6078: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:6078: $? = 0
configure:6078: result: yes
configure:6078: checking for isblank
configure:6078: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
conftest.c:68:6: warning: conflicting types for built-in function 'isblank' [enabled by default]
configure:6078: $? = 0
configure:6078: result: yes
configure:6078: checking for iswctype
configure:6078: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:6078: $? = 0
configure:6078: result: yes
configure:6078: checking for wcscoll
configure:6078: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:6078: $? = 0
configure:6078: result: yes
configure:6078: checking for sigaction
configure:6078: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:6078: $? = 0
configure:6078: result: yes
configure:6078: checking for siginterrupt
configure:6078: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:6078: $? = 0
configure:6078: result: yes
configure:6078: checking for pipe
configure:6078: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:6078: $? = 0
configure:6078: result: yes
configure:6078: checking for vasnprintf
configure:6078: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
/tmp/ccFpuZpa.o: In function `main':
/opt/m4-1.4.13/conftest.c:85: undefined reference to `vasnprintf'
collect2: error: ld returned 1 exit status
configure:6078: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU M4"
| #define PACKAGE_TARNAME "m4"
| #define PACKAGE_VERSION "1.4.13"
| #define PACKAGE_STRING "GNU M4 1.4.13"
| #define PACKAGE_BUGREPORT "bug-m4@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/m4/"
| #define PACKAGE "m4"
| #define VERSION "1.4.13"
| #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_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_MEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_PATHCONF 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_PIPE 1
| /* end confdefs.h. */
| /* Define vasnprintf to an innocuous variant, in case <limits.h> declares vasnprintf.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define vasnprintf innocuous_vasnprintf
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char vasnprintf (); 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 vasnprintf
|
| /* 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 vasnprintf ();
| /* 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_vasnprintf || defined __stub___vasnprintf
| choke me
| #endif
|
| int
| main ()
| {
| return vasnprintf ();
| ;
| return 0;
| }
configure:6078: result: no
configure:6078: checking for wcrtomb
configure:6078: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:6078: $? = 0
configure:6078: result: yes
configure:6078: checking for iswcntrl
configure:6078: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
conftest.c:75:6: warning: conflicting types for built-in function 'iswcntrl' [enabled by default]
configure:6078: $? = 0
configure:6078: result: yes
configure:6078: checking for setenv
configure:6078: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:6078: $? = 0
configure:6078: result: yes
configure:6078: checking for wctob
configure:6078: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:6078: $? = 0
configure:6078: result: yes
configure:6091: checking for nl_langinfo and CODESET
configure:6107: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:6107: $? = 0
configure:6116: result: yes
configure:6127: checking for a traditional french locale
configure:6180: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:6183: $? = 0
configure:6220: result: none
configure:6233: checking for ucontext.h
configure:6233: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:6233: $? = 0
configure:6233: result: yes
configure:6233: checking for unistd.h
configure:6233: result: yes
configure:6233: checking for errno.h
configure:6233: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:6233: $? = 0
configure:6233: result: yes
configure:6233: checking for fcntl.h
configure:6233: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:6233: $? = 0
configure:6233: result: yes
configure:6233: checking for float.h
configure:6233: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:6233: $? = 0
configure:6233: result: yes
configure:6233: checking for stdio_ext.h
configure:6233: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:6233: $? = 0
configure:6233: result: yes
configure:6233: checking for sys/time.h
configure:6233: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:6233: $? = 0
configure:6233: result: yes
configure:6233: checking for math.h
configure:6233: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:6233: $? = 0
configure:6233: result: yes
configure:6233: checking for sys/param.h
configure:6233: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:6233: $? = 0
configure:6233: result: yes
configure:6233: checking for locale.h
configure:6233: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:6233: $? = 0
configure:6233: result: yes
configure:6233: checking for sched.h
configure:6233: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:6233: $? = 0
configure:6233: result: yes
configure:6233: checking for signal.h
configure:6233: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:6233: $? = 0
configure:6233: result: yes
configure:6233: checking for spawn.h
configure:6233: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:6233: $? = 0
configure:6233: result: yes
configure:6233: checking for stdarg.h
configure:6233: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:6233: $? = 0
configure:6233: result: yes
configure:6233: checking for stdint.h
configure:6233: result: yes
configure:6233: checking for wchar.h
configure:6233: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:6233: $? = 0
configure:6233: result: yes
configure:6233: checking for stdio.h
configure:6233: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:6233: $? = 0
configure:6233: result: yes
configure:6233: checking for stdlib.h
configure:6233: result: yes
configure:6233: checking for sys/socket.h
configure:6233: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:6233: $? = 0
configure:6233: result: yes
configure:6233: checking for string.h
configure:6233: result: yes
configure:6233: checking for sys/stat.h
configure:6233: result: yes
configure:6233: checking for sys/wait.h
configure:6233: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:6233: $? = 0
configure:6233: result: yes
configure:6233: checking for wctype.h
configure:6233: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:6233: $? = 0
configure:6233: result: yes
configure:6271: checking for working C stack overflow detection
configure:6361: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:6361: $? = 0
configure:6361: ./conftest
configure:6361: $? = 0
configure:6371: result: yes
configure:6379: checking for correct stack_t interpretation
configure:6438: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:6438: $? = 0
configure:6438: ./conftest
configure:6438: $? = 0
configure:6448: result: yes
configure:6456: checking for precise C stack overflow detection
configure:6578: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:6578: $? = 0
configure:6578: ./conftest
configure:6578: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU M4"
| #define PACKAGE_TARNAME "m4"
| #define PACKAGE_VERSION "1.4.13"
| #define PACKAGE_STRING "GNU M4 1.4.13"
| #define PACKAGE_BUGREPORT "bug-m4@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/m4/"
| #define PACKAGE "m4"
| #define VERSION "1.4.13"
| #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_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_MEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_PATHCONF 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_PIPE 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_SETENV 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define FAULT_YIELDS_SIGBUS 0
| #define HAVE_STACK_OVERFLOW_HANDLING 1
| /* end confdefs.h. */
|
| #include <unistd.h>
| #include <signal.h>
| #if HAVE_UCONTEXT_H
| # include <ucontext.h>
| #endif
| #if HAVE_SETRLIMIT
| # include <sys/types.h>
| # include <sys/time.h>
| # include <sys/resource.h>
| #endif
| #ifndef SIGSTKSZ
| # define SIGSTKSZ 16384
| #endif
|
| static union
| {
| char buffer[2 * SIGSTKSZ];
| long double ld;
| long u;
| void *p;
| } alternate_signal_stack;
|
| #if STACK_DIRECTION
| # define find_stack_direction(ptr) STACK_DIRECTION
| #else
| static int
| find_stack_direction (char const *addr)
| {
| char dummy;
| return (! addr ? find_stack_direction (&dummy)
| : addr < &dummy ? 1 : -1);
| }
| #endif
|
| static void
| segv_handler (int signo, siginfo_t *info, void *context)
| {
| if (0 < info->si_code)
| {
| /* For XSI heuristics to work, we need uc_stack to describe
| the interrupted stack (as on Solaris), and not the
| currently executing stack (as on Linux). */
| ucontext_t const *user_context = context;
| char const *stack_min = user_context->uc_stack.ss_sp;
| size_t stack_size = user_context->uc_stack.ss_size;
| char const *faulting_address = info->si_addr;
| size_t s = faulting_address - stack_min;
| size_t page_size = sysconf (_SC_PAGESIZE);
| if (find_stack_direction (0) < 0)
| s += page_size;
| if (s < stack_size + page_size)
| _exit (0);
| }
|
| _exit (1);
| }
|
| static int
| c_stack_action ()
| {
| stack_t st;
| struct sigaction act;
| int r;
|
| st.ss_flags = 0;
| /* Use the midpoint to avoid Irix sigaltstack bug. */
| st.ss_sp = alternate_signal_stack.buffer + SIGSTKSZ;
| st.ss_size = SIGSTKSZ;
| r = sigaltstack (&st, 0);
| if (r != 0)
| return r;
|
| sigemptyset (&act.sa_mask);
| act.sa_flags = SA_NODEFER | SA_ONSTACK | SA_RESETHAND | SA_SIGINFO;
| act.sa_sigaction = segv_handler;
| #if FAULT_YIELDS_SIGBUS
| if (sigaction (SIGBUS, &act, 0) < 0)
| return -1;
| #endif
| return sigaction (SIGSEGV, &act, 0);
| }
| static volatile int *
| recurse_1 (volatile int n, volatile int *p)
| {
| if (n >= 0)
| *recurse_1 (n + 1, p) += n;
| return p;
| }
| static int
| recurse (volatile int n)
| {
| int sum = 0;
| return *recurse_1 (n, &sum);
| }
| int
| main ()
| {
| #if HAVE_SETRLIMIT && defined RLIMIT_STACK
| /* Before starting the endless recursion, try to be friendly
| to the user's machine. On some Linux 2.2.x systems, there
| is no stack limit for user processes at all. We don't want
| to kill such systems. */
| struct rlimit rl;
| rl.rlim_cur = rl.rlim_max = 0x100000; /* 1 MB */
| setrlimit (RLIMIT_STACK, &rl);
| #endif
|
| return c_stack_action () || recurse (0);
| }
|
configure:6588: result: no
configure:6637: checking for ld used by GCC
configure:6701: result: /usr/bin/ld
configure:6708: checking if the linker (/usr/bin/ld) is GNU ld
configure:6721: result: yes
configure:6728: checking for shared library run path origin
configure:6741: result: done
configure:7310: checking for libsigsegv
configure:7330: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lsigsegv >&5
conftest.c:81:21: fatal error: sigsegv.h: No such file or directory
compilation terminated.
configure:7330: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU M4"
| #define PACKAGE_TARNAME "m4"
| #define PACKAGE_VERSION "1.4.13"
| #define PACKAGE_STRING "GNU M4 1.4.13"
| #define PACKAGE_BUGREPORT "bug-m4@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/m4/"
| #define PACKAGE "m4"
| #define VERSION "1.4.13"
| #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_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_MEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_PATHCONF 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_PIPE 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_SETENV 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define FAULT_YIELDS_SIGBUS 0
| #define HAVE_STACK_OVERFLOW_HANDLING 1
| /* end confdefs.h. */
| #include <sigsegv.h>
| int
| main ()
| {
| sigsegv_deinstall_handler();
| ;
| return 0;
| }
configure:7338: result: no, consider installing GNU libsigsegv
configure:7361: checking whether system is Windows or MSDOS
configure:7380: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:86:1: error: unknown type name 'neither'
conftest.c:86:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'nor'
configure:7380: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU M4"
| #define PACKAGE_TARNAME "m4"
| #define PACKAGE_VERSION "1.4.13"
| #define PACKAGE_STRING "GNU M4 1.4.13"
| #define PACKAGE_BUGREPORT "bug-m4@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/m4/"
| #define PACKAGE "m4"
| #define VERSION "1.4.13"
| #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_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_MEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_PATHCONF 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_PIPE 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_SETENV 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define FAULT_YIELDS_SIGBUS 0
| #define HAVE_STACK_OVERFLOW_HANDLING 1
| /* end confdefs.h. */
|
| int
| main ()
| {
| #if !defined _WIN32 && !defined __WIN32__ && !defined __MSDOS__ && !defined __CYGWIN__
| neither MSDOS nor Windows
| #endif
| ;
| return 0;
| }
configure:7388: result: no
configure:7456: checking whether // is distinct from /
configure:7485: result: no
configure:7544: checking whether the preprocessor supports include_next
configure:7582: gcc -std=gnu99 -c -g -O2 -Iconftestd1b -Iconftestd2 conftest.c >&5
configure:7582: $? = 0
configure:7603: result: yes
configure:7629: checking for complete errno.h
configure:7678: result: yes
configure:7944: checking whether strerror_r is declared
configure:7944: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:7944: $? = 0
configure:7944: result: yes
configure:7957: checking for strerror_r
configure:7957: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:7957: $? = 0
configure:7957: result: yes
configure:7966: checking whether strerror_r returns char *
configure:7990: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:7990: $? = 0
configure:8028: result: yes
configure:8039: checking for inline
configure:8055: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:8055: $? = 0
configure:8063: result: inline
configure:8081: checking for mode_t
configure:8081: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:8081: $? = 0
configure:8081: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:123:21: error: expected expression before ')' token
configure:8081: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU M4"
| #define PACKAGE_TARNAME "m4"
| #define PACKAGE_VERSION "1.4.13"
| #define PACKAGE_STRING "GNU M4 1.4.13"
| #define PACKAGE_BUGREPORT "bug-m4@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/m4/"
| #define PACKAGE "m4"
| #define VERSION "1.4.13"
| #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_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_MEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_PATHCONF 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_PIPE 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_SETENV 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define FAULT_YIELDS_SIGBUS 0
| #define HAVE_STACK_OVERFLOW_HANDLING 1
| #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 STRERROR_R_CHAR_P 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 ()
| {
| if (sizeof ((mode_t)))
| return 0;
| ;
| return 0;
| }
configure:8081: result: yes
configure:8093: checking for sig_atomic_t
configure:8093: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:8093: $? = 0
configure:8093: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:92:27: error: expected expression before ')' token
configure:8093: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU M4"
| #define PACKAGE_TARNAME "m4"
| #define PACKAGE_VERSION "1.4.13"
| #define PACKAGE_STRING "GNU M4 1.4.13"
| #define PACKAGE_BUGREPORT "bug-m4@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/m4/"
| #define PACKAGE "m4"
| #define VERSION "1.4.13"
| #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_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_MEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_PATHCONF 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_PIPE 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_SETENV 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define FAULT_YIELDS_SIGBUS 0
| #define HAVE_STACK_OVERFLOW_HANDLING 1
| #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 STRERROR_R_CHAR_P 1
| /* end confdefs.h. */
| #include <signal.h>
|
| int
| main ()
| {
| if (sizeof ((sig_atomic_t)))
| return 0;
| ;
| return 0;
| }
configure:8093: result: yes
configure:8257: checking whether stdin defaults to large file offsets
configure:8281: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:8281: $? = 0
configure:8289: result: yes
configure:8298: checking getopt.h usability
configure:8298: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:8298: $? = 0
configure:8298: result: yes
configure:8298: checking getopt.h presence
configure:8298: gcc -E conftest.c
configure:8298: $? = 0
configure:8298: result: yes
configure:8298: checking for getopt.h
configure:8298: result: yes
configure:8315: checking for getopt_long_only
configure:8315: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:8315: $? = 0
configure:8315: result: yes
configure:8329: checking whether optreset is declared
configure:8329: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:96:10: error: 'optreset' undeclared (first use in this function)
conftest.c:96:10: note: each undeclared identifier is reported only once for each function it appears in
configure:8329: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU M4"
| #define PACKAGE_TARNAME "m4"
| #define PACKAGE_VERSION "1.4.13"
| #define PACKAGE_STRING "GNU M4 1.4.13"
| #define PACKAGE_BUGREPORT "bug-m4@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/m4/"
| #define PACKAGE "m4"
| #define VERSION "1.4.13"
| #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_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_MEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_PATHCONF 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_PIPE 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_SETENV 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define FAULT_YIELDS_SIGBUS 0
| #define HAVE_STACK_OVERFLOW_HANDLING 1
| #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 STRERROR_R_CHAR_P 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| /* end confdefs.h. */
| #include <getopt.h>
|
| int
| main ()
| {
| #ifndef optreset
| (void) optreset;
| #endif
|
| ;
| return 0;
| }
configure:8329: result: no
configure:8338: checking for working GNU getopt function
configure:8370: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:8370: $? = 0
configure:8370: ./conftest
conftest: invalid option -- '+'
configure:8370: $? = 0
configure:8380: result: yes
configure:8387: checking whether getenv is declared
configure:8387: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:8387: $? = 0
configure:8387: result: yes
configure:8398: checking for C/C++ restrict keyword
configure:8423: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:8423: $? = 0
configure:8431: result: __restrict
configure:8500: checking for struct timeval
configure:8520: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:8520: $? = 0
configure:8527: result: yes
configure:8551: checking where to find the exponent in a 'float'
configure:8628: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:8628: $? = 0
configure:8628: ./conftest
configure:8628: $? = 0
configure:8640: result: word 0 bit 23
configure:8660: checking whether byte ordering is bigendian
configure:8675: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:95:9: error: unknown type name 'not'
conftest.c:95:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
conftest.c:95:15: error: unknown type name 'universal'
configure:8675: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU M4"
| #define PACKAGE_TARNAME "m4"
| #define PACKAGE_VERSION "1.4.13"
| #define PACKAGE_STRING "GNU M4 1.4.13"
| #define PACKAGE_BUGREPORT "bug-m4@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/m4/"
| #define PACKAGE "m4"
| #define VERSION "1.4.13"
| #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_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_MEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_PATHCONF 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_PIPE 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_SETENV 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define FAULT_YIELDS_SIGBUS 0
| #define HAVE_STACK_OVERFLOW_HANDLING 1
| #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 STRERROR_R_CHAR_P 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| /* end confdefs.h. */
| #ifndef __APPLE_CC__
| not a universal capable compiler
| #endif
| typedef int dummy;
|
configure:8720: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:8720: $? = 0
configure:8738: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:101:4: error: unknown type name 'not'
conftest.c:101:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
configure:8738: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU M4"
| #define PACKAGE_TARNAME "m4"
| #define PACKAGE_VERSION "1.4.13"
| #define PACKAGE_STRING "GNU M4 1.4.13"
| #define PACKAGE_BUGREPORT "bug-m4@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/m4/"
| #define PACKAGE "m4"
| #define VERSION "1.4.13"
| #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_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_MEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_PATHCONF 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_PIPE 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_SETENV 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define FAULT_YIELDS_SIGBUS 0
| #define HAVE_STACK_OVERFLOW_HANDLING 1
| #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 STRERROR_R_CHAR_P 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| /* 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:8866: result: no
configure:8885: checking whether getc_unlocked is declared
configure:8885: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:8885: $? = 0
configure:8885: result: yes
configure:8897: checking whether we are using the GNU C Library 2.1 or newer
configure:8924: result: yes
configure:9773: checking for multithread API to use
configure:9775: result: none
configure:9796: checking whether malloc, realloc, calloc are POSIX compliant
configure:9816: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:9816: $? = 0
configure:9824: result: yes
configure:9868: checking for stdlib.h
configure:9868: result: yes
configure:9878: checking for GNU libc compatible malloc
configure:9902: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:9902: $? = 0
configure:9902: ./conftest
configure:9902: $? = 0
configure:9912: result: yes
configure:9930: checking for mbstate_t
configure:9947: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:9947: $? = 0
configure:9954: result: yes
configure:9973: checking for a traditional japanese locale
configure:10030: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:10033: $? = 0
configure:10075: result: none
configure:10083: checking for a transitional chinese locale
configure:10141: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:10144: $? = 0
configure:10170: result: none
configure:10177: checking for a french Unicode locale
configure:10237: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:10240: $? = 0
configure:10267: result: none
configure:10279: checking for special C compiler options needed for large files
configure:10324: result: no
configure:10330: checking for _FILE_OFFSET_BITS value needed for large files
configure:10355: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:104:3: warning: left shift count >= width of type [enabled by default]
conftest.c:104:3: warning: left shift count >= width of type [enabled by default]
conftest.c:105:10: warning: left shift count >= width of type [enabled by default]
conftest.c:105:10: warning: left shift count >= width of type [enabled by default]
conftest.c:104:7: error: variably modified 'off_t_is_large' at file scope
configure:10355: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU M4"
| #define PACKAGE_TARNAME "m4"
| #define PACKAGE_VERSION "1.4.13"
| #define PACKAGE_STRING "GNU M4 1.4.13"
| #define PACKAGE_BUGREPORT "bug-m4@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/m4/"
| #define PACKAGE "m4"
| #define VERSION "1.4.13"
| #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_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_MEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_PATHCONF 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_PIPE 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_SETENV 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define FAULT_YIELDS_SIGBUS 0
| #define HAVE_STACK_OVERFLOW_HANDLING 1
| #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 STRERROR_R_CHAR_P 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| /* end confdefs.h. */
| #include <sys/types.h>
| /* Check that off_t can represent 2**63 - 1 correctly.
| We can't simply define LARGE_OFF_T to be 9223372036854775807,
| since some C++ compilers masquerading as C compilers
| incorrectly reject 9223372036854775807. */
| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
| int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
| && LARGE_OFF_T % 2147483647 == 1)
| ? 1 : -1];
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:10379: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:10379: $? = 0
configure:10387: result: 64
configure:10480: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:100:10: error: unknown type name 'not'
conftest.c:100:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
conftest.c:100:16: error: unknown type name 'universal'
configure:10480: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU M4"
| #define PACKAGE_TARNAME "m4"
| #define PACKAGE_VERSION "1.4.13"
| #define PACKAGE_STRING "GNU M4 1.4.13"
| #define PACKAGE_BUGREPORT "bug-m4@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/m4/"
| #define PACKAGE "m4"
| #define VERSION "1.4.13"
| #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_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_MEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_PATHCONF 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_PIPE 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_SETENV 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define FAULT_YIELDS_SIGBUS 0
| #define HAVE_STACK_OVERFLOW_HANDLING 1
| #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 STRERROR_R_CHAR_P 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define _FILE_OFFSET_BITS 64
| /* end confdefs.h. */
| #ifndef __APPLE_CC__
| not a universal capable compiler
| #endif
| typedef int dummy;
|
configure:10553: checking whether posix_spawn works
configure:10693: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:10693: $? = 0
configure:10868: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:10868: $? = 0
configure:10868: ./conftest
configure:10868: $? = 0
configure:10886: result: yes
configure:10980: checking for uid_t in sys/types.h
configure:10999: result: yes
configure:11014: checking whether snprintf is declared
configure:11014: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:11014: $? = 0
configure:11014: result: yes
configure:11029: checking for stdbool.h that conforms to C99
configure:11112: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:11112: $? = 0
configure:11119: result: yes
configure:11121: checking for _Bool
configure:11121: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:11121: $? = 0
configure:11121: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:136:20: error: expected expression before ')' token
configure:11121: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU M4"
| #define PACKAGE_TARNAME "m4"
| #define PACKAGE_VERSION "1.4.13"
| #define PACKAGE_STRING "GNU M4 1.4.13"
| #define PACKAGE_BUGREPORT "bug-m4@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/m4/"
| #define PACKAGE "m4"
| #define VERSION "1.4.13"
| #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_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_MEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_PATHCONF 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_PIPE 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_SETENV 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define FAULT_YIELDS_SIGBUS 0
| #define HAVE_STACK_OVERFLOW_HANDLING 1
| #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 STRERROR_R_CHAR_P 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DECL_SNPRINTF 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 ()
| {
| if (sizeof ((_Bool)))
| return 0;
| ;
| return 0;
| }
configure:11121: result: yes
configure:11150: checking for working strerror function
configure:11188: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:11188: $? = 0
configure:11188: ./conftest
configure:11188: $? = 0
configure:11199: result: yes
configure:11288: checking whether strndup is declared
configure:11288: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:11288: $? = 0
configure:11288: result: yes
configure:11299: checking whether strnlen is declared
configure:11299: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:11299: $? = 0
configure:11299: result: yes
configure:11310: checking whether strsignal is declared
configure:11310: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:11310: $? = 0
configure:11310: result: yes
configure:11321: checking whether sys_siglist is declared
configure:11321: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:11321: $? = 0
configure:11321: result: yes
configure:11339: checking whether stat file-mode macros are broken
configure:11366: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:11366: $? = 0
configure:11373: result: no
configure:11389: checking whether clearerr_unlocked is declared
configure:11389: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:11389: $? = 0
configure:11389: result: yes
configure:11400: checking whether feof_unlocked is declared
configure:11400: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:11400: $? = 0
configure:11400: result: yes
configure:11411: checking whether ferror_unlocked is declared
configure:11411: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:11411: $? = 0
configure:11411: result: yes
configure:11422: checking whether fflush_unlocked is declared
configure:11422: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:11422: $? = 0
configure:11422: result: yes
configure:11433: checking whether fgets_unlocked is declared
configure:11433: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:11433: $? = 0
configure:11433: result: yes
configure:11444: checking whether fputc_unlocked is declared
configure:11444: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:11444: $? = 0
configure:11444: result: yes
configure:11455: checking whether fputs_unlocked is declared
configure:11455: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:11455: $? = 0
configure:11455: result: yes
configure:11466: checking whether fread_unlocked is declared
configure:11466: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:11466: $? = 0
configure:11466: result: yes
configure:11477: checking whether fwrite_unlocked is declared
configure:11477: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:11477: $? = 0
configure:11477: result: yes
configure:11488: checking whether getchar_unlocked is declared
configure:11488: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:11488: $? = 0
configure:11488: result: yes
configure:11499: checking whether putc_unlocked is declared
configure:11499: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:11499: $? = 0
configure:11499: result: yes
configure:11510: checking whether putchar_unlocked is declared
configure:11510: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:11510: $? = 0
configure:11510: result: yes
configure:11524: checking for wchar_t
configure:11541: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:11541: $? = 0
configure:11548: result: yes
configure:11557: checking for wint_t
configure:11582: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:11582: $? = 0
configure:11589: result: yes
configure:11597: checking for size_t
configure:11597: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:11597: $? = 0
configure:11597: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:156:21: error: expected expression before ')' token
configure:11597: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU M4"
| #define PACKAGE_TARNAME "m4"
| #define PACKAGE_VERSION "1.4.13"
| #define PACKAGE_STRING "GNU M4 1.4.13"
| #define PACKAGE_BUGREPORT "bug-m4@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/m4/"
| #define PACKAGE "m4"
| #define VERSION "1.4.13"
| #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_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_MEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_PATHCONF 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_PIPE 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_SETENV 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define FAULT_YIELDS_SIGBUS 0
| #define HAVE_STACK_OVERFLOW_HANDLING 1
| #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 STRERROR_R_CHAR_P 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 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 ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:11597: result: yes
configure:11609: checking for inttypes.h
configure:11626: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:11626: $? = 0
configure:11633: result: yes
configure:11644: checking for stdint.h
configure:11661: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:11661: $? = 0
configure:11668: result: yes
configure:11681: checking for intmax_t
configure:11706: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:11706: $? = 0
configure:11713: result: yes
configure:11735: checking whether printf supports size specifiers as in C99
configure:11805: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:11805: $? = 0
configure:11805: ./conftest
configure:11805: $? = 0
configure:11816: result: yes
configure:11821: checking whether printf supports 'long double' arguments
configure:11859: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:11859: $? = 0
configure:11859: ./conftest
configure:11859: $? = 0
configure:11870: result: yes
configure:11875: checking whether printf supports infinite 'double' arguments
configure:11975: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:11975: $? = 0
configure:11975: ./conftest
configure:11975: $? = 0
configure:11986: result: yes
configure:12000: checking whether printf supports infinite 'long double' arguments
configure:12285: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:12285: $? = 0
configure:12285: ./conftest
configure:12285: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU M4"
| #define PACKAGE_TARNAME "m4"
| #define PACKAGE_VERSION "1.4.13"
| #define PACKAGE_STRING "GNU M4 1.4.13"
| #define PACKAGE_BUGREPORT "bug-m4@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/m4/"
| #define PACKAGE "m4"
| #define VERSION "1.4.13"
| #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_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_MEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_PATHCONF 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_PIPE 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_SETENV 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define FAULT_YIELDS_SIGBUS 0
| #define HAVE_STACK_OVERFLOW_HANDLING 1
| #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 STRERROR_R_CHAR_P 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define CHECK_PRINTF_SAFE 1
| /* end confdefs.h. */
|
|
| #include <stdlib.h>
| #if defined __MACH__ && defined __APPLE__
| /* Avoid a crash on MacOS X. */
| #include <mach/mach.h>
| #include <mach/mach_error.h>
| #include <mach/thread_status.h>
| #include <mach/exception.h>
| #include <mach/task.h>
| #include <pthread.h>
| /* The exception port on which our thread listens. */
| static mach_port_t our_exception_port;
| /* The main function of the thread listening for exceptions of type
| EXC_BAD_ACCESS. */
| static void *
| mach_exception_thread (void *arg)
| {
| /* Buffer for a message to be received. */
| struct {
| mach_msg_header_t head;
| mach_msg_body_t msgh_body;
| char data[1024];
| } msg;
| mach_msg_return_t retval;
| /* Wait for a message on the exception port. */
| retval = mach_msg (&msg.head, MACH_RCV_MSG | MACH_RCV_LARGE, 0, sizeof (msg),
| our_exception_port, MACH_MSG_TIMEOUT_NONE, MACH_PORT_NULL);
| if (retval != MACH_MSG_SUCCESS)
| abort ();
| exit (1);
| }
| static void
| nocrash_init (void)
| {
| mach_port_t self = mach_task_self ();
| /* Allocate a port on which the thread shall listen for exceptions. */
| if (mach_port_allocate (self, MACH_PORT_RIGHT_RECEIVE, &our_exception_port)
| == KERN_SUCCESS) {
| /* See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/mach_port_insert_right.html. */
| if (mach_port_insert_right (self, our_exception_port, our_exception_port,
| MACH_MSG_TYPE_MAKE_SEND)
| == KERN_SUCCESS) {
| /* The exceptions we want to catch. Only EXC_BAD_ACCESS is interesting
| for us. */
| exception_mask_t mask = EXC_MASK_BAD_ACCESS;
| /* Create the thread listening on the exception port. */
| pthread_attr_t attr;
| pthread_t thread;
| if (pthread_attr_init (&attr) == 0
| && pthread_attr_setdetachstate (&attr, PTHREAD_CREATE_DETACHED) == 0
| && pthread_create (&thread, &attr, mach_exception_thread, NULL) == 0) {
| pthread_attr_destroy (&attr);
| /* Replace the exception port info for these exceptions with our own.
| Note that we replace the exception port for the entire task, not only
| for a particular thread. This has the effect that when our exception
| port gets the message, the thread specific exception port has already
| been asked, and we don't need to bother about it.
| See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/task_set_exception_ports.html. */
| task_set_exception_ports (self, mask, our_exception_port,
| EXCEPTION_DEFAULT, MACHINE_THREAD_STATE);
| }
| }
| }
| }
| #else
| /* Avoid a crash on POSIX systems. */
| #include <signal.h>
| /* A POSIX signal handler. */
| static void
| exception_handler (int sig)
| {
| exit (1);
| }
| static void
| nocrash_init (void)
| {
| #ifdef SIGSEGV
| signal (SIGSEGV, exception_handler);
| #endif
| #ifdef SIGBUS
| signal (SIGBUS, exception_handler);
| #endif
| }
| #endif
|
| #include <float.h>
| #include <stdio.h>
| #include <string.h>
| static int
| strisnan (const char *string, size_t start_index, size_t end_index)
| {
| if (start_index < end_index)
| {
| if (string[start_index] == '-')
| start_index++;
| if (start_index + 3 <= end_index
| && memcmp (string + start_index, "nan", 3) == 0)
| {
| start_index += 3;
| if (start_index == end_index
| || (string[start_index] == '(' && string[end_index - 1] == ')'))
| return 1;
| }
| }
| return 0;
| }
| static char buf[10000];
| static long double zeroL = 0.0L;
| int main ()
| {
| nocrash_init();
| if (sprintf (buf, "%Lf", 1.0L / 0.0L) < 0
| || (strcmp (buf, "inf") != 0 && strcmp (buf, "infinity") != 0))
| return 1;
| if (sprintf (buf, "%Lf", -1.0L / 0.0L) < 0
| || (strcmp (buf, "-inf") != 0 && strcmp (buf, "-infinity") != 0))
| return 1;
| if (sprintf (buf, "%Lf", zeroL / zeroL) < 0
| || !strisnan (buf, 0, strlen (buf)))
| return 1;
| if (sprintf (buf, "%Le", 1.0L / 0.0L) < 0
| || (strcmp (buf, "inf") != 0 && strcmp (buf, "infinity") != 0))
| return 1;
| if (sprintf (buf, "%Le", -1.0L / 0.0L) < 0
| || (strcmp (buf, "-inf") != 0 && strcmp (buf, "-infinity") != 0))
| return 1;
| if (sprintf (buf, "%Le", zeroL / zeroL) < 0
| || !strisnan (buf, 0, strlen (buf)))
| return 1;
| if (sprintf (buf, "%Lg", 1.0L / 0.0L) < 0
| || (strcmp (buf, "inf") != 0 && strcmp (buf, "infinity") != 0))
| return 1;
| if (sprintf (buf, "%Lg", -1.0L / 0.0L) < 0
| || (strcmp (buf, "-inf") != 0 && strcmp (buf, "-infinity") != 0))
| return 1;
| if (sprintf (buf, "%Lg", zeroL / zeroL) < 0
| || !strisnan (buf, 0, strlen (buf)))
| return 1;
| #if CHECK_PRINTF_SAFE && ((defined __ia64 && LDBL_MANT_DIG == 64) || (defined __x86_64__ || defined __amd64__) || (defined __i386 || defined __i386__ || defined _I386 || defined _M_IX86 || defined _X86_))
| /* Representation of an 80-bit 'long double' as an initializer for a sequence
| of 'unsigned int' words. */
| # ifdef WORDS_BIGENDIAN
| # define LDBL80_WORDS(exponent,manthi,mantlo) { ((unsigned int) (exponent) << 16) | ((unsigned int) (manthi) >> 16), ((unsigned int) (manthi) << 16) | (unsigned int) (mantlo) >> 16), (unsigned int) (mantlo) << 16 }
| # else
| # define LDBL80_WORDS(exponent,manthi,mantlo) { mantlo, manthi, exponent }
| # endif
| { /* Quiet NaN. */
| static union { unsigned int word[4]; long double value; } x =
| { LDBL80_WORDS (0xFFFF, 0xC3333333, 0x00000000) };
| if (sprintf (buf, "%Lf", x.value) < 0
| || !strisnan (buf, 0, strlen (buf)))
| return 1;
| if (sprintf (buf, "%Le", x.value) < 0
| || !strisnan (buf, 0, strlen (buf)))
| return 1;
| if (sprintf (buf, "%Lg", x.value) < 0
| || !strisnan (buf, 0, strlen (buf)))
| return 1;
| }
| {
| /* Signalling NaN. */
| static union { unsigned int word[4]; long double value; } x =
| { LDBL80_WORDS (0xFFFF, 0x83333333, 0x00000000) };
| if (sprintf (buf, "%Lf", x.value) < 0
| || !strisnan (buf, 0, strlen (buf)))
| return 1;
| if (sprintf (buf, "%Le", x.value) < 0
| || !strisnan (buf, 0, strlen (buf)))
| return 1;
| if (sprintf (buf, "%Lg", x.value) < 0
| || !strisnan (buf, 0, strlen (buf)))
| return 1;
| }
| { /* Pseudo-NaN. */
| static union { unsigned int word[4]; long double value; } x =
| { LDBL80_WORDS (0xFFFF, 0x40000001, 0x00000000) };
| if (sprintf (buf, "%Lf", x.value) < 0
| || !strisnan (buf, 0, strlen (buf)))
| return 1;
| if (sprintf (buf, "%Le", x.value) < 0
| || !strisnan (buf, 0, strlen (buf)))
| return 1;
| if (sprintf (buf, "%Lg", x.value) < 0
| || !strisnan (buf, 0, strlen (buf)))
| return 1;
| }
| { /* Pseudo-Infinity. */
| static union { unsigned int word[4]; long double value; } x =
| { LDBL80_WORDS (0xFFFF, 0x00000000, 0x00000000) };
| if (sprintf (buf, "%Lf", x.value) < 0
| || !strisnan (buf, 0, strlen (buf)))
| return 1;
| if (sprintf (buf, "%Le", x.value) < 0
| || !strisnan (buf, 0, strlen (buf)))
| return 1;
| if (sprintf (buf, "%Lg", x.value) < 0
| || !strisnan (buf, 0, strlen (buf)))
| return 1;
| }
| { /* Pseudo-Zero. */
| static union { unsigned int word[4]; long double value; } x =
| { LDBL80_WORDS (0x4004, 0x00000000, 0x00000000) };
| if (sprintf (buf, "%Lf", x.value) < 0
| || !strisnan (buf, 0, strlen (buf)))
| return 1;
| if (sprintf (buf, "%Le", x.value) < 0
| || !strisnan (buf, 0, strlen (buf)))
| return 1;
| if (sprintf (buf, "%Lg", x.value) < 0
| || !strisnan (buf, 0, strlen (buf)))
| return 1;
| }
| { /* Unnormalized number. */
| static union { unsigned int word[4]; long double value; } x =
| { LDBL80_WORDS (0x4000, 0x63333333, 0x00000000) };
| if (sprintf (buf, "%Lf", x.value) < 0
| || !strisnan (buf, 0, strlen (buf)))
| return 1;
| if (sprintf (buf, "%Le", x.value) < 0
| || !strisnan (buf, 0, strlen (buf)))
| return 1;
| if (sprintf (buf, "%Lg", x.value) < 0
| || !strisnan (buf, 0, strlen (buf)))
| return 1;
| }
| { /* Pseudo-Denormal. */
| static union { unsigned int word[4]; long double value; } x =
| { LDBL80_WORDS (0x0000, 0x83333333, 0x00000000) };
| if (sprintf (buf, "%Lf", x.value) < 0
| || !strisnan (buf, 0, strlen (buf)))
| return 1;
| if (sprintf (buf, "%Le", x.value) < 0
| || !strisnan (buf, 0, strlen (buf)))
| return 1;
| if (sprintf (buf, "%Lg", x.value) < 0
| || !strisnan (buf, 0, strlen (buf)))
| return 1;
| }
| #endif
| return 0;
| }
configure:12296: result: no
configure:12306: checking whether printf supports the 'a' and 'A' directives
configure:12392: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:12392: $? = 0
configure:12392: ./conftest
configure:12392: $? = 0
configure:12403: result: yes
configure:12408: checking whether printf supports the 'F' directive
configure:12454: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:12454: $? = 0
configure:12454: ./conftest
configure:12454: $? = 0
configure:12465: result: yes
configure:12470: checking whether printf supports the 'n' directive
configure:12504: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:12504: $? = 0
configure:12504: ./conftest
configure:12504: $? = 0
configure:12515: result: yes
configure:12520: checking whether printf supports the 'ls' directive
configure:12590: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:12590: $? = 0
configure:12590: ./conftest
configure:12590: $? = 0
configure:12601: result: yes
configure:12606: checking whether printf supports POSIX/XSI format strings with positions
configure:12638: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:12638: $? = 0
configure:12638: ./conftest
configure:12638: $? = 0
configure:12649: result: yes
configure:12654: checking whether printf supports the grouping flag
configure:12684: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:12684: $? = 0
configure:12684: ./conftest
configure:12684: $? = 0
configure:12695: result: yes
configure:12700: checking whether printf supports the left-adjust flag correctly
configure:12733: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:12733: $? = 0
configure:12733: ./conftest
configure:12733: $? = 0
configure:12744: result: yes
configure:12749: checking whether printf supports the zero flag correctly
configure:12782: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:12782: $? = 0
configure:12782: ./conftest
configure:12782: $? = 0
configure:12793: result: yes
configure:12798: checking whether printf supports large precisions
configure:12831: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:12831: $? = 0
configure:12831: ./conftest
configure:12831: $? = 0
configure:12842: result: yes
configure:12848: checking whether printf survives out-of-memory conditions
configure:12991: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:12994: $? = 0
configure:13042: result: yes
configure:13054: checking whether ungetc works on arbitrary bytes
configure:13088: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:13088: $? = 0
configure:13088: ./conftest
configure:13088: $? = 0
configure:13099: result: yes
configure:13109: checking whether alarm is declared
configure:13109: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:13109: $? = 0
configure:13109: result: yes
configure:13155: checking for alloca as a compiler built-in
configure:13179: result: yes
configure:13195: checking whether to enable assertions
configure:13212: result: yes
configure:13225: checking whether btowc(EOF) is correct
configure:13273: result: guessing yes
configure:13312: checking whether sigaltstack is declared
configure:13312: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:13312: $? = 0
configure:13312: result: yes
configure:13327: checking for stack_t
configure:13327: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:13327: $? = 0
configure:13327: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:132:22: error: expected expression before ')' token
configure:13327: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU M4"
| #define PACKAGE_TARNAME "m4"
| #define PACKAGE_VERSION "1.4.13"
| #define PACKAGE_STRING "GNU M4 1.4.13"
| #define PACKAGE_BUGREPORT "bug-m4@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/m4/"
| #define PACKAGE "m4"
| #define VERSION "1.4.13"
| #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_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_MEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_PATHCONF 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_PIPE 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_SETENV 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define FAULT_YIELDS_SIGBUS 0
| #define HAVE_STACK_OVERFLOW_HANDLING 1
| #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 STRERROR_R_CHAR_P 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECL_SIGALTSTACK 1
| /* end confdefs.h. */
| #include <signal.h>
|
| int
| main ()
| {
| if (sizeof ((stack_t)))
| return 0;
| ;
| return 0;
| }
configure:13327: result: yes
configure:13449: checking whether // is distinct from /
configure:13478: result: no
configure:13491: checking if environ is properly declared
configure:13509: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:131:34: error: conflicting types for 'environ'
In file included from conftest.c:130:0:
/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here
configure:13509: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU M4"
| #define PACKAGE_TARNAME "m4"
| #define PACKAGE_VERSION "1.4.13"
| #define PACKAGE_STRING "GNU M4 1.4.13"
| #define PACKAGE_BUGREPORT "bug-m4@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/m4/"
| #define PACKAGE "m4"
| #define VERSION "1.4.13"
| #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_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_MEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_PATHCONF 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_PIPE 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_SETENV 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define FAULT_YIELDS_SIGBUS 0
| #define HAVE_STACK_OVERFLOW_HANDLING 1
| #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 STRERROR_R_CHAR_P 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECL_SIGALTSTACK 1
| #define HAVE_STACK_T 1
| #define SIGNAL_SAFE_LIST 1
| #define GNULIB_CLOSE_STREAM 1
| /* end confdefs.h. */
| #include <unistd.h>
| extern struct { int foo; } environ;
| int
| main ()
| {
| environ.foo = 1;
| ;
| return 0;
| }
configure:13517: result: yes
configure:13548: checking for error_at_line
configure:13564: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:13564: $? = 0
configure:13572: result: yes
configure:13627: checking for working fcntl.h
configure:13683: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:13683: $? = 0
configure:13683: ./conftest
configure:13683: $? = 0
configure:13698: result: yes
configure:13769: checking whether fflush works on input streams
configure:13827: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:13827: $? = 0
configure:13827: ./conftest
configure:13827: $? = 7
configure: program exited with status 7
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU M4"
| #define PACKAGE_TARNAME "m4"
| #define PACKAGE_VERSION "1.4.13"
| #define PACKAGE_STRING "GNU M4 1.4.13"
| #define PACKAGE_BUGREPORT "bug-m4@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/m4/"
| #define PACKAGE "m4"
| #define VERSION "1.4.13"
| #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_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_MEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_PATHCONF 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_PIPE 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_SETENV 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define FAULT_YIELDS_SIGBUS 0
| #define HAVE_STACK_OVERFLOW_HANDLING 1
| #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 STRERROR_R_CHAR_P 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECL_SIGALTSTACK 1
| #define HAVE_STACK_T 1
| #define SIGNAL_SAFE_LIST 1
| #define GNULIB_CLOSE_STREAM 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| /* end confdefs.h. */
|
| #include <stdio.h>
| #include <unistd.h>
|
| int
| main ()
| {
| FILE *f = fopen ("conftest.txt", "r");
| char buffer[10];
| int fd;
| int c;
| 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. This fails
| on BSD systems and on mingw. */
| if (fflush (f) != 0 || fseek (f, 0, SEEK_CUR) != 0)
| return 4;
| if (lseek (fd, 0, SEEK_CUR) != 5)
| return 5;
| /* Verify behaviour of fflush after ungetc. See
| <http://www.opengroup.org/austin/aardvark/latest/xshbug3.txt> */
| /* Verify behaviour of fflush after a backup ungetc. This fails on
| mingw. */
| c = fgetc (f);
| ungetc (c, f);
| fflush (f);
| if (fgetc (f) != c)
| return 6;
| /* Verify behaviour of fflush after a non-backup ungetc. This fails
| on glibc 2.8 and on BSD systems. */
| c = fgetc (f);
| ungetc ('@', f);
| fflush (f);
| if (fgetc (f) != c)
| return 7;
| return 0;
|
| ;
| return 0;
| }
configure:13839: result: no
configure:13955: checking whether fopen recognizes a trailing slash
configure:13980: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:13980: $? = 0
configure:13980: ./conftest
configure:13980: $? = 0
configure:13992: result: yes
configure:14050: checking whether __fpending is declared
configure:14050: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:14050: $? = 0
configure:14050: result: yes
configure:14151: checking whether fpurge is declared
configure:14151: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:141:10: error: 'fpurge' undeclared (first use in this function)
conftest.c:141:10: note: each undeclared identifier is reported only once for each function it appears in
configure:14151: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU M4"
| #define PACKAGE_TARNAME "m4"
| #define PACKAGE_VERSION "1.4.13"
| #define PACKAGE_STRING "GNU M4 1.4.13"
| #define PACKAGE_BUGREPORT "bug-m4@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/m4/"
| #define PACKAGE "m4"
| #define VERSION "1.4.13"
| #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_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_MEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_PATHCONF 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_PIPE 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_SETENV 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define FAULT_YIELDS_SIGBUS 0
| #define HAVE_STACK_OVERFLOW_HANDLING 1
| #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 STRERROR_R_CHAR_P 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECL_SIGALTSTACK 1
| #define HAVE_STACK_T 1
| #define SIGNAL_SAFE_LIST 1
| #define GNULIB_CLOSE_STREAM 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define GNULIB_FOPEN_SAFER 1
| #define HAVE_DECL___FPENDING 1
| /* end confdefs.h. */
| #include <stdio.h>
|
| int
| main ()
| {
| #ifndef fpurge
| (void) fpurge;
| #endif
|
| ;
| return 0;
| }
configure:14151: result: no
configure:14169: checking whether frexp() can be used without linking with libm
configure:14187: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:14187: $? = 0
configure:14196: result: yes
configure:14201: checking whether frexp works
configure:14258: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:172:5: warning: passing argument 2 of 'memcmp' discards 'volatile' qualifier from pointer target type [enabled by default]
In file included from conftest.c:139:0:
/usr/include/string.h:68:12: note: expected 'const void *' but argument is of type 'volatile double *'
configure:14258: $? = 0
configure:14258: ./conftest
configure:14258: $? = 0
configure:14269: result: yes
configure:14303: checking whether frexpl() can be used without linking with libm
configure:14321: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:14321: $? = 0
configure:14330: result: yes
configure:14335: checking whether frexpl works
configure:14423: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:14423: $? = 0
configure:14423: ./conftest
configure:14423: $? = 0
configure:14434: result: yes
configure:14449: checking whether frexpl is declared
configure:14449: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:14449: $? = 0
configure:14449: result: yes
configure:14482: checking for fseeko
configure:14499: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:14499: $? = 0
configure:14508: result: yes
configure:14554: checking for ftello
configure:14571: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:14571: $? = 0
configure:14580: result: yes
configure:14684: checking for gettimeofday with POSIX signature
configure:14706: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:145:60: warning: initialization from incompatible pointer type [enabled by default]
configure:14706: $? = 0
configure:14713: result: yes
configure:14719: checking whether gettimeofday clobbers localtime buffer
configure:14751: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:14751: $? = 0
configure:14751: ./conftest
configure:14751: $? = 0
configure:14761: result: no
configure:14868: checking whether the compiler generally respects inline
configure:14889: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:14889: $? = 0
configure:14898: result: yes
configure:14908: checking whether isnan(double) can be used without linking with libm
configure:14933: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:14933: $? = 0
configure:14942: result: yes
configure:15312: checking whether isnan(float) can be used without linking with libm
configure:15337: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:15337: $? = 0
configure:15346: result: yes
configure:15353: checking whether isnan(float) works
configure:15419: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:15419: $? = 0
configure:15419: ./conftest
configure:15419: $? = 0
configure:15430: result: yes
configure:15569: checking whether isnan(long double) can be used without linking with libm
configure:15594: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:15594: $? = 0
configure:15603: result: yes
configure:15611: checking whether isnanl works
configure:15745: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:15745: $? = 0
configure:15745: ./conftest
configure:15745: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU M4"
| #define PACKAGE_TARNAME "m4"
| #define PACKAGE_VERSION "1.4.13"
| #define PACKAGE_STRING "GNU M4 1.4.13"
| #define PACKAGE_BUGREPORT "bug-m4@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/m4/"
| #define PACKAGE "m4"
| #define VERSION "1.4.13"
| #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_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_MEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_PATHCONF 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_PIPE 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_SETENV 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define FAULT_YIELDS_SIGBUS 0
| #define HAVE_STACK_OVERFLOW_HANDLING 1
| #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 STRERROR_R_CHAR_P 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECL_SIGALTSTACK 1
| #define HAVE_STACK_T 1
| #define SIGNAL_SAFE_LIST 1
| #define GNULIB_CLOSE_STREAM 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define GNULIB_FOPEN_SAFER 1
| #define HAVE_DECL___FPENDING 1
| #define HAVE_DECL_FPURGE 0
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_INLINE 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define HAVE_ISNANF_IN_LIBC 1
| /* end confdefs.h. */
|
| #include <float.h>
| #include <limits.h>
| #include <math.h>
| #if __GNUC__ >= 4
| # undef isnanl
| # define isnanl(x) __builtin_isnanl ((long double)(x))
| #elif defined isnan
| # undef isnanl
| # define isnanl(x) isnan ((long double)(x))
| #endif
| #define NWORDS ((sizeof (long double) + sizeof (unsigned int) - 1) / sizeof (unsigned int))
| typedef union { unsigned int word[NWORDS]; long double value; }
| memory_long_double;
| /* On Irix 6.5, gcc 3.4.3 can't compute compile-time NaN, and needs the
| runtime type conversion. */
| #ifdef __sgi
| static long double NaNl ()
| {
| double zero = 0.0;
| return zero / zero;
| }
| #else
| # define NaNl() (0.0L / 0.0L)
| #endif
| int main ()
| {
| memory_long_double m;
| unsigned int i;
|
| if (!isnanl (NaNl ()))
| return 1;
|
| /* The isnanl function should be immune against changes in the sign bit and
| in the mantissa bits. The xor operation twiddles a bit that can only be
| a sign bit or a mantissa bit (since the exponent never extends to
| bit 31). */
| m.value = NaNl ();
| m.word[NWORDS / 2] ^= (unsigned int) 1 << (sizeof (unsigned int) * CHAR_BIT - 1);
| for (i = 0; i < NWORDS; i++)
| m.word[i] |= 1;
| if (!isnanl (m.value))
| return 1;
|
| #if ((defined __ia64 && LDBL_MANT_DIG == 64) || (defined __x86_64__ || defined __amd64__) || (defined __i386 || defined __i386__ || defined _I386 || defined _M_IX86 || defined _X86_))
| /* Representation of an 80-bit 'long double' as an initializer for a sequence
| of 'unsigned int' words. */
| # ifdef WORDS_BIGENDIAN
| # define LDBL80_WORDS(exponent,manthi,mantlo) { ((unsigned int) (exponent) << 16) | ((unsigned int) (manthi) >> 16), ((unsigned int) (manthi) << 16) | (unsigned int) (mantlo) >> 16), (unsigned int) (mantlo) << 16 }
| # else
| # define LDBL80_WORDS(exponent,manthi,mantlo) { mantlo, manthi, exponent }
| # endif
| { /* Quiet NaN. */
| static memory_long_double x =
| { LDBL80_WORDS (0xFFFF, 0xC3333333, 0x00000000) };
| if (!isnanl (x.value))
| return 1;
| }
| {
| /* Signalling NaN. */
| static memory_long_double x =
| { LDBL80_WORDS (0xFFFF, 0x83333333, 0x00000000) };
| if (!isnanl (x.value))
| return 1;
| }
| /* The isnanl function should recognize Pseudo-NaNs, Pseudo-Infinities,
| Pseudo-Zeroes, Unnormalized Numbers, and Pseudo-Denormals, as defined in
| Intel IA-64 Architecture Software Developer's Manual, Volume 1:
| Application Architecture.
| Table 5-2 "Floating-Point Register Encodings"
| Figure 5-6 "Memory to Floating-Point Register Data Translation"
| */
| { /* Pseudo-NaN. */
| static memory_long_double x =
| { LDBL80_WORDS (0xFFFF, 0x40000001, 0x00000000) };
| if (!isnanl (x.value))
| return 1;
| }
| { /* Pseudo-Infinity. */
| static memory_long_double x =
| { LDBL80_WORDS (0xFFFF, 0x00000000, 0x00000000) };
| if (!isnanl (x.value))
| return 1;
| }
| { /* Pseudo-Zero. */
| static memory_long_double x =
| { LDBL80_WORDS (0x4004, 0x00000000, 0x00000000) };
| if (!isnanl (x.value))
| return 1;
| }
| { /* Unnormalized number. */
| static memory_long_double x =
| { LDBL80_WORDS (0x4000, 0x63333333, 0x00000000) };
| if (!isnanl (x.value))
| return 1;
| }
| { /* Pseudo-Denormal. */
| static memory_long_double x =
| { LDBL80_WORDS (0x0000, 0x83333333, 0x00000000) };
| if (!isnanl (x.value))
| return 1;
| }
| #endif
|
| return 0;
| }
configure:15756: result: no
configure:15782: checking where to find the exponent in a 'long double'
configure:15862: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:15862: $? = 0
configure:15862: ./conftest
configure:15862: $? = 0
configure:15874: result: word 2 bit 0
configure:16386: checking for libsigsegv
configure:16414: result: no, consider installing GNU libsigsegv
configure:16488: checking whether lseek detects pipes
configure:16506: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:16506: $? = 0
configure:16536: result: yes
configure:16566: checking whether lstat dereferences a symlink specified with a trailing slash
configure:16592: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:16592: $? = 0
configure:16592: ./conftest
configure:16592: $? = 0
configure:16609: result: yes
configure:16645: checking for stdlib.h
configure:16645: result: yes
configure:16655: checking for GNU libc compatible malloc
configure:16689: result: yes
configure:16793: checking whether NAN macro works
configure:16816: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:16816: $? = 0
configure:16823: result: yes
configure:16828: checking whether HUGE_VAL works
configure:16846: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:16846: $? = 0
configure:16853: result: yes
configure:16873: checking whether mbrtowc handles incomplete characters
configure:16926: result: guessing yes
configure:16932: checking whether mbrtowc works as well as mbtowc
configure:16988: result: guessing yes
configure:17021: checking whether mbrtowc handles a NULL string argument
configure:17076: result: guessing yes
configure:17083: checking whether mbrtowc has a correct return value
configure:17155: result: guessing yes
configure:17161: checking whether mbrtowc returns 0 when parsing a NUL character
configure:17213: result: guessing yes
configure:17279: checking whether mbrtowc handles incomplete characters
configure:17332: result: guessing yes
configure:17338: checking whether mbrtowc works as well as mbtowc
configure:17394: result: guessing yes
configure:17459: checking for mkdtemp
configure:17459: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:17459: $? = 0
configure:17459: result: yes
configure:17487: checking for working mkstemp
configure:17521: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:17521: $? = 0
configure:17521: ./conftest
configure:17521: $? = 0
configure:17533: result: yes
configure:17569: checking for obstacks
configure:17590: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:17590: $? = 0
configure:17598: result: yes
configure:17643: checking whether open recognizes a trailing slash
configure:17670: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:17670: $? = 0
configure:17670: ./conftest
configure:17670: $? = 0
configure:17682: result: yes
configure:18002: checking whether frexp can be used without linking with libm
configure:18030: result: yes
configure:18035: checking whether frexp works
configure:18103: result: yes
configure:18115: checking whether ldexp can be used without linking with libm
configure:18134: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:18134: $? = 0
configure:18143: result: yes
configure:18153: checking whether frexpl can be used without linking with libm
configure:18181: result: yes
configure:18186: checking whether frexpl works
configure:18285: result: yes
configure:18300: checking whether frexpl is declared
configure:18300: result: yes
configure:18310: checking whether ldexpl can be used without linking with libm
configure:18329: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:18329: $? = 0
configure:18338: result: yes
configure:18343: checking whether ldexpl works
configure:18370: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:18370: $? = 0
configure:18370: ./conftest
configure:18370: $? = 0
configure:18381: result: yes
configure:18389: checking whether ldexpl is declared
configure:18389: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:18389: $? = 0
configure:18389: result: yes
configure:18428: checking for rawmemchr
configure:18428: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:18428: $? = 0
configure:18428: result: yes
configure:18469: checking for working re_compile_pattern
configure:18610: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:18610: $? = 0
configure:18610: ./conftest
configure:18610: $? = 0
configure:18620: result: yes
configure:18738: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:18738: $? = 0
configure:18814: checking for struct sigaction.sa_sigaction
configure:18814: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:18814: $? = 0
configure:18814: result: yes
configure:18917: checking for volatile sig_atomic_t
configure:18917: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:18917: $? = 0
configure:18917: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:164:36: error: expected expression before ')' token
configure:18917: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU M4"
| #define PACKAGE_TARNAME "m4"
| #define PACKAGE_VERSION "1.4.13"
| #define PACKAGE_STRING "GNU M4 1.4.13"
| #define PACKAGE_BUGREPORT "bug-m4@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/m4/"
| #define PACKAGE "m4"
| #define VERSION "1.4.13"
| #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_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_MEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_PATHCONF 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_PIPE 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_SETENV 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define FAULT_YIELDS_SIGBUS 0
| #define HAVE_STACK_OVERFLOW_HANDLING 1
| #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 STRERROR_R_CHAR_P 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECL_SIGALTSTACK 1
| #define HAVE_STACK_T 1
| #define SIGNAL_SAFE_LIST 1
| #define GNULIB_CLOSE_STREAM 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define GNULIB_FOPEN_SAFER 1
| #define HAVE_DECL___FPENDING 1
| #define HAVE_DECL_FPURGE 0
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_INLINE 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define LDBL_EXPBIT0_WORD 2
| #define LDBL_EXPBIT0_BIT 0
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_MKDTEMP 1
| #define HAVE_OBSTACK 1
| #define GNULIB_OPEN 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define HAVE_RAWMEMCHR 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| /* end confdefs.h. */
|
| #include <signal.h>
|
|
| int
| main ()
| {
| if (sizeof ((volatile sig_atomic_t)))
| return 0;
| ;
| return 0;
| }
configure:18917: result: yes
configure:18930: checking for signbit macro
configure:19023: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:19023: $? = 0
configure:19023: ./conftest
configure:19023: $? = 0
configure:19034: result: yes
configure:19036: checking for signbit compiler built-ins
configure:19126: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:19126: $? = 0
configure:19126: ./conftest
configure:19126: $? = 0
configure:19137: result: yes
configure:19654: checking for sigprocmask
configure:19654: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:19654: $? = 0
configure:19654: result: yes
configure:19703: checking for stdint.h
configure:19703: result: yes
configure:19713: checking for SIZE_MAX
configure:19785: result: yes
configure:19800: checking for snprintf
configure:19800: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
conftest.c:181:6: warning: conflicting types for built-in function 'snprintf' [enabled by default]
configure:19800: $? = 0
configure:19800: result: yes
configure:19812: checking whether snprintf respects a size of 1
configure:19832: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:19832: $? = 0
configure:19832: ./conftest
configure:19832: $? = 0
configure:19843: result: yes
configure:19939: checking for ssize_t
configure:19956: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:19956: $? = 0
configure:19963: result: yes
configure:19974: checking for va_copy
configure:19995: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:19995: $? = 0
configure:20003: result: yes
configure:20219: checking whether stdint.h conforms to C99
configure:20388: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:20388: $? = 0
configure:20470: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:20470: $? = 0
configure:20470: ./conftest
configure:20470: $? = 0
configure:20482: result: yes
configure:20922: checking for random.h
configure:20922: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:193:20: fatal error: random.h: No such file or directory
compilation terminated.
configure:20922: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU M4"
| #define PACKAGE_TARNAME "m4"
| #define PACKAGE_VERSION "1.4.13"
| #define PACKAGE_STRING "GNU M4 1.4.13"
| #define PACKAGE_BUGREPORT "bug-m4@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/m4/"
| #define PACKAGE "m4"
| #define VERSION "1.4.13"
| #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_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_MEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_PATHCONF 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_PIPE 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_SETENV 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define FAULT_YIELDS_SIGBUS 0
| #define HAVE_STACK_OVERFLOW_HANDLING 1
| #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 STRERROR_R_CHAR_P 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECL_SIGALTSTACK 1
| #define HAVE_STACK_T 1
| #define SIGNAL_SAFE_LIST 1
| #define GNULIB_CLOSE_STREAM 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define GNULIB_FOPEN_SAFER 1
| #define HAVE_DECL___FPENDING 1
| #define HAVE_DECL_FPURGE 0
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_INLINE 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define LDBL_EXPBIT0_WORD 2
| #define LDBL_EXPBIT0_BIT 0
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_MKDTEMP 1
| #define HAVE_OBSTACK 1
| #define GNULIB_OPEN 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define HAVE_RAWMEMCHR 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define HAVE_STDINT_H 1
| #define HAVE_SNPRINTF 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 <random.h>
configure:20922: result: no
configure:20939: checking for struct random_data
configure:20939: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:20939: $? = 0
configure:20939: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:168:33: error: expected expression before ')' token
configure:20939: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU M4"
| #define PACKAGE_TARNAME "m4"
| #define PACKAGE_VERSION "1.4.13"
| #define PACKAGE_STRING "GNU M4 1.4.13"
| #define PACKAGE_BUGREPORT "bug-m4@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/m4/"
| #define PACKAGE "m4"
| #define VERSION "1.4.13"
| #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_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_MEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_PATHCONF 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_PIPE 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_SETENV 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define FAULT_YIELDS_SIGBUS 0
| #define HAVE_STACK_OVERFLOW_HANDLING 1
| #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 STRERROR_R_CHAR_P 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECL_SIGALTSTACK 1
| #define HAVE_STACK_T 1
| #define SIGNAL_SAFE_LIST 1
| #define GNULIB_CLOSE_STREAM 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define GNULIB_FOPEN_SAFER 1
| #define HAVE_DECL___FPENDING 1
| #define HAVE_DECL_FPURGE 0
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_INLINE 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define LDBL_EXPBIT0_WORD 2
| #define LDBL_EXPBIT0_BIT 0
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_MKDTEMP 1
| #define HAVE_OBSTACK 1
| #define GNULIB_OPEN 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define HAVE_RAWMEMCHR 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define HAVE_STDINT_H 1
| #define HAVE_SNPRINTF 1
| /* end confdefs.h. */
| #include <stdlib.h>
| #if HAVE_RANDOM_H
| # include <random.h>
| #endif
|
|
| int
| main ()
| {
| if (sizeof ((struct random_data)))
| return 0;
| ;
| return 0;
| }
configure:20939: result: yes
configure:20983: checking for strchrnul
configure:20983: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:20983: $? = 0
configure:20983: result: yes
configure:21043: checking for working strndup
configure:21093: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:21093: $? = 0
configure:21093: ./conftest
configure:21093: $? = 0
configure:21103: result: yes
configure:21137: checking for working strnlen
configure:21171: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:21171: $? = 0
configure:21171: ./conftest
configure:21171: $? = 0
configure:21181: result: yes
configure:21221: checking for strsignal
configure:21221: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:21221: $? = 0
configure:21221: result: yes
configure:21231: checking whether strsignal always returns a string
configure:21255: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:21255: $? = 0
configure:21255: ./conftest
configure:21255: $? = 0
configure:21265: result: yes
configure:21308: checking whether strstr works in linear time
configure:21376: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:21376: $? = 0
configure:21376: ./conftest
./configure: line 2079: 7073 Alarm clock ./conftest$ac_exeext
configure:21376: $? = 142
configure: program exited with status 142
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU M4"
| #define PACKAGE_TARNAME "m4"
| #define PACKAGE_VERSION "1.4.13"
| #define PACKAGE_STRING "GNU M4 1.4.13"
| #define PACKAGE_BUGREPORT "bug-m4@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/m4/"
| #define PACKAGE "m4"
| #define VERSION "1.4.13"
| #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_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_MEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_PATHCONF 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_PIPE 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_SETENV 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define FAULT_YIELDS_SIGBUS 0
| #define HAVE_STACK_OVERFLOW_HANDLING 1
| #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 STRERROR_R_CHAR_P 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECL_SIGALTSTACK 1
| #define HAVE_STACK_T 1
| #define SIGNAL_SAFE_LIST 1
| #define GNULIB_CLOSE_STREAM 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define GNULIB_FOPEN_SAFER 1
| #define HAVE_DECL___FPENDING 1
| #define HAVE_DECL_FPURGE 0
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_INLINE 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define LDBL_EXPBIT0_WORD 2
| #define LDBL_EXPBIT0_BIT 0
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_MKDTEMP 1
| #define HAVE_OBSTACK 1
| #define GNULIB_OPEN 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define HAVE_RAWMEMCHR 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define HAVE_STDINT_H 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRUCT_RANDOM_DATA 1
| #define HAVE_STRCHRNUL 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRSIGNAL 1
| /* end confdefs.h. */
|
| #include <signal.h> /* for signal */
| #include <string.h> /* for memmem */
| #include <stdlib.h> /* for malloc */
| #include <unistd.h> /* for alarm */
|
| int
| main ()
| {
| size_t m = 1000000;
| char *haystack = (char *) malloc (2 * m + 2);
| char *needle = (char *) malloc (m + 2);
| void *result = 0;
| /* Failure to compile this test due to missing alarm is okay,
| since all such platforms (mingw) also have quadratic strstr. */
| signal (SIGALRM, SIG_DFL);
| alarm (5);
| /* Check for quadratic performance. */
| if (haystack && needle)
| {
| memset (haystack, 'A', 2 * m);
| haystack[2 * m] = 'B';
| haystack[2 * m + 1] = 0;
| memset (needle, 'A', m);
| needle[m] = 'B';
| needle[m + 1] = 0;
| result = strstr (haystack, needle);
| }
| return !result;
| ;
| return 0;
| }
configure:21387: result: no
configure:21409: checking for working strtod
configure:21450: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:21450: $? = 0
configure:21450: ./conftest
configure:21450: $? = 0
configure:21460: result: yes
configure:21531: checking whether strtod obeys C99
configure:21599: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:21599: $? = 0
configure:21599: ./conftest
configure:21599: $? = 0
configure:21609: result: yes
configure:21693: checking for strtol
configure:21693: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:21693: $? = 0
configure:21693: result: yes
configure:21770: checking for nlink_t
configure:21770: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:21770: $? = 0
configure:21770: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:170:22: error: expected expression before ')' token
configure:21770: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU M4"
| #define PACKAGE_TARNAME "m4"
| #define PACKAGE_VERSION "1.4.13"
| #define PACKAGE_STRING "GNU M4 1.4.13"
| #define PACKAGE_BUGREPORT "bug-m4@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/m4/"
| #define PACKAGE "m4"
| #define VERSION "1.4.13"
| #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_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_MEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_PATHCONF 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_PIPE 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_SETENV 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define FAULT_YIELDS_SIGBUS 0
| #define HAVE_STACK_OVERFLOW_HANDLING 1
| #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 STRERROR_R_CHAR_P 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECL_SIGALTSTACK 1
| #define HAVE_STACK_T 1
| #define SIGNAL_SAFE_LIST 1
| #define GNULIB_CLOSE_STREAM 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define GNULIB_FOPEN_SAFER 1
| #define HAVE_DECL___FPENDING 1
| #define HAVE_DECL_FPURGE 0
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_INLINE 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define LDBL_EXPBIT0_WORD 2
| #define LDBL_EXPBIT0_BIT 0
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_MKDTEMP 1
| #define HAVE_OBSTACK 1
| #define GNULIB_OPEN 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define HAVE_RAWMEMCHR 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define HAVE_STDINT_H 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRUCT_RANDOM_DATA 1
| #define HAVE_STRCHRNUL 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRTOL 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/stat.h>
|
| int
| main ()
| {
| if (sizeof ((nlink_t)))
| return 0;
| ;
| return 0;
| }
configure:21770: result: yes
configure:21866: checking for __secure_getenv
configure:21866: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:21866: $? = 0
configure:21866: result: yes
configure:22046: checking for ptrdiff_t
configure:22046: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:22046: $? = 0
configure:22046: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:202:24: error: expected expression before ')' token
configure:22046: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU M4"
| #define PACKAGE_TARNAME "m4"
| #define PACKAGE_VERSION "1.4.13"
| #define PACKAGE_STRING "GNU M4 1.4.13"
| #define PACKAGE_BUGREPORT "bug-m4@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/m4/"
| #define PACKAGE "m4"
| #define VERSION "1.4.13"
| #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_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_MEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_PATHCONF 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_PIPE 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_SETENV 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define FAULT_YIELDS_SIGBUS 0
| #define HAVE_STACK_OVERFLOW_HANDLING 1
| #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 STRERROR_R_CHAR_P 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECL_SIGALTSTACK 1
| #define HAVE_STACK_T 1
| #define SIGNAL_SAFE_LIST 1
| #define GNULIB_CLOSE_STREAM 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define GNULIB_FOPEN_SAFER 1
| #define HAVE_DECL___FPENDING 1
| #define HAVE_DECL_FPURGE 0
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_INLINE 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define LDBL_EXPBIT0_WORD 2
| #define LDBL_EXPBIT0_BIT 0
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_MKDTEMP 1
| #define HAVE_OBSTACK 1
| #define GNULIB_OPEN 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define HAVE_RAWMEMCHR 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define HAVE_STDINT_H 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRUCT_RANDOM_DATA 1
| #define HAVE_STRCHRNUL 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRTOL 1
| #define HAVE___SECURE_GETENV 1
| #define USE_UNLOCKED_IO 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 ()
| {
| if (sizeof ((ptrdiff_t)))
| return 0;
| ;
| return 0;
| }
configure:22046: result: yes
configure:22066: checking for snprintf
configure:22066: result: yes
configure:22066: checking for strnlen
configure:22066: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:22066: $? = 0
configure:22066: result: yes
configure:22066: checking for wcslen
configure:22066: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:22066: $? = 0
configure:22066: result: yes
configure:22066: checking for wcsnlen
configure:22066: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:22066: $? = 0
configure:22066: result: yes
configure:22066: checking for mbrtowc
configure:22066: result: yes
configure:22066: checking for wcrtomb
configure:22066: result: yes
configure:22076: checking whether _snprintf is declared
configure:22076: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:178:10: error: '_snprintf' undeclared (first use in this function)
conftest.c:178:10: note: each undeclared identifier is reported only once for each function it appears in
configure:22076: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU M4"
| #define PACKAGE_TARNAME "m4"
| #define PACKAGE_VERSION "1.4.13"
| #define PACKAGE_STRING "GNU M4 1.4.13"
| #define PACKAGE_BUGREPORT "bug-m4@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/m4/"
| #define PACKAGE "m4"
| #define VERSION "1.4.13"
| #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_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_MEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_PATHCONF 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_PIPE 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_SETENV 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define FAULT_YIELDS_SIGBUS 0
| #define HAVE_STACK_OVERFLOW_HANDLING 1
| #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 STRERROR_R_CHAR_P 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECL_SIGALTSTACK 1
| #define HAVE_STACK_T 1
| #define SIGNAL_SAFE_LIST 1
| #define GNULIB_CLOSE_STREAM 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define GNULIB_FOPEN_SAFER 1
| #define HAVE_DECL___FPENDING 1
| #define HAVE_DECL_FPURGE 0
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_INLINE 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define LDBL_EXPBIT0_WORD 2
| #define LDBL_EXPBIT0_BIT 0
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_MKDTEMP 1
| #define HAVE_OBSTACK 1
| #define GNULIB_OPEN 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define HAVE_RAWMEMCHR 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define HAVE_STDINT_H 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRUCT_RANDOM_DATA 1
| #define HAVE_STRCHRNUL 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRTOL 1
| #define HAVE___SECURE_GETENV 1
| #define USE_UNLOCKED_IO 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| /* end confdefs.h. */
| #include <stdio.h>
|
| int
| main ()
| {
| #ifndef _snprintf
| (void) _snprintf;
| #endif
|
| ;
| return 0;
| }
configure:22076: result: no
configure:22097: checking for vasprintf
configure:22097: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:22097: $? = 0
configure:22097: result: yes
configure:22174: checking for vasprintf
configure:22174: result: yes
configure:22462: checking for ptrdiff_t
configure:22462: result: yes
configure:22482: checking for snprintf
configure:22482: result: yes
configure:22482: checking for strnlen
configure:22482: result: yes
configure:22482: checking for wcslen
configure:22482: result: yes
configure:22482: checking for wcsnlen
configure:22482: result: yes
configure:22482: checking for mbrtowc
configure:22482: result: yes
configure:22482: checking for wcrtomb
configure:22482: result: yes
configure:22492: checking whether _snprintf is declared
configure:22492: result: no
configure:22557: checking for waitid
configure:22557: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:22557: $? = 0
configure:22557: result: yes
configure:22569: checking whether <wchar.h> is standalone
configure:22579: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:22579: $? = 0
configure:22586: result: yes
configure:22667: checking whether wcrtomb return value is correct
configure:22730: result: guessing yes
configure:22784: checking whether iswcntrl works
configure:22822: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:22822: $? = 0
configure:22822: ./conftest
configure:22822: $? = 0
configure:22833: result: yes
configure:22938: checking for stdint.h
configure:22938: result: yes
configure:22985: checking for a traditional french locale
configure:23078: result: none
configure:23085: checking for a french Unicode locale
configure:23175: result: none
configure:23184: checking where to find the exponent in a 'double'
configure:23498: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:23498: $? = 0
configure:23498: ./conftest
configure:23498: $? = 0
configure:23510: result: word 1 bit 20
configure:23530: checking where to find the exponent in a 'float'
configure:23619: result: word 0 bit 23
configure:23640: checking where to find the exponent in a 'long double'
configure:23732: result: word 2 bit 0
configure:23754: checking for a traditional french locale
configure:23847: result: none
configure:23854: checking for a french Unicode locale
configure:23944: result: none
configure:23952: checking for a traditional japanese locale
configure:24054: result: none
configure:24062: checking for a transitional chinese locale
configure:24149: result: none
configure:24156: checking for a french Unicode locale
configure:24246: result: none
configure:24278: checking for a traditional french locale
configure:24371: result: none
configure:24378: checking for a french Unicode locale
configure:24468: result: none
configure:24526: checking for wchar_t
configure:24550: result: yes
configure:24559: checking for wint_t
configure:24591: result: yes
configure:24604: checking for unsetenv
configure:24604: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:24604: $? = 0
configure:24604: result: yes
configure:24630: checking for unsetenv() return type
configure:24656: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:24656: $? = 0
configure:24663: result: int
configure:24677: checking for a traditional french locale
configure:24770: result: none
configure:24777: checking for a french Unicode locale
configure:24867: result: none
configure:24875: checking for a traditional japanese locale
configure:24977: result: none
configure:24985: checking for a transitional chinese locale
configure:25072: result: none
configure:25104: checking whether wctob works
configure:25155: result: guessing yes
configure:25181: checking whether wctob is declared
configure:25181: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:25181: $? = 0
configure:25181: result: yes
configure:25233: checking whether an open file can be renamed
configure:25255: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
configure:25255: $? = 0
configure:25255: ./conftest
configure:25255: $? = 0
configure:25265: result: yes
configure:25279: checking if changeword is wanted
configure:25294: result: no
configure:25299: checking which shell to use for syscmd
configure:25334: result: /bin/sh
configure:25342: checking if malloc debugging is wanted
configure:25360: result: no
configure:25525: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by GNU M4 config.status 1.4.13, which was
generated by GNU Autoconf 2.63b. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on debian
config.status:1490: creating Makefile
config.status:1490: creating doc/Makefile
config.status:1490: creating lib/Makefile
config.status:1490: creating src/Makefile
config.status:1490: creating tests/Makefile
config.status:1490: creating checks/Makefile
config.status:1490: creating examples/Makefile
config.status:1490: creating lib/config.h
config.status:1741: executing depfiles commands
config.status:1741: executing stamp-h commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
M4_cv_func_rename_open_file_works=yes
ac_cv_build=i686-pc-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=inline
ac_cv_c_restrict=__restrict
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func___fpending=yes
ac_cv_func___fpurge=yes
ac_cv_func___freading=yes
ac_cv_func___secure_getenv=yes
ac_cv_func_alloca_works=yes
ac_cv_func_btowc=yes
ac_cv_func_fpurge=no
ac_cv_func_getdtablesize=yes
ac_cv_func_getopt_long_only=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_isblank=yes
ac_cv_func_iswcntrl=yes
ac_cv_func_iswctype=yes
ac_cv_func_lstat=yes
ac_cv_func_lstat_dereferences_slashed_symlink=yes
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_mbrtowc=yes
ac_cv_func_mbsinit=yes
ac_cv_func_mempcpy=yes
ac_cv_func_mkdtemp=yes
ac_cv_func_obstack=yes
ac_cv_func_pathconf=yes
ac_cv_func_pipe=yes
ac_cv_func_posix_spawn=yes
ac_cv_func_rawmemchr=yes
ac_cv_func_setenv=yes
ac_cv_func_setrlimit=yes
ac_cv_func_sigaction=yes
ac_cv_func_sigaltstack=yes
ac_cv_func_siginterrupt=yes
ac_cv_func_sigprocmask=yes
ac_cv_func_snprintf=yes
ac_cv_func_strchrnul=yes
ac_cv_func_strerror_r=yes
ac_cv_func_strerror_r_char_p=yes
ac_cv_func_strnlen=yes
ac_cv_func_strnlen_working=yes
ac_cv_func_strsignal=yes
ac_cv_func_strtod=yes
ac_cv_func_strtol=yes
ac_cv_func_unsetenv=yes
ac_cv_func_vasnprintf=no
ac_cv_func_vasprintf=yes
ac_cv_func_waitid=yes
ac_cv_func_wcrtomb=yes
ac_cv_func_wcscoll=yes
ac_cv_func_wcslen=yes
ac_cv_func_wcsnlen=yes
ac_cv_func_wctob=yes
ac_cv_gnu_library_2_1=yes
ac_cv_have_decl___fpending=yes
ac_cv_have_decl__snprintf=no
ac_cv_have_decl_alarm=yes
ac_cv_have_decl_clearerr_unlocked=yes
ac_cv_have_decl_feof_unlocked=yes
ac_cv_have_decl_ferror_unlocked=yes
ac_cv_have_decl_fflush_unlocked=yes
ac_cv_have_decl_fgets_unlocked=yes
ac_cv_have_decl_fpurge=no
ac_cv_have_decl_fputc_unlocked=yes
ac_cv_have_decl_fputs_unlocked=yes
ac_cv_have_decl_fread_unlocked=yes
ac_cv_have_decl_frexpl=yes
ac_cv_have_decl_fwrite_unlocked=yes
ac_cv_have_decl_getc_unlocked=yes
ac_cv_have_decl_getchar_unlocked=yes
ac_cv_have_decl_getenv=yes
ac_cv_have_decl_ldexpl=yes
ac_cv_have_decl_optreset=no
ac_cv_have_decl_putc_unlocked=yes
ac_cv_have_decl_putchar_unlocked=yes
ac_cv_have_decl_sigaltstack=yes
ac_cv_have_decl_snprintf=yes
ac_cv_have_decl_strerror_r=yes
ac_cv_have_decl_strndup=yes
ac_cv_have_decl_strnlen=yes
ac_cv_have_decl_strsignal=yes
ac_cv_have_decl_sys_siglist=yes
ac_cv_have_decl_wctob=yes
ac_cv_header_errno_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_float_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_math_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_random_h=no
ac_cv_header_sched_h=yes
ac_cv_header_signal_h=yes
ac_cv_header_spawn_h=yes
ac_cv_header_stat_broken=no
ac_cv_header_stdarg_h=yes
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_ext_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_param_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_ucontext_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_wchar_h=yes
ac_cv_header_wctype_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_lib_error_at_line=yes
ac_cv_member_struct_sigaction_sa_sigaction=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_c99=-std=gnu99
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_gcc_c_o=yes
ac_cv_prog_cc_stdc=-std=gnu99
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_sys_file_offset_bits=64
ac_cv_sys_largefile_CC=no
ac_cv_sys_largefile_source=no
ac_cv_sys_stack_overflow_works=yes
ac_cv_sys_xsi_stack_overflow_heuristic=no
ac_cv_type__Bool=yes
ac_cv_type_long_long_int=yes
ac_cv_type_mbstate_t=yes
ac_cv_type_mode_t=yes
ac_cv_type_nlink_t=yes
ac_cv_type_ptrdiff_t=yes
ac_cv_type_sig_atomic_t=yes
ac_cv_type_size_t=yes
ac_cv_type_stack_t=yes
ac_cv_type_struct_random_data=yes
ac_cv_type_uid_t=yes
ac_cv_type_unsigned_long_long_int=yes
ac_cv_type_volatile_sig_atomic_t=yes
ac_cv_win_or_dos=no
ac_cv_working_alloca_h=yes
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_libname_spec='lib$name'
acl_cv_library_names_spec='$libname$shrext'
acl_cv_path_LD=/usr/bin/ld
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
acl_cv_shlibext=so
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_langinfo_codeset=yes
gl_cv_c_inline_effective=yes
gl_cv_c_multiarch=no
gl_cv_cc_double_expbit0='word 1 bit 20'
gl_cv_cc_float_expbit0='word 0 bit 23'
gl_cv_cc_long_double_expbit0='word 2 bit 0'
gl_cv_double_slash_root=no
gl_cv_func_btowc_eof='guessing yes'
gl_cv_func_fflush_stdin=no
gl_cv_func_fopen_slash=yes
gl_cv_func_frexp_no_libm=yes
gl_cv_func_frexp_works=yes
gl_cv_func_frexpl_no_libm=yes
gl_cv_func_frexpl_works=yes
gl_cv_func_fseeko=yes
gl_cv_func_ftello=yes
gl_cv_func_gettimeofday_clobber=no
gl_cv_func_gettimeofday_posix_signature=yes
gl_cv_func_gnu_getopt=yes
gl_cv_func_isnand_no_libm=yes
gl_cv_func_isnanf_no_libm=yes
gl_cv_func_isnanf_works=yes
gl_cv_func_isnanl_no_libm=yes
gl_cv_func_isnanl_works=no
gl_cv_func_iswcntrl_works=yes
gl_cv_func_ldexp_no_libm=yes
gl_cv_func_ldexpl_no_libm=yes
gl_cv_func_ldexpl_works=yes
gl_cv_func_lseek_pipe=yes
gl_cv_func_malloc_0_nonnull=1
gl_cv_func_malloc_posix=yes
gl_cv_func_mbrtowc_incomplete_state='guessing yes'
gl_cv_func_mbrtowc_nul_retval='guessing yes'
gl_cv_func_mbrtowc_null_arg='guessing yes'
gl_cv_func_mbrtowc_retval='guessing yes'
gl_cv_func_mbrtowc_sanitycheck='guessing yes'
gl_cv_func_open_slash=yes
gl_cv_func_posix_spawn_works=yes
gl_cv_func_printf_directive_a=yes
gl_cv_func_printf_directive_f=yes
gl_cv_func_printf_directive_ls=yes
gl_cv_func_printf_directive_n=yes
gl_cv_func_printf_enomem=yes
gl_cv_func_printf_flag_grouping=yes
gl_cv_func_printf_flag_leftadjust=yes
gl_cv_func_printf_flag_zero=yes
gl_cv_func_printf_infinite=yes
gl_cv_func_printf_infinite_long_double=no
gl_cv_func_printf_long_double=yes
gl_cv_func_printf_positions=yes
gl_cv_func_printf_precision=yes
gl_cv_func_printf_sizes_c99=yes
gl_cv_func_re_compile_pattern_working=yes
gl_cv_func_signbit=yes
gl_cv_func_signbit_gcc=yes
gl_cv_func_sigprocmask=1
gl_cv_func_snprintf_size1=yes
gl_cv_func_snprintf_usable=yes
gl_cv_func_strndup=yes
gl_cv_func_strstr_linear=no
gl_cv_func_strtod_works=yes
gl_cv_func_ungetc_works=yes
gl_cv_func_va_copy=yes
gl_cv_func_vasprintf_posix=no
gl_cv_func_wcrtomb_retval='guessing yes'
gl_cv_func_wctob_works='guessing yes'
gl_cv_func_working_mkstemp=yes
gl_cv_func_working_strerror=yes
gl_cv_func_working_strsignal=yes
gl_cv_have_include_next=yes
gl_cv_header_errno_h_complete=yes
gl_cv_header_inttypes_h=yes
gl_cv_header_math_huge_val_works=yes
gl_cv_header_math_nan_works=yes
gl_cv_header_stdint_h=yes
gl_cv_header_wchar_h_standalone=yes
gl_cv_header_working_fcntl_h=yes
gl_cv_header_working_stdint_h=yes
gl_cv_lib_sigsegv='no, consider installing GNU libsigsegv'
gl_cv_next_fcntl_h='<fcntl.h>'
gl_cv_next_math_h='<math.h>'
gl_cv_next_signal_h='<signal.h>'
gl_cv_next_spawn_h='<spawn.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_sys_time_h='<sys/time.h>'
gl_cv_next_sys_wait_h='<sys/wait.h>'
gl_cv_next_unistd_h='<unistd.h>'
gl_cv_next_wchar_h='<wchar.h>'
gl_cv_next_wctype_h='<wctype.h>'
gl_cv_rpl_alloca=yes
gl_cv_sigaltstack_low_base=yes
gl_cv_size_max=yes
gl_cv_sys_struct_timeval=yes
gl_cv_var_stdin_large_offset=yes
gt_cv_c_intmax_t=yes
gt_cv_c_wchar_t=yes
gt_cv_c_wint_t=yes
gt_cv_func_unsetenv_ret=int
gt_cv_locale_fr=none
gt_cv_locale_fr_utf8=none
gt_cv_locale_ja=none
gt_cv_locale_zh_CN=none
gt_cv_ssize_t=yes
gt_cv_var_environ_declaration=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /opt/m4-1.4.13/build-aux/missing --run aclocal-1.10b'
ALLOCA=''
ALLOCA_H='alloca.h'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /opt/m4-1.4.13/build-aux/missing --run tar'
AM_BACKSLASH='\'
APPLE_UNIVERSAL_BUILD='0'
AUTOCONF='${SHELL} /opt/m4-1.4.13/build-aux/missing --run autoconf'
AUTOHEADER='${SHELL} /opt/m4-1.4.13/build-aux/missing --run autoheader'
AUTOMAKE='${SHELL} /opt/m4-1.4.13/build-aux/missing --run automake-1.10b'
AWK='gawk'
BITSIZEOF_PTRDIFF_T=''
BITSIZEOF_SIG_ATOMIC_T=''
BITSIZEOF_SIZE_T=''
BITSIZEOF_WCHAR_T=''
BITSIZEOF_WINT_T=''
CC='gcc -std=gnu99'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EMULTIHOP_HIDDEN=''
EMULTIHOP_VALUE=''
ENOLINK_HIDDEN=''
ENOLINK_VALUE=''
EOVERFLOW_HIDDEN=''
EOVERFLOW_VALUE=''
ERRNO_H=''
EXEEXT=''
FCNTL_H='fcntl.h'
FLOAT_H=''
GETOPT_H=''
GLIBC21='yes'
GL_COND_LIBTOOL_FALSE=''
GL_COND_LIBTOOL_TRUE='#'
GNULIB_ATOLL='0'
GNULIB_BTOWC='1'
GNULIB_CALLOC_POSIX='0'
GNULIB_CEILF='0'
GNULIB_CEILL='0'
GNULIB_CHOWN='0'
GNULIB_CLOSE='0'
GNULIB_DPRINTF='0'
GNULIB_DUP2='0'
GNULIB_ENVIRON='1'
GNULIB_EUIDACCESS='0'
GNULIB_FCHDIR='0'
GNULIB_FCLOSE='0'
GNULIB_FFLUSH='1'
GNULIB_FLOORF='0'
GNULIB_FLOORL='0'
GNULIB_FOPEN='1'
GNULIB_FPRINTF='1'
GNULIB_FPRINTF_POSIX='0'
GNULIB_FPUTC='1'
GNULIB_FPUTS='1'
GNULIB_FREOPEN='0'
GNULIB_FREXP='1'
GNULIB_FREXPL='1'
GNULIB_FSEEK='0'
GNULIB_FSEEKO='1'
GNULIB_FSYNC='0'
GNULIB_FTELL='0'
GNULIB_FTELLO='1'
GNULIB_FTRUNCATE='0'
GNULIB_FWRITE='1'
GNULIB_GETCWD='0'
GNULIB_GETDELIM='0'
GNULIB_GETDOMAINNAME='0'
GNULIB_GETDTABLESIZE='1'
GNULIB_GETHOSTNAME='0'
GNULIB_GETLINE='0'
GNULIB_GETLOADAVG='0'
GNULIB_GETLOGIN_R='0'
GNULIB_GETPAGESIZE='0'
GNULIB_GETSUBOPT='0'
GNULIB_GETUSERSHELL='0'
GNULIB_ISFINITE='0'
GNULIB_ISINF='0'
GNULIB_ISNAN='0'
GNULIB_ISNAND='0'
GNULIB_ISNANF='0'
GNULIB_ISNANL='0'
GNULIB_LCHMOD='0'
GNULIB_LCHOWN='0'
GNULIB_LDEXPL='0'
GNULIB_LINK='0'
GNULIB_LSEEK='1'
GNULIB_LSTAT='1'
GNULIB_MALLOC_POSIX='1'
GNULIB_MATHL='0'
GNULIB_MBRLEN='0'
GNULIB_MBRTOWC='1'
GNULIB_MBSCASECMP='0'
GNULIB_MBSCASESTR='0'
GNULIB_MBSCHR='0'
GNULIB_MBSCSPN='0'
GNULIB_MBSINIT='1'
GNULIB_MBSLEN='0'
GNULIB_MBSNCASECMP='0'
GNULIB_MBSNLEN='0'
GNULIB_MBSNRTOWCS='0'
GNULIB_MBSPBRK='0'
GNULIB_MBSPCASECMP='0'
GNULIB_MBSRCHR='0'
GNULIB_MBSRTOWCS='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='1'
GNULIB_MKSTEMP='1'
GNULIB_OBSTACK_PRINTF='0'
GNULIB_OBSTACK_PRINTF_POSIX='0'
GNULIB_OPEN='1'
GNULIB_PERROR='0'
GNULIB_POSIX_SPAWN='0'
GNULIB_POSIX_SPAWNATTR_DESTROY='1'
GNULIB_POSIX_SPAWNATTR_GETFLAGS='0'
GNULIB_POSIX_SPAWNATTR_GETPGROUP='0'
GNULIB_POSIX_SPAWNATTR_GETSCHEDPARAM='0'
GNULIB_POSIX_SPAWNATTR_GETSCHEDPOLICY='0'
GNULIB_POSIX_SPAWNATTR_GETSIGDEFAULT='0'
GNULIB_POSIX_SPAWNATTR_GETSIGMASK='0'
GNULIB_POSIX_SPAWNATTR_INIT='1'
GNULIB_POSIX_SPAWNATTR_SETFLAGS='1'
GNULIB_POSIX_SPAWNATTR_SETPGROUP='0'
GNULIB_POSIX_SPAWNATTR_SETSCHEDPARAM='0'
GNULIB_POSIX_SPAWNATTR_SETSCHEDPOLICY='0'
GNULIB_POSIX_SPAWNATTR_SETSIGDEFAULT='0'
GNULIB_POSIX_SPAWNATTR_SETSIGMASK='1'
GNULIB_POSIX_SPAWNP='1'
GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE='1'
GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2='1'
GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN='1'
GNULIB_POSIX_SPAWN_FILE_ACTIONS_DESTROY='1'
GNULIB_POSIX_SPAWN_FILE_ACTIONS_INIT='1'
GNULIB_PRINTF='1'
GNULIB_PRINTF_POSIX='0'
GNULIB_PUTC='1'
GNULIB_PUTCHAR='1'
GNULIB_PUTENV='0'
GNULIB_PUTS='1'
GNULIB_RANDOM_R='0'
GNULIB_RAWMEMCHR='1'
GNULIB_READLINK='0'
GNULIB_REALLOC_POSIX='0'
GNULIB_ROUND='0'
GNULIB_ROUNDF='0'
GNULIB_ROUNDL='0'
GNULIB_RPMATCH='0'
GNULIB_SETENV='1'
GNULIB_SIGACTION='1'
GNULIB_SIGNAL_H_SIGPIPE='0'
GNULIB_SIGNBIT='1'
GNULIB_SIGPROCMASK='1'
GNULIB_SLEEP='0'
GNULIB_SNPRINTF='1'
GNULIB_SPRINTF_POSIX='0'
GNULIB_STDIO_H_SIGPIPE='0'
GNULIB_STPCPY='0'
GNULIB_STPNCPY='0'
GNULIB_STRCASESTR='0'
GNULIB_STRCHRNUL='1'
GNULIB_STRDUP='0'
GNULIB_STRERROR='1'
GNULIB_STRNDUP='1'
GNULIB_STRNLEN='1'
GNULIB_STRPBRK='0'
GNULIB_STRSEP='0'
GNULIB_STRSIGNAL='1'
GNULIB_STRSTR='1'
GNULIB_STRTOD='1'
GNULIB_STRTOK_R='0'
GNULIB_STRTOLL='0'
GNULIB_STRTOULL='0'
GNULIB_STRVERSCMP='0'
GNULIB_TRUNC='0'
GNULIB_TRUNCF='0'
GNULIB_TRUNCL='0'
GNULIB_UNISTD_H_SIGPIPE='0'
GNULIB_UNSETENV='1'
GNULIB_VASPRINTF='1'
GNULIB_VDPRINTF='0'
GNULIB_VFPRINTF='1'
GNULIB_VFPRINTF_POSIX='0'
GNULIB_VPRINTF='1'
GNULIB_VPRINTF_POSIX='0'
GNULIB_VSNPRINTF='0'
GNULIB_VSPRINTF_POSIX='0'
GNULIB_WCRTOMB='1'
GNULIB_WCSNRTOMBS='0'
GNULIB_WCSRTOMBS='0'
GNULIB_WCTOB='1'
GNULIB_WCWIDTH='0'
GNULIB_WRITE='0'
GREP='/bin/grep'
HAVE_ATOLL='1'
HAVE_BTOWC='1'
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='1'
HAVE_DECL_GETLINE='1'
HAVE_DECL_GETLOADAVG='1'
HAVE_DECL_GETLOGIN_R='1'
HAVE_DECL_LDEXPL='1'
HAVE_DECL_LOGL='1'
HAVE_DECL_MEMMEM='1'
HAVE_DECL_MEMRCHR='1'
HAVE_DECL_OBSTACK_PRINTF='1'
HAVE_DECL_SINL='1'
HAVE_DECL_SNPRINTF='1'
HAVE_DECL_SQRTL='1'
HAVE_DECL_STRDUP='1'
HAVE_DECL_STRERROR='1'
HAVE_DECL_STRNDUP='1'
HAVE_DECL_STRNLEN='1'
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_WCTOB='1'
HAVE_DECL_WCWIDTH='1'
HAVE_DPRINTF='1'
HAVE_DUP2='1'
HAVE_EUIDACCESS='1'
HAVE_FSEEKO='1'
HAVE_FSYNC='1'
HAVE_FTELLO='1'
HAVE_FTRUNCATE='1'
HAVE_GETDOMAINNAME='1'
HAVE_GETDTABLESIZE='1'
HAVE_GETHOSTNAME='1'
HAVE_GETPAGESIZE='1'
HAVE_GETSUBOPT='1'
HAVE_GETUSERSHELL='1'
HAVE_INTTYPES_H='1'
HAVE_ISNAND='1'
HAVE_ISNANF='1'
HAVE_ISNANL='1'
HAVE_ISWCNTRL='1'
HAVE_LCHMOD='1'
HAVE_LINK='1'
HAVE_LONG_LONG_INT='1'
HAVE_LSTAT='1'
HAVE_MALLOC_POSIX='1'
HAVE_MBRLEN='1'
HAVE_MBRTOWC='1'
HAVE_MBSINIT='1'
HAVE_MBSNRTOWCS='1'
HAVE_MBSRTOWCS='1'
HAVE_MEMPCPY='1'
HAVE_MKDTEMP='1'
HAVE_OS_H='0'
HAVE_POSIX_SIGNALBLOCKING='1'
HAVE_POSIX_SPAWN='1'
HAVE_RANDOM_H='0'
HAVE_RANDOM_R='1'
HAVE_RAWMEMCHR='1'
HAVE_READLINK='1'
HAVE_REALLOC_POSIX='1'
HAVE_RPMATCH='1'
HAVE_SCHED_H=''
HAVE_SETENV='1'
HAVE_SIGACTION='1'
HAVE_SIGINFO_T='1'
HAVE_SIGNED_SIG_ATOMIC_T=''
HAVE_SIGNED_WCHAR_T=''
HAVE_SIGNED_WINT_T=''
HAVE_SIGSET_T='1'
HAVE_SLEEP='1'
HAVE_SPAWN_H='1'
HAVE_STDINT_H='1'
HAVE_STPCPY='1'
HAVE_STPNCPY='1'
HAVE_STRCASESTR='1'
HAVE_STRCHRNUL='1'
HAVE_STRNDUP='1'
HAVE_STRPBRK='1'
HAVE_STRSEP='1'
HAVE_STRTOD='1'
HAVE_STRTOLL='1'
HAVE_STRTOULL='1'
HAVE_STRUCT_RANDOM_DATA='1'
HAVE_STRUCT_SCHED_PARAM=''
HAVE_STRUCT_SIGACTION_SA_SIGACTION='1'
HAVE_STRUCT_TIMEVAL='1'
HAVE_STRVERSCMP='1'
HAVE_SYS_BITYPES_H=''
HAVE_SYS_INTTYPES_H=''
HAVE_SYS_LOADAVG_H='0'
HAVE_SYS_PARAM_H='0'
HAVE_SYS_TIME_H='1'
HAVE_SYS_TYPES_H='1'
HAVE_TYPE_VOLATILE_SIG_ATOMIC_T='1'
HAVE_UNISTD_H='1'
HAVE_UNSETENV='1'
HAVE_UNSIGNED_LONG_LONG_INT='1'
HAVE_VASPRINTF='1'
HAVE_VDPRINTF='1'
HAVE_WCHAR_H='1'
HAVE_WCRTOMB='1'
HAVE_WCSNRTOMBS='1'
HAVE_WCSRTOMBS='1'
HAVE_WCTYPE_H='1'
HAVE_WINT_T='1'
HAVE__BOOL='1'
INCLUDE_NEXT='include_next'
INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LIBCSTACK=''
LIBINTL=''
LIBM4_LIBDEPS=''
LIBM4_LTLIBDEPS=''
LIBMULTITHREAD=''
LIBOBJS=''
LIBPTH=''
LIBPTH_PREFIX=''
LIBS=''
LIBSIGSEGV=''
LIBTESTS_LIBDEPS=''
LIBTHREAD=''
LOCALCHARSET_TESTS_ENVIRONMENT='CHARSETALIASDIR="$(top_builddir)/lib"'
LOCALE_FR='none'
LOCALE_FR_UTF8='none'
LOCALE_JA='none'
LOCALE_ZH_CN='none'
LTLIBCSTACK=''
LTLIBINTL=''
LTLIBMULTITHREAD=''
LTLIBOBJS=''
LTLIBPTH=''
LTLIBSIGSEGV=''
LTLIBTHREAD=''
M4_LIBOBJS=' asnprintf.o asprintf.o basename.o cloexec.o close-stream.o closein.o closeout.o dirname.o dup-safer.o exitfail.o fd-safer.o fflush.o filenamecat.o fopen-safer.o fseeko.o isnanl.o mkstemp-safer.o pipe-safer.o printf-args.o printf-parse.o quotearg.o stripslash.o strstr.o tempname.o vasnprintf.o vasprintf.o xmalloc.o'
M4_LTLIBOBJS=' asnprintf.lo asprintf.lo basename.lo cloexec.lo close-stream.lo closein.lo closeout.lo dirname.lo dup-safer.lo exitfail.lo fd-safer.lo fflush.lo filenamecat.lo fopen-safer.lo fseeko.lo isnanl.lo mkstemp-safer.lo pipe-safer.lo printf-args.lo printf-parse.lo quotearg.lo stripslash.lo strstr.lo tempname.lo vasnprintf.lo vasprintf.lo xmalloc.lo'
M4tests_LIBOBJS=''
M4tests_LTLIBOBJS=''
MAKEINFO='${SHELL} /opt/m4-1.4.13/build-aux/missing --run makeinfo'
MKDIR_P='/bin/mkdir -p'
NEXT_ERRNO_H=''
NEXT_FCNTL_H='<fcntl.h>'
NEXT_FLOAT_H=''
NEXT_MATH_H='<math.h>'
NEXT_SCHED_H=''
NEXT_SIGNAL_H='<signal.h>'
NEXT_SPAWN_H='<spawn.h>'
NEXT_STDARG_H='<stdarg.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_SYS_TIME_H='<sys/time.h>'
NEXT_SYS_WAIT_H='<sys/wait.h>'
NEXT_UNISTD_H='<unistd.h>'
NEXT_WCHAR_H='<wchar.h>'
NEXT_WCTYPE_H='<wctype.h>'
OBJEXT='o'
PACKAGE='m4'
PACKAGE_BUGREPORT='bug-m4@gnu.org'
PACKAGE_NAME='GNU M4'
PACKAGE_STRING='GNU M4 1.4.13'
PACKAGE_TARNAME='m4'
PACKAGE_URL='http://www.gnu.org/software/m4/'
PACKAGE_VERSION='1.4.13'
PATH_SEPARATOR=':'
POSIX_SPAWN_PORTED_FALSE='#'
POSIX_SPAWN_PORTED_TRUE=''
POW_LIB=''
PRAGMA_SYSTEM_HEADER='#pragma GCC system_header'
PTRDIFF_T_SUFFIX=''
RANLIB='ranlib'
REPLACE_BTOWC='0'
REPLACE_CEILF='0'
REPLACE_CEILL='0'
REPLACE_CHOWN='0'
REPLACE_CLOSE='0'
REPLACE_DPRINTF='0'
REPLACE_FCHDIR='0'
REPLACE_FCLOSE='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='0'
REPLACE_GETPAGESIZE='0'
REPLACE_GETTIMEOFDAY='0'
REPLACE_HUGE_VAL='0'
REPLACE_ISFINITE='0'
REPLACE_ISINF='0'
REPLACE_ISNAN='0'
REPLACE_ISWCNTRL='0'
REPLACE_LCHOWN='0'
REPLACE_LDEXPL='0'
REPLACE_LSEEK='0'
REPLACE_LSTAT='0'
REPLACE_MBRLEN='0'
REPLACE_MBRTOWC='0'
REPLACE_MBSINIT='0'
REPLACE_MBSNRTOWCS='0'
REPLACE_MBSRTOWCS='0'
REPLACE_MBSTATE_T='0'
REPLACE_MEMMEM='0'
REPLACE_MKDIR='0'
REPLACE_MKSTEMP='0'
REPLACE_NAN='0'
REPLACE_OBSTACK_PRINTF='0'
REPLACE_OPEN='0'
REPLACE_PERROR='0'
REPLACE_POSIX_SPAWN='0'
REPLACE_PRINTF='0'
REPLACE_PUTENV='0'
REPLACE_ROUND='0'
REPLACE_ROUNDF='0'
REPLACE_ROUNDL='0'
REPLACE_SIGNBIT='0'
REPLACE_SIGNBIT_USING_GCC='1'
REPLACE_SNPRINTF='0'
REPLACE_SPRINTF='0'
REPLACE_STDIO_WRITE_FUNCS='0'
REPLACE_STRCASESTR='0'
REPLACE_STRDUP='0'
REPLACE_STRERROR='0'
REPLACE_STRSIGNAL='0'
REPLACE_STRSTR='1'
REPLACE_STRTOD='0'
REPLACE_TRUNCL='0'
REPLACE_VASPRINTF='1'
REPLACE_VDPRINTF='0'
REPLACE_VFPRINTF='0'
REPLACE_VPRINTF='0'
REPLACE_VSNPRINTF='0'
REPLACE_VSPRINTF='0'
REPLACE_WCRTOMB='0'
REPLACE_WCSRTOMBS='0'
REPLACE_WCTOB='0'
REPLACE_WCWIDTH='0'
REPLACE_WRITE='0'
SCHED_H=''
SET_MAKE=''
SHELL='/bin/bash'
SIG_ATOMIC_T_SUFFIX=''
SIZE_T_SUFFIX=''
SPAWN_H=''
STDARG_H=''
STDBOOL_H=''
STDINT_H=''
STRIP=''
SYS_STAT_H='sys/stat.h'
SYS_TIME_H=''
SYS_WAIT_H='sys/wait.h'
UNISTD_H_HAVE_WINSOCK2_H='0'
VERSION='1.4.13'
VOID_UNSETENV='0'
WCHAR_H=''
WCHAR_T_SUFFIX=''
WCTYPE_H=''
WINT_T_SUFFIX=''
ac_ct_CC='gcc'
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='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /opt/m4-1.4.13/build-aux/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "GNU M4"
#define PACKAGE_TARNAME "m4"
#define PACKAGE_VERSION "1.4.13"
#define PACKAGE_STRING "GNU M4 1.4.13"
#define PACKAGE_BUGREPORT "bug-m4@gnu.org"
#define PACKAGE_URL "http://www.gnu.org/software/m4/"
#define PACKAGE "m4"
#define VERSION "1.4.13"
#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_LONG_LONG_INT 1
#define HAVE_UNSIGNED_LONG_LONG_INT 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_BTOWC 1
#define HAVE_SETRLIMIT 1
#define HAVE_SIGALTSTACK 1
#define HAVE_MEMPCPY 1
#define HAVE___FPENDING 1
#define HAVE___FPURGE 1
#define HAVE___FREADING 1
#define HAVE_GETDTABLESIZE 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_LSTAT 1
#define HAVE_MBSINIT 1
#define HAVE_MBRTOWC 1
#define HAVE_PATHCONF 1
#define HAVE_POSIX_SPAWN 1
#define HAVE_ISBLANK 1
#define HAVE_ISWCTYPE 1
#define HAVE_WCSCOLL 1
#define HAVE_SIGACTION 1
#define HAVE_SIGINTERRUPT 1
#define HAVE_PIPE 1
#define HAVE_WCRTOMB 1
#define HAVE_ISWCNTRL 1
#define HAVE_SETENV 1
#define HAVE_WCTOB 1
#define HAVE_LANGINFO_CODESET 1
#define HAVE_UCONTEXT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_ERRNO_H 1
#define HAVE_FCNTL_H 1
#define HAVE_FLOAT_H 1
#define HAVE_STDIO_EXT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_MATH_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_LOCALE_H 1
#define HAVE_SCHED_H 1
#define HAVE_SIGNAL_H 1
#define HAVE_SPAWN_H 1
#define HAVE_STDARG_H 1
#define HAVE_STDINT_H 1
#define HAVE_WCHAR_H 1
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_WCTYPE_H 1
#define FAULT_YIELDS_SIGBUS 0
#define HAVE_STACK_OVERFLOW_HANDLING 1
#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 STRERROR_R_CHAR_P 1
#define HAVE_SIG_ATOMIC_T 1
#define HAVE_GETOPT_H 1
#define HAVE_GETOPT_LONG_ONLY 1
#define HAVE_DECL_GETENV 1
#define restrict __restrict
#define FLT_EXPBIT0_WORD 0
#define FLT_EXPBIT0_BIT 23
#define HAVE_DECL_GETC_UNLOCKED 1
#define HAVE_STDLIB_H 1
#define MALLOC_0_IS_NONNULL 1
#define HAVE_MBSTATE_T 1
#define _FILE_OFFSET_BITS 64
#define HAVE_DECL_SNPRINTF 1
#define HAVE__BOOL 1
#define HAVE_STDBOOL_H 1
#define HAVE_DECL_STRNDUP 1
#define HAVE_DECL_STRNLEN 1
#define HAVE_DECL_STRSIGNAL 1
#define HAVE_DECL_SYS_SIGLIST 1
#define HAVE_DECL_CLEARERR_UNLOCKED 1
#define HAVE_DECL_FEOF_UNLOCKED 1
#define HAVE_DECL_FERROR_UNLOCKED 1
#define HAVE_DECL_FFLUSH_UNLOCKED 1
#define HAVE_DECL_FGETS_UNLOCKED 1
#define HAVE_DECL_FPUTC_UNLOCKED 1
#define HAVE_DECL_FPUTS_UNLOCKED 1
#define HAVE_DECL_FREAD_UNLOCKED 1
#define HAVE_DECL_FWRITE_UNLOCKED 1
#define HAVE_DECL_GETCHAR_UNLOCKED 1
#define HAVE_DECL_PUTC_UNLOCKED 1
#define HAVE_DECL_PUTCHAR_UNLOCKED 1
#define HAVE_WCHAR_T 1
#define HAVE_WINT_T 1
#define HAVE_INTTYPES_H_WITH_UINTMAX 1
#define HAVE_STDINT_H_WITH_UINTMAX 1
#define HAVE_INTMAX_T 1
#define CHECK_PRINTF_SAFE 1
#define HAVE_DECL_ALARM 1
#define HAVE_ALLOCA 1
#define HAVE_DECL_SIGALTSTACK 1
#define HAVE_STACK_T 1
#define SIGNAL_SAFE_LIST 1
#define GNULIB_CLOSE_STREAM 1
#define HAVE_ENVIRON_DECL 1
#define HAVE_WORKING_O_NOATIME 1
#define HAVE_WORKING_O_NOFOLLOW 1
#define GNULIB_FOPEN_SAFER 1
#define HAVE_DECL___FPENDING 1
#define HAVE_DECL_FPURGE 0
#define HAVE_FREXP_IN_LIBC 1
#define HAVE_FREXPL_IN_LIBC 1
#define HAVE_INLINE 1
#define HAVE_ISNAND_IN_LIBC 1
#define HAVE_ISNANF_IN_LIBC 1
#define LDBL_EXPBIT0_WORD 2
#define LDBL_EXPBIT0_BIT 0
#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
#define HAVE_STDLIB_H 1
#define HAVE_MALLOC 1
#define GNULIB_MALLOC_GNU 1
#define HAVE_MALLOC_POSIX 1
#define HAVE_MKDTEMP 1
#define HAVE_OBSTACK 1
#define GNULIB_OPEN 1
#define HAVE_FREXP_IN_LIBC 1
#define HAVE_LDEXP_IN_LIBC 1
#define HAVE_FREXPL_IN_LIBC 1
#define HAVE_LDEXPL_IN_LIBC 1
#define HAVE_RAWMEMCHR 1
#define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
#define HAVE_STDINT_H 1
#define HAVE_SNPRINTF 1
#define HAVE_STRUCT_RANDOM_DATA 1
#define HAVE_STRCHRNUL 1
#define HAVE_STRNDUP 1
#define HAVE_STRSIGNAL 1
#define HAVE_STRTOL 1
#define HAVE___SECURE_GETENV 1
#define USE_UNLOCKED_IO 1
#define HAVE_SNPRINTF 1
#define HAVE_STRNLEN 1
#define HAVE_WCSLEN 1
#define HAVE_WCSNLEN 1
#define HAVE_MBRTOWC 1
#define HAVE_WCRTOMB 1
#define HAVE_DECL__SNPRINTF 0
#define HAVE_VASPRINTF 1
#define HAVE_VASPRINTF 1
#define NEED_PRINTF_INFINITE_LONG_DOUBLE 1
#define HAVE_SNPRINTF 1
#define HAVE_STRNLEN 1
#define HAVE_WCSLEN 1
#define HAVE_WCSNLEN 1
#define HAVE_MBRTOWC 1
#define HAVE_WCRTOMB 1
#define HAVE_DECL__SNPRINTF 0
#define HAVE_WAITID 1
#define HAVE_STDINT_H 1
#define DBL_EXPBIT0_WORD 1
#define DBL_EXPBIT0_BIT 20
#define FLT_EXPBIT0_WORD 0
#define FLT_EXPBIT0_BIT 23
#define LDBL_EXPBIT0_WORD 2
#define LDBL_EXPBIT0_BIT 0
#define HAVE_WCHAR_T 1
#define HAVE_WINT_T 1
#define HAVE_UNSETENV 1
#define HAVE_DECL_WCTOB 1
#define RENAME_OPEN_FILE_WORKS 1
#define SYSCMD_SHELL "/bin/sh"
configure: exit 0