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.15, which was generated by GNU Autoconf 2.68. Invocation command line was $ ./configure --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 = vas uname -m = i686 uname -r = 3.4.4-2.i386 uname -s = Linux uname -v = #2 SMP Tue Apr 27 17:58:42 CEST 2010 /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:2235: checking for a BSD-compatible install configure:2303: result: /bin/install -c configure:2314: checking whether build environment is sane configure:2364: result: yes configure:2505: checking for a thread-safe mkdir -p configure:2544: result: /bin/mkdir -p configure:2557: checking for gawk configure:2573: found /bin/gawk configure:2584: result: gawk configure:2595: checking whether make sets $(MAKE) configure:2617: result: yes configure:2692: checking how to create a pax tar archive configure:2705: tar --version tar (GNU tar) 1.22 Copyright (C) 2009 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:2708: $? = 0 configure:2748: tardir=conftest.dir && eval tar --format=posix -chf - "$tardir" >conftest.tar configure:2751: $? = 0 configure:2755: tar -xf - &5 i686-uhu-linux-gcc (GCC) 4.4.2 Copyright (C) 2009 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:3242: $? = 0 configure:3231: i686-uhu-linux-gcc -v >&5 Using built-in specs. Target: i686-uhu-linux Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=c,c++ --enable-shared --with-gnu-as --with-gnu-ld --with-system-zlib --build=i686-uhu-linux --host=i686-uhu-linux --target=i686-uhu-linux --enable-targets=all --with-arch-32=i686 --with-arch-64=core2 --with-cpu-32=i686 --with-cpu-64=core2 --disable-multilib --with-tune=generic Thread model: posix gcc version 4.4.2 (GCC) configure:3242: $? = 0 configure:3231: i686-uhu-linux-gcc -V >&5 i686-uhu-linux-gcc: '-V' option must have argument configure:3242: $? = 1 configure:3231: i686-uhu-linux-gcc -qversion >&5 i686-uhu-linux-gcc: unrecognized option '-qversion' i686-uhu-linux-gcc: no input files configure:3242: $? = 1 configure:3262: checking whether the C compiler works configure:3284: i686-uhu-linux-gcc -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3288: $? = 0 configure:3336: result: yes configure:3339: checking for C compiler default output file name configure:3341: result: a.out configure:3347: checking for suffix of executables configure:3354: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3358: $? = 0 configure:3380: result: configure:3402: checking whether we are cross compiling configure:3410: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3414: $? = 0 configure:3421: ./conftest configure:3425: $? = 0 configure:3440: result: no configure:3445: checking for suffix of object files configure:3467: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3471: $? = 0 configure:3492: result: o configure:3496: checking whether we are using the GNU C compiler configure:3515: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3515: $? = 0 configure:3524: result: yes configure:3533: checking whether i686-uhu-linux-gcc accepts -g configure:3553: i686-uhu-linux-gcc -c -g conftest.c >&5 configure:3553: $? = 0 configure:3594: result: yes configure:3611: checking for i686-uhu-linux-gcc option to accept ISO C89 configure:3675: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3675: $? = 0 configure:3688: result: none needed configure:3710: checking dependency style of i686-uhu-linux-gcc configure:3820: result: gcc3 configure:3839: checking for i686-uhu-linux-gcc option to accept ISO C99 configure:3988: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:61: error: expected ';', ',' or ')' before 'text' conftest.c: In function 'main': conftest.c:115: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' conftest.c:115: error: 'newvar' undeclared (first use in this function) conftest.c:115: error: (Each undeclared identifier is reported only once conftest.c:115: error: for each function it appears in.) conftest.c:125: error: 'for' loop initial declarations are only allowed in C99 mode conftest.c:125: note: use option -std=c99 or -std=gnu99 to compile your code configure:3988: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "acpid" | #define PACKAGE_TARNAME "acpid" | #define PACKAGE_VERSION "2.0.15" | #define PACKAGE_STRING "acpid 2.0.15" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "acpid" | #define VERSION "2.0.15" | /* 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:3988: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3988: $? = 0 configure:4008: result: -std=gnu99 configure:4110: checking for i686-uhu-linux-gcc -std=gnu99 option to accept ISO Standard C configure:4124: result: -std=gnu99 configure:4129: checking whether i686-uhu-linux-gcc -std=gnu99 and cc understand -c and -o together configure:4160: i686-uhu-linux-gcc -std=gnu99 -c conftest.c -o conftest2.o >&5 configure:4164: $? = 0 configure:4170: i686-uhu-linux-gcc -std=gnu99 -c conftest.c -o conftest2.o >&5 configure:4174: $? = 0 configure:4185: cc -c conftest.c >&5 configure:4189: $? = 0 configure:4197: cc -c conftest.c -o conftest2.o >&5 configure:4201: $? = 0 configure:4207: cc -c conftest.c -o conftest2.o >&5 configure:4211: $? = 0 configure:4229: result: yes configure:4260: checking how to run the C preprocessor configure:4291: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:4291: $? = 0 configure:4305: i686-uhu-linux-gcc -std=gnu99 -E conftest.c conftest.c:11:28: error: ac_nonexistent.h: No such file or directory configure:4305: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "acpid" | #define PACKAGE_TARNAME "acpid" | #define PACKAGE_VERSION "2.0.15" | #define PACKAGE_STRING "acpid 2.0.15" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "acpid" | #define VERSION "2.0.15" | /* end confdefs.h. */ | #include configure:4330: result: i686-uhu-linux-gcc -std=gnu99 -E configure:4350: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:4350: $? = 0 configure:4364: i686-uhu-linux-gcc -std=gnu99 -E conftest.c conftest.c:11:28: error: ac_nonexistent.h: No such file or directory configure:4364: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "acpid" | #define PACKAGE_TARNAME "acpid" | #define PACKAGE_VERSION "2.0.15" | #define PACKAGE_STRING "acpid 2.0.15" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "acpid" | #define VERSION "2.0.15" | /* end confdefs.h. */ | #include configure:4393: checking for grep that handles long lines and -e configure:4451: result: /bin/grep configure:4456: checking for egrep configure:4518: result: /bin/grep -E configure:4523: checking for ANSI C header files configure:4543: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4543: $? = 0 configure:4616: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4616: $? = 0 configure:4616: ./conftest configure:4616: $? = 0 configure:4627: result: yes configure:4640: checking for sys/types.h configure:4640: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4640: $? = 0 configure:4640: result: yes configure:4640: checking for sys/stat.h configure:4640: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4640: $? = 0 configure:4640: result: yes configure:4640: checking for stdlib.h configure:4640: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4640: $? = 0 configure:4640: result: yes configure:4640: checking for string.h configure:4640: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4640: $? = 0 configure:4640: result: yes configure:4640: checking for memory.h configure:4640: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4640: $? = 0 configure:4640: result: yes configure:4640: checking for strings.h configure:4640: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4640: $? = 0 configure:4640: result: yes configure:4640: checking for inttypes.h configure:4640: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4640: $? = 0 configure:4640: result: yes configure:4640: checking for stdint.h configure:4640: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4640: $? = 0 configure:4640: result: yes configure:4640: checking for unistd.h configure:4640: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4640: $? = 0 configure:4640: result: yes configure:4653: checking minix/config.h usability configure:4653: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:54:26: error: minix/config.h: No such file or directory configure:4653: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "acpid" | #define PACKAGE_TARNAME "acpid" | #define PACKAGE_VERSION "2.0.15" | #define PACKAGE_STRING "acpid 2.0.15" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "acpid" | #define VERSION "2.0.15" | #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:4653: result: no configure:4653: checking minix/config.h presence configure:4653: i686-uhu-linux-gcc -std=gnu99 -E conftest.c conftest.c:21:26: error: minix/config.h: No such file or directory configure:4653: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "acpid" | #define PACKAGE_TARNAME "acpid" | #define PACKAGE_VERSION "2.0.15" | #define PACKAGE_STRING "acpid 2.0.15" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "acpid" | #define VERSION "2.0.15" | #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:4653: result: no configure:4653: checking for minix/config.h configure:4653: result: no configure:4674: checking whether it is safe to define __EXTENSIONS__ configure:4692: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4692: $? = 0 configure:4699: result: yes configure:4720: checking for special C compiler options needed for large files configure:4765: result: no configure:4771: checking for _FILE_OFFSET_BITS value needed for large files configure:4796: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:32: warning: left shift count >= width of type conftest.c:32: warning: left shift count >= width of type conftest.c:34: error: size of array 'off_t_is_large' is negative configure:4796: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "acpid" | #define PACKAGE_TARNAME "acpid" | #define PACKAGE_VERSION "2.0.15" | #define PACKAGE_STRING "acpid 2.0.15" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "acpid" | #define VERSION "2.0.15" | #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 << 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:4820: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4820: $? = 0 configure:4828: result: 64 configure:4912: checking whether make sets $(MAKE) configure:4934: result: yes configure:4950: checking arpa/inet.h usability configure:4950: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4950: $? = 0 configure:4950: result: yes configure:4950: checking arpa/inet.h presence configure:4950: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:4950: $? = 0 configure:4950: result: yes configure:4950: checking for arpa/inet.h configure:4950: result: yes configure:4950: checking fcntl.h usability configure:4950: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4950: $? = 0 configure:4950: result: yes configure:4950: checking fcntl.h presence configure:4950: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:4950: $? = 0 configure:4950: result: yes configure:4950: checking for fcntl.h configure:4950: result: yes configure:4950: checking malloc.h usability configure:4950: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4950: $? = 0 configure:4950: result: yes configure:4950: checking malloc.h presence configure:4950: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:4950: $? = 0 configure:4950: result: yes configure:4950: checking for malloc.h configure:4950: result: yes configure:4950: checking netinet/in.h usability configure:4950: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4950: $? = 0 configure:4950: result: yes configure:4950: checking netinet/in.h presence configure:4950: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:4950: $? = 0 configure:4950: result: yes configure:4950: checking for netinet/in.h configure:4950: result: yes configure:4950: checking for stdlib.h configure:4950: result: yes configure:4950: checking for string.h configure:4950: result: yes configure:4950: checking sys/ioctl.h usability configure:4950: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4950: $? = 0 configure:4950: result: yes configure:4950: checking sys/ioctl.h presence configure:4950: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:4950: $? = 0 configure:4950: result: yes configure:4950: checking for sys/ioctl.h configure:4950: result: yes configure:4950: checking sys/socket.h usability configure:4950: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4950: $? = 0 configure:4950: result: yes configure:4950: checking sys/socket.h presence configure:4950: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:4950: $? = 0 configure:4950: result: yes configure:4950: checking for sys/socket.h configure:4950: result: yes configure:4950: checking syslog.h usability configure:4950: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4950: $? = 0 configure:4950: result: yes configure:4950: checking syslog.h presence configure:4950: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:4950: $? = 0 configure:4950: result: yes configure:4950: checking for syslog.h configure:4950: result: yes configure:4950: checking for unistd.h configure:4950: result: yes configure:4962: checking for mode_t configure:4962: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4962: $? = 0 configure:4962: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:73: error: expected expression before ')' token configure:4962: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "acpid" | #define PACKAGE_TARNAME "acpid" | #define PACKAGE_VERSION "2.0.15" | #define PACKAGE_STRING "acpid 2.0.15" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "acpid" | #define VERSION "2.0.15" | #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:4962: result: yes configure:4973: checking for pid_t configure:4973: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4973: $? = 0 configure:4973: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:73: error: expected expression before ')' token configure:4973: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "acpid" | #define PACKAGE_TARNAME "acpid" | #define PACKAGE_VERSION "2.0.15" | #define PACKAGE_STRING "acpid 2.0.15" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "acpid" | #define VERSION "2.0.15" | #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:4973: result: yes configure:4984: checking for size_t configure:4984: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4984: $? = 0 configure:4984: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:73: error: expected expression before ')' token configure:4984: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "acpid" | #define PACKAGE_TARNAME "acpid" | #define PACKAGE_VERSION "2.0.15" | #define PACKAGE_STRING "acpid 2.0.15" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "acpid" | #define VERSION "2.0.15" | #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:4984: result: yes configure:4995: checking for ssize_t configure:4995: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4995: $? = 0 configure:4995: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:73: error: expected expression before ')' token configure:4995: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "acpid" | #define PACKAGE_TARNAME "acpid" | #define PACKAGE_VERSION "2.0.15" | #define PACKAGE_STRING "acpid 2.0.15" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "acpid" | #define VERSION "2.0.15" | #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:4995: result: yes configure:5008: checking for uid_t in sys/types.h configure:5027: result: yes configure:5040: checking for unistd.h configure:5040: result: yes configure:5050: checking for working chown configure:5083: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5083: $? = 0 configure:5083: ./conftest configure:5083: $? = 0 configure:5095: result: yes configure:5105: checking vfork.h usability configure:5105: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:72:19: error: vfork.h: No such file or directory configure:5105: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "acpid" | #define PACKAGE_TARNAME "acpid" | #define PACKAGE_VERSION "2.0.15" | #define PACKAGE_STRING "acpid 2.0.15" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "acpid" | #define VERSION "2.0.15" | #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_UNISTD_H 1 | #define HAVE_CHOWN 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:5105: result: no configure:5105: checking vfork.h presence configure:5105: i686-uhu-linux-gcc -std=gnu99 -E conftest.c conftest.c:39:19: error: vfork.h: No such file or directory configure:5105: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "acpid" | #define PACKAGE_TARNAME "acpid" | #define PACKAGE_VERSION "2.0.15" | #define PACKAGE_STRING "acpid 2.0.15" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "acpid" | #define VERSION "2.0.15" | #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_UNISTD_H 1 | #define HAVE_CHOWN 1 | /* end confdefs.h. */ | #include configure:5105: result: no configure:5105: checking for vfork.h configure:5105: result: no configure:5118: checking for fork configure:5118: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:62: warning: conflicting types for built-in function 'fork' configure:5118: $? = 0 configure:5118: result: yes configure:5118: checking for vfork configure:5118: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5118: $? = 0 configure:5118: result: yes configure:5128: checking for working fork configure:5150: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5150: $? = 0 configure:5150: ./conftest configure:5150: $? = 0 configure:5160: result: yes configure:5181: checking for working vfork configure:5291: result: yes configure:5318: checking for stdlib.h configure:5318: result: yes configure:5328: checking for GNU libc compatible malloc configure:5352: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5352: $? = 0 configure:5352: ./conftest configure:5352: $? = 0 configure:5362: result: yes configure:5385: checking for stdlib.h configure:5385: result: yes configure:5395: checking for GNU libc compatible realloc configure:5419: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5419: $? = 0 configure:5419: ./conftest configure:5419: $? = 0 configure:5429: result: yes configure:5454: checking build system type configure:5468: result: i686-uhu-linux-gnu configure:5488: checking host system type configure:5501: result: i686-uhu-linux-gnu configure:5521: checking for working strnlen configure:5559: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5559: $? = 0 configure:5559: ./conftest configure:5559: $? = 0 configure:5569: result: yes configure:5581: checking for alarm configure:5581: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5581: $? = 0 configure:5581: result: yes configure:5581: checking for dup2 configure:5581: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5581: $? = 0 configure:5581: result: yes configure:5581: checking for memset configure:5581: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:72: warning: conflicting types for built-in function 'memset' configure:5581: $? = 0 configure:5581: result: yes configure:5581: checking for regcomp configure:5581: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5581: $? = 0 configure:5581: result: yes configure:5581: checking for select configure:5581: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5581: $? = 0 configure:5581: result: yes configure:5581: checking for socket configure:5581: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5581: $? = 0 configure:5581: result: yes configure:5581: checking for strcasecmp configure:5581: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:76: warning: conflicting types for built-in function 'strcasecmp' configure:5581: $? = 0 configure:5581: result: yes configure:5581: checking for strdup configure:5581: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:77: warning: conflicting types for built-in function 'strdup' configure:5581: $? = 0 configure:5581: result: yes configure:5581: checking for strerror configure:5581: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5581: $? = 0 configure:5581: result: yes configure:5581: checking for strrchr configure:5581: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:79: warning: conflicting types for built-in function 'strrchr' configure:5581: $? = 0 configure:5581: result: yes configure:5581: checking for strtol configure:5581: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5581: $? = 0 configure:5581: result: yes configure:5732: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by acpid config.status 2.0.15, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on vas config.status:910: creating Makefile config.status:910: creating kacpimon/Makefile config.status:910: creating config.h config.status:1091: config.h is unchanged config.status:1139: executing depfiles commands configure:7059: 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_chown_works=yes ac_cv_func_dup2=yes ac_cv_func_fork=yes ac_cv_func_fork_works=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_memset=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_i686_uhu_linux_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_type_mode_t=yes ac_cv_type_pid_t=yes ac_cv_type_size_t=yes ac_cv_type_ssize_t=yes ac_cv_type_uid_t=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_prog_tar_pax=gnutar ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /var/uhubuild/work/compile/build-aux/missing --run aclocal-1.11' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /var/uhubuild/work/compile/build-aux/missing --run tar' AM_BACKSLASH='\' AM_DEFAULT_VERBOSITY='1' AUTOCONF='${SHELL} /var/uhubuild/work/compile/build-aux/missing --run autoconf' AUTOHEADER='${SHELL} /var/uhubuild/work/compile/build-aux/missing --run autoheader' AUTOMAKE='${SHELL} /var/uhubuild/work/compile/build-aux/missing --run automake-1.11' 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 --run makeinfo' MKDIR_P='/bin/mkdir -p' OBJEXT='o' PACKAGE='acpid' PACKAGE_BUGREPORT='' PACKAGE_NAME='acpid' PACKAGE_STRING='acpid 2.0.15' PACKAGE_TARNAME='acpid' PACKAGE_URL='' PACKAGE_VERSION='2.0.15' PATH_SEPARATOR=':' SET_MAKE='' SHELL='/bin/sh' STRIP='' VERSION='2.0.15' ac_ct_CC='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' 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='/bin/mkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "acpid" #define PACKAGE_TARNAME "acpid" #define PACKAGE_VERSION "2.0.15" #define PACKAGE_STRING "acpid 2.0.15" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "acpid" #define VERSION "2.0.15" #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_UNISTD_H 1 #define HAVE_CHOWN 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_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