This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by acpid configure 2.0.23, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure --sbindir=/usr/bin --prefix=/usr --sysconfdir=/etc --localstatedir=/var --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --build=i686-uhu-linux --host=i686-uhu-linux --disable-static CFLAGS=-O2 -march=i686 -mtune=generic ## --------- ## ## Platform. ## ## --------- ## hostname = vasdarab.uhu uname -m = i686 uname -r = 3.15.0-rc8-2.i386 uname -s = Linux uname -v = #2 SMP Thu Jun 5 11:08:29 UTC 2014 /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/lib/uhubuild PATH: /usr/lib/ccache PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /usr/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2259: checking for a BSD-compatible install configure:2327: result: /bin/install -c configure:2338: checking whether build environment is sane configure:2393: result: yes configure:2544: checking for a thread-safe mkdir -p configure:2583: result: /bin/mkdir -p configure:2590: checking for gawk configure:2606: found /bin/gawk configure:2617: result: gawk configure:2628: checking whether make sets $(MAKE) configure:2650: result: yes configure:2679: checking whether make supports nested variables configure:2696: result: yes configure:2775: checking how to create a pax tar archive configure:2786: tar --version tar (GNU tar) 1.27.1 Copyright (C) 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by John Gilmore and Jay Fenlason. configure:2789: $? = 0 configure:2829: tardir=conftest.dir && eval tar --format=posix -chf - "$tardir" >conftest.tar configure:2832: $? = 0 configure:2836: tar -xf - &5 i686-uhu-linux-gcc (GCC) 4.8.3 Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3398: $? = 0 configure:3387: i686-uhu-linux-gcc -v >&5 Using built-in specs. COLLECT_GCC=i686-uhu-linux-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-uhu-linux/4.8.3/lto-wrapper Target: i686-uhu-linux Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --build=i686-uhu-linux --host=i686-uhu-linux --target=i686-uhu-linux --enable-languages=c,c++,objc,java,fortran --enable-shared --enable-targets=all --disable-multilib --with-gnu-as --with-gnu-ld --with-system-zlib --with-arch-32=i686 --with-arch-64=core2 --with-cpu-32=i686 --with-cpu-64=core2 --with-tune=generic Thread model: posix gcc version 4.8.3 (GCC) configure:3398: $? = 0 configure:3387: i686-uhu-linux-gcc -V >&5 i686-uhu-linux-gcc: error: unrecognized command line option '-V' i686-uhu-linux-gcc: fatal error: no input files compilation terminated. configure:3398: $? = 1 configure:3387: i686-uhu-linux-gcc -qversion >&5 i686-uhu-linux-gcc: error: unrecognized command line option '-qversion' i686-uhu-linux-gcc: fatal error: no input files compilation terminated. configure:3398: $? = 1 configure:3418: checking whether the C compiler works configure:3440: i686-uhu-linux-gcc -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3444: $? = 0 configure:3492: result: yes configure:3495: checking for C compiler default output file name configure:3497: result: a.out configure:3503: checking for suffix of executables configure:3510: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3514: $? = 0 configure:3536: result: configure:3558: checking whether we are cross compiling configure:3566: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3570: $? = 0 configure:3577: ./conftest configure:3581: $? = 0 configure:3596: result: no configure:3601: checking for suffix of object files configure:3623: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3627: $? = 0 configure:3648: result: o configure:3652: checking whether we are using the GNU C compiler configure:3671: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3671: $? = 0 configure:3680: result: yes configure:3689: checking whether i686-uhu-linux-gcc accepts -g configure:3709: i686-uhu-linux-gcc -c -g conftest.c >&5 configure:3709: $? = 0 configure:3750: result: yes configure:3767: checking for i686-uhu-linux-gcc option to accept ISO C89 configure:3830: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3830: $? = 0 configure:3843: result: none needed configure:3868: checking whether i686-uhu-linux-gcc understands -c and -o together configure:3890: i686-uhu-linux-gcc -c conftest.c -o conftest2.o configure:3893: $? = 0 configure:3890: i686-uhu-linux-gcc -c conftest.c -o conftest2.o configure:3893: $? = 0 configure:3905: result: yes configure:3924: checking dependency style of i686-uhu-linux-gcc configure:4035: result: gcc3 configure:4054: checking for i686-uhu-linux-gcc option to accept ISO C99 configure:4203: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:61:29: error: expected ';', ',' or ')' before 'text' test_restrict (ccp restrict text) ^ conftest.c: In function 'main': conftest.c:115:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' char *restrict newvar = "Another string"; ^ conftest.c:115:18: error: 'newvar' undeclared (first use in this function) conftest.c:115:18: note: each undeclared identifier is reported only once for each function it appears in conftest.c:125:3: error: 'for' loop initial declarations are only allowed in C99 mode for (int i = 0; i < ia->datasize; ++i) ^ conftest.c:125:3: note: use option -std=c99 or -std=gnu99 to compile your code configure:4203: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "acpid" | #define PACKAGE_TARNAME "acpid" | #define PACKAGE_VERSION "2.0.23" | #define PACKAGE_STRING "acpid 2.0.23" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "acpid" | #define VERSION "2.0.23" | /* end confdefs.h. */ | #include | #include | #include | #include | #include | | // 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:4203: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4203: $? = 0 configure:4223: result: -std=gnu99 configure:4324: checking for i686-uhu-linux-gcc -std=gnu99 option to accept ISO Standard C configure:4338: result: -std=gnu99 configure:4349: checking how to run the C preprocessor configure:4380: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:4380: $? = 0 configure:4394: i686-uhu-linux-gcc -std=gnu99 -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:4394: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "acpid" | #define PACKAGE_TARNAME "acpid" | #define PACKAGE_VERSION "2.0.23" | #define PACKAGE_STRING "acpid 2.0.23" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "acpid" | #define VERSION "2.0.23" | /* end confdefs.h. */ | #include configure:4419: result: i686-uhu-linux-gcc -std=gnu99 -E configure:4439: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:4439: $? = 0 configure:4453: i686-uhu-linux-gcc -std=gnu99 -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:4453: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "acpid" | #define PACKAGE_TARNAME "acpid" | #define PACKAGE_VERSION "2.0.23" | #define PACKAGE_STRING "acpid 2.0.23" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "acpid" | #define VERSION "2.0.23" | /* end confdefs.h. */ | #include configure:4482: checking for grep that handles long lines and -e configure:4540: result: /bin/grep configure:4545: checking for egrep configure:4607: result: /bin/grep -E configure:4612: checking for ANSI C header files configure:4632: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4632: $? = 0 configure:4705: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4705: $? = 0 configure:4705: ./conftest configure:4705: $? = 0 configure:4716: result: yes configure:4729: checking for sys/types.h configure:4729: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4729: $? = 0 configure:4729: result: yes configure:4729: checking for sys/stat.h configure:4729: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4729: $? = 0 configure:4729: result: yes configure:4729: checking for stdlib.h configure:4729: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4729: $? = 0 configure:4729: result: yes configure:4729: checking for string.h configure:4729: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4729: $? = 0 configure:4729: result: yes configure:4729: checking for memory.h configure:4729: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4729: $? = 0 configure:4729: result: yes configure:4729: checking for strings.h configure:4729: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4729: $? = 0 configure:4729: result: yes configure:4729: checking for inttypes.h configure:4729: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4729: $? = 0 configure:4729: result: yes configure:4729: checking for stdint.h configure:4729: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4729: $? = 0 configure:4729: result: yes configure:4729: checking for unistd.h configure:4729: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4729: $? = 0 configure:4729: result: yes configure:4742: checking minix/config.h usability configure:4742: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:54:26: fatal error: minix/config.h: No such file or directory #include ^ compilation terminated. configure:4742: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "acpid" | #define PACKAGE_TARNAME "acpid" | #define PACKAGE_VERSION "2.0.23" | #define PACKAGE_STRING "acpid 2.0.23" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "acpid" | #define VERSION "2.0.23" | #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 | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:4742: result: no configure:4742: checking minix/config.h presence configure:4742: i686-uhu-linux-gcc -std=gnu99 -E conftest.c conftest.c:21:26: fatal error: minix/config.h: No such file or directory #include ^ compilation terminated. configure:4742: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "acpid" | #define PACKAGE_TARNAME "acpid" | #define PACKAGE_VERSION "2.0.23" | #define PACKAGE_STRING "acpid 2.0.23" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "acpid" | #define VERSION "2.0.23" | #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 configure:4742: result: no configure:4742: checking for minix/config.h configure:4742: result: no configure:4763: checking whether it is safe to define __EXTENSIONS__ configure:4781: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4781: $? = 0 configure:4788: result: yes configure:4809: checking for special C compiler options needed for large files configure:4854: result: no configure:4860: checking for _FILE_OFFSET_BITS value needed for large files configure:4885: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:32:7: error: size of array 'off_t_is_large' is negative int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 ^ configure:4885: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "acpid" | #define PACKAGE_TARNAME "acpid" | #define PACKAGE_VERSION "2.0.23" | #define PACKAGE_STRING "acpid 2.0.23" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "acpid" | #define VERSION "2.0.23" | #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 | /* end confdefs.h. */ | #include | /* 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 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:4909: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4909: $? = 0 configure:4917: result: 64 configure:5003: checking whether make sets $(MAKE) configure:5025: result: yes configure:5041: checking arpa/inet.h usability configure:5041: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5041: $? = 0 configure:5041: result: yes configure:5041: checking arpa/inet.h presence configure:5041: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:5041: $? = 0 configure:5041: result: yes configure:5041: checking for arpa/inet.h configure:5041: result: yes configure:5041: checking fcntl.h usability configure:5041: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5041: $? = 0 configure:5041: result: yes configure:5041: checking fcntl.h presence configure:5041: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:5041: $? = 0 configure:5041: result: yes configure:5041: checking for fcntl.h configure:5041: result: yes configure:5041: checking malloc.h usability configure:5041: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5041: $? = 0 configure:5041: result: yes configure:5041: checking malloc.h presence configure:5041: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:5041: $? = 0 configure:5041: result: yes configure:5041: checking for malloc.h configure:5041: result: yes configure:5041: checking netinet/in.h usability configure:5041: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5041: $? = 0 configure:5041: result: yes configure:5041: checking netinet/in.h presence configure:5041: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:5041: $? = 0 configure:5041: result: yes configure:5041: checking for netinet/in.h configure:5041: result: yes configure:5041: checking for stdlib.h configure:5041: result: yes configure:5041: checking for string.h configure:5041: result: yes configure:5041: checking sys/ioctl.h usability configure:5041: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5041: $? = 0 configure:5041: result: yes configure:5041: checking sys/ioctl.h presence configure:5041: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:5041: $? = 0 configure:5041: result: yes configure:5041: checking for sys/ioctl.h configure:5041: result: yes configure:5041: checking sys/socket.h usability configure:5041: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5041: $? = 0 configure:5041: result: yes configure:5041: checking sys/socket.h presence configure:5041: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:5041: $? = 0 configure:5041: result: yes configure:5041: checking for sys/socket.h configure:5041: result: yes configure:5041: checking syslog.h usability configure:5041: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5041: $? = 0 configure:5041: result: yes configure:5041: checking syslog.h presence configure:5041: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:5041: $? = 0 configure:5041: result: yes configure:5041: checking for syslog.h configure:5041: result: yes configure:5041: checking for unistd.h configure:5041: result: yes configure:5053: checking for mode_t configure:5053: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5053: $? = 0 configure:5053: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:73:21: error: expected expression before ')' token if (sizeof ((mode_t))) ^ configure:5053: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "acpid" | #define PACKAGE_TARNAME "acpid" | #define PACKAGE_VERSION "2.0.23" | #define PACKAGE_STRING "acpid 2.0.23" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "acpid" | #define VERSION "2.0.23" | #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 _FILE_OFFSET_BITS 64 | #define HAVE_ARPA_INET_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((mode_t))) | return 0; | ; | return 0; | } configure:5053: result: yes configure:5064: checking for pid_t configure:5064: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5064: $? = 0 configure:5064: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:73:20: error: expected expression before ')' token if (sizeof ((pid_t))) ^ configure:5064: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "acpid" | #define PACKAGE_TARNAME "acpid" | #define PACKAGE_VERSION "2.0.23" | #define PACKAGE_STRING "acpid 2.0.23" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "acpid" | #define VERSION "2.0.23" | #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 _FILE_OFFSET_BITS 64 | #define HAVE_ARPA_INET_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((pid_t))) | return 0; | ; | return 0; | } configure:5064: result: yes configure:5075: checking for size_t configure:5075: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5075: $? = 0 configure:5075: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:73:21: error: expected expression before ')' token if (sizeof ((size_t))) ^ configure:5075: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "acpid" | #define PACKAGE_TARNAME "acpid" | #define PACKAGE_VERSION "2.0.23" | #define PACKAGE_STRING "acpid 2.0.23" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "acpid" | #define VERSION "2.0.23" | #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 _FILE_OFFSET_BITS 64 | #define HAVE_ARPA_INET_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((size_t))) | return 0; | ; | return 0; | } configure:5075: result: yes configure:5086: checking for ssize_t configure:5086: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5086: $? = 0 configure:5086: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:73:22: error: expected expression before ')' token if (sizeof ((ssize_t))) ^ configure:5086: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "acpid" | #define PACKAGE_TARNAME "acpid" | #define PACKAGE_VERSION "2.0.23" | #define PACKAGE_STRING "acpid 2.0.23" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "acpid" | #define VERSION "2.0.23" | #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 _FILE_OFFSET_BITS 64 | #define HAVE_ARPA_INET_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((ssize_t))) | return 0; | ; | return 0; | } configure:5086: result: yes configure:5101: checking vfork.h usability configure:5101: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:70:19: fatal error: vfork.h: No such file or directory #include ^ compilation terminated. configure:5101: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "acpid" | #define PACKAGE_TARNAME "acpid" | #define PACKAGE_VERSION "2.0.23" | #define PACKAGE_STRING "acpid 2.0.23" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "acpid" | #define VERSION "2.0.23" | #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 _FILE_OFFSET_BITS 64 | #define HAVE_ARPA_INET_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:5101: result: no configure:5101: checking vfork.h presence configure:5101: i686-uhu-linux-gcc -std=gnu99 -E conftest.c conftest.c:37:19: fatal error: vfork.h: No such file or directory #include ^ compilation terminated. configure:5101: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "acpid" | #define PACKAGE_TARNAME "acpid" | #define PACKAGE_VERSION "2.0.23" | #define PACKAGE_STRING "acpid 2.0.23" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "acpid" | #define VERSION "2.0.23" | #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 _FILE_OFFSET_BITS 64 | #define HAVE_ARPA_INET_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include configure:5101: result: no configure:5101: checking for vfork.h configure:5101: result: no configure:5114: checking for fork configure:5114: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:60:6: warning: conflicting types for built-in function 'fork' [enabled by default] char fork (); ^ configure:5114: $? = 0 configure:5114: result: yes configure:5114: checking for vfork configure:5114: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5114: $? = 0 configure:5114: result: yes configure:5124: checking for working fork configure:5146: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5146: $? = 0 configure:5146: ./conftest configure:5146: $? = 0 configure:5156: result: yes configure:5177: checking for working vfork configure:5287: result: yes configure:5314: checking for stdlib.h configure:5314: result: yes configure:5324: checking for GNU libc compatible malloc configure:5348: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5348: $? = 0 configure:5348: ./conftest configure:5348: $? = 0 configure:5358: result: yes configure:5381: checking for stdlib.h configure:5381: result: yes configure:5391: checking for GNU libc compatible realloc configure:5415: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5415: $? = 0 configure:5415: ./conftest configure:5415: $? = 0 configure:5425: result: yes configure:5450: checking build system type configure:5464: result: i686-uhu-linux-gnu configure:5484: checking host system type configure:5497: result: i686-uhu-linux-gnu configure:5517: checking for working strnlen configure:5555: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5555: $? = 0 configure:5555: ./conftest configure:5555: $? = 0 configure:5565: result: yes configure:5574: checking for fchown configure:5574: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5574: $? = 0 configure:5574: result: yes configure:5583: checking for chmod configure:5583: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5583: $? = 0 configure:5583: result: yes configure:5592: checking for fstat configure:5592: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5592: $? = 0 configure:5592: result: yes configure:5601: checking for fstatat configure:5601: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5601: $? = 0 configure:5601: result: yes configure:5610: checking for openat configure:5610: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5610: $? = 0 configure:5610: result: yes configure:5619: checking for asprintf configure:5619: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5619: $? = 0 configure:5619: result: yes configure:5632: checking for alarm configure:5632: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5632: $? = 0 configure:5632: result: yes configure:5632: checking for dup2 configure:5632: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5632: $? = 0 configure:5632: result: yes configure:5632: checking for memset configure:5632: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:76:6: warning: conflicting types for built-in function 'memset' [enabled by default] char memset (); ^ configure:5632: $? = 0 configure:5632: result: yes configure:5632: checking for regcomp configure:5632: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5632: $? = 0 configure:5632: result: yes configure:5632: checking for select configure:5632: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5632: $? = 0 configure:5632: result: yes configure:5632: checking for socket configure:5632: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5632: $? = 0 configure:5632: result: yes configure:5632: checking for strcasecmp configure:5632: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:80:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default] char strcasecmp (); ^ configure:5632: $? = 0 configure:5632: result: yes configure:5632: checking for strdup configure:5632: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:81:6: warning: conflicting types for built-in function 'strdup' [enabled by default] char strdup (); ^ configure:5632: $? = 0 configure:5632: result: yes configure:5632: checking for strerror configure:5632: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5632: $? = 0 configure:5632: result: yes configure:5632: checking for strrchr configure:5632: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:83:6: warning: conflicting types for built-in function 'strrchr' [enabled by default] char strrchr (); ^ configure:5632: $? = 0 configure:5632: result: yes configure:5632: checking for strtol configure:5632: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5632: $? = 0 configure:5632: result: yes configure:5758: checking that generated files are newer than configure configure:5764: result: done configure:5791: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by acpid config.status 2.0.23, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on vasdarab.uhu config.status:905: creating Makefile config.status:905: creating kacpimon/Makefile config.status:905: creating config.h config.status:1134: executing depfiles commands configure:7104: WARNING: unrecognized options: --enable-shared, --disable-static ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-uhu-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O2 -march=i686 -mtune=generic ' 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=set ac_cv_env_build_alias_value=i686-uhu-linux ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i686-uhu-linux ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func_alarm=yes ac_cv_func_asprintf=yes ac_cv_func_chmod=yes ac_cv_func_dup2=yes ac_cv_func_fchown=yes ac_cv_func_fork=yes ac_cv_func_fork_works=yes ac_cv_func_fstat=yes ac_cv_func_fstatat=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_memset=yes ac_cv_func_openat=yes ac_cv_func_realloc_0_nonnull=yes ac_cv_func_regcomp=yes ac_cv_func_select=yes ac_cv_func_socket=yes ac_cv_func_strcasecmp=yes ac_cv_func_strdup=yes ac_cv_func_strerror=yes ac_cv_func_strnlen_working=yes ac_cv_func_strrchr=yes ac_cv_func_strtol=yes ac_cv_func_vfork=yes ac_cv_func_vfork_works=yes ac_cv_header_arpa_inet_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_malloc_h=yes ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_netinet_in_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_ioctl_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_syslog_h=yes ac_cv_header_unistd_h=yes ac_cv_header_vfork_h=no ac_cv_host=i686-uhu-linux-gnu ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GREP=/bin/grep ac_cv_path_install='/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CC=i686-uhu-linux-gcc ac_cv_prog_CPP='i686-uhu-linux-gcc -std=gnu99 -E' ac_cv_prog_cc_c89= ac_cv_prog_cc_c99=-std=gnu99 ac_cv_prog_cc_g=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_type_mode_t=yes ac_cv_type_pid_t=yes ac_cv_type_size_t=yes ac_cv_type_ssize_t=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes am_cv_prog_tar_pax=gnutar ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /var/uhubuild/work/compile/build-aux/missing aclocal-1.14' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='1' AM_V='$(V)' AUTOCONF='${SHELL} /var/uhubuild/work/compile/build-aux/missing autoconf' AUTOHEADER='${SHELL} /var/uhubuild/work/compile/build-aux/missing autoheader' AUTOMAKE='${SHELL} /var/uhubuild/work/compile/build-aux/missing automake-1.14' AWK='gawk' CC='i686-uhu-linux-gcc -std=gnu99' CCDEPMODE='depmode=gcc3' CFLAGS='-O2 -march=i686 -mtune=generic ' CPP='i686-uhu-linux-gcc -std=gnu99 -E' CPPFLAGS='' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' GREP='/bin/grep' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LDFLAGS='' LIBOBJS='' LIBS='' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /var/uhubuild/work/compile/build-aux/missing makeinfo' MKDIR_P='/bin/mkdir -p' OBJEXT='o' PACKAGE='acpid' PACKAGE_BUGREPORT='' PACKAGE_NAME='acpid' PACKAGE_STRING='acpid 2.0.23' PACKAGE_TARNAME='acpid' PACKAGE_URL='' PACKAGE_VERSION='2.0.23' PATH_SEPARATOR=':' SET_MAKE='' SHELL='/bin/sh' STRIP='' VERSION='2.0.23' ac_ct_CC='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__nodep='_no' am__quote='' am__tar='tar --format=posix -chf - "$$tardir"' am__untar='tar -xf -' bindir='${exec_prefix}/bin' build='i686-uhu-linux-gnu' build_alias='i686-uhu-linux' build_cpu='i686' build_os='linux-gnu' build_vendor='uhu' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='i686-uhu-linux-gnu' host_alias='i686-uhu-linux' host_cpu='i686' host_os='linux-gnu' host_vendor='uhu' htmldir='${docdir}' includedir='${prefix}/include' infodir='/usr/share/info' install_sh='${SHELL} /var/uhubuild/work/compile/build-aux/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/var' mandir='/usr/share/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='/usr/bin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "acpid" #define PACKAGE_TARNAME "acpid" #define PACKAGE_VERSION "2.0.23" #define PACKAGE_STRING "acpid 2.0.23" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "acpid" #define VERSION "2.0.23" #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 _FILE_OFFSET_BITS 64 #define HAVE_ARPA_INET_H 1 #define HAVE_FCNTL_H 1 #define HAVE_MALLOC_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYSLOG_H 1 #define HAVE_UNISTD_H 1 #define HAVE_FORK 1 #define HAVE_VFORK 1 #define HAVE_WORKING_VFORK 1 #define HAVE_WORKING_FORK 1 #define HAVE_STDLIB_H 1 #define HAVE_MALLOC 1 #define HAVE_STDLIB_H 1 #define HAVE_REALLOC 1 #define HAVE_FCHOWN 1 #define HAVE_CHMOD 1 #define HAVE_FSTAT 1 #define HAVE_FSTATAT 1 #define HAVE_OPENAT 1 #define HAVE_ASPRINTF 1 #define HAVE_ALARM 1 #define HAVE_DUP2 1 #define HAVE_MEMSET 1 #define HAVE_REGCOMP 1 #define HAVE_SELECT 1 #define HAVE_SOCKET 1 #define HAVE_STRCASECMP 1 #define HAVE_STRDUP 1 #define HAVE_STRERROR 1 #define HAVE_STRRCHR 1 #define HAVE_STRTOL 1 configure: exit 0