This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.53. Invocation command line was $ ./configure --prefix=/usr/local i386-unknown-gnu CC=cc CFLAGS=-fno-common build_alias=i386-unknown-gnu host_alias=i386-unknown-gnu target_alias=i386-unknown-gnu --no-create --no-recursion ## --------- ## ## Platform. ## ## --------- ## hostname = darwintel uname -m = x86 uname -r = 8.0.1 uname -s = Darwin uname -v = Darwin Kernel Version 8.0.1: Fri Apr 29 12:18:40 PDT 2005; root:xnu-792.obj/RELEASE_I386 /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = Mach kernel version: Darwin Kernel Version 8.0.1: Fri Apr 29 12:18:40 PDT 2005; root:xnu-792.obj/RELEASE_I386 Kernel configured for up to 4 processors. 4 processors are physically available. Processor type: pentpro (Intel Pentium Pro) Processors active: 0 1 2 3 Primary memory available: 1023.00 megabytes Default processor set: 128 tasks, 183 threads, 4 processors Load average: 1.76, Mach factor: 2.23 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /var/root/usr/local/bin PATH: /var/root/usr/bin PATH: /var/root/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /sbin PATH: /usr/bin PATH: /usr/sbin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1227: checking for a BSD-compatible install configure:1281: result: /usr/local/bin/ginstall -c configure:1292: checking whether build environment is sane configure:1335: result: yes configure:1350: checking whether make sets ${MAKE} configure:1370: result: yes configure:1402: checking for working aclocal configure:1409: result: found configure:1417: checking for working autoconf configure:1424: result: found configure:1432: checking for working automake configure:1439: result: found configure:1447: checking for working autoheader configure:1454: result: found configure:1462: checking for working makeinfo configure:1469: result: found configure:1486: checking for emacs configure:1516: result: /usr/local/bin/emacs-21.3 configure:1528: checking where .elc files should go configure:1549: result: $(datadir)/emacs/site-lisp configure:1562: checking for i386-unknown-gnu-gcc configure:1591: result: no configure:1600: checking for gcc configure:1616: found /usr/bin/gcc configure:1626: result: gcc configure:1870: checking for C compiler version configure:1873: gcc --version &5 gcc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1809) Copyright (C) 2002 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:1876: $? = 0 configure:1878: gcc -v &5 Reading specs from /usr/libexec/gcc/darwin/i386/3.3/specs Thread model: posix gcc version 3.3 20030304 (Apple Computer, Inc. build 1809) configure:1881: $? = 0 configure:1883: gcc -V &5 gcc: `-V' option must have argument configure:1886: $? = 1 configure:1912: checking for C compiler default output configure:1915: gcc -fno-common conftest.c >&5 configure:1918: $? = 0 configure:1951: result: a.out configure:1956: checking whether the C compiler works configure:1962: ./a.out configure:1965: $? = 0 configure:1980: result: yes configure:1987: checking whether we are cross compiling configure:1989: result: no configure:1992: checking for suffix of executables configure:1994: gcc -o conftest -fno-common conftest.c >&5 configure:1997: $? = 0 configure:2019: result: configure:2025: checking for suffix of object files configure:2049: gcc -c -fno-common conftest.c >&5 configure:2052: $? = 0 configure:2071: result: configure:2075: checking whether we are using the GNU C compiler configure:2102: gcc -c -fno-common conftest.c >&5 configure:2105: $? = 0 configure:2108: test -s conftest. configure:2111: $? = 1 configure: failed program was: #line 2080 "configure" #include "confdefs.h" #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { #ifndef __GNUC__ choke me #endif ; return 0; } configure:2123: result: no configure:2129: checking whether gcc accepts -g configure:2153: gcc -c -g conftest.c >&5 configure:2156: $? = 0 configure:2159: test -s conftest. configure:2162: $? = 1 configure: failed program was: #line 2134 "configure" #include "confdefs.h" #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { ; return 0; } configure:2172: result: no configure:2199: gcc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2202: $? = 1 configure: failed program was: #ifndef __cplusplus choke me #endif configure:2314: checking for strerror in -lcposix configure:2347: gcc -o conftest -fno-common conftest.c -lcposix >&5 ld: can't locate file for: -lcposix configure:2350: $? = 1 configure: failed program was: #line 2321 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char strerror (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { strerror (); ; return 0; } configure:2367: result: no configure:2387: checking for a BSD-compatible install configure:2441: result: /usr/local/bin/ginstall -c configure:2452: checking whether make sets ${MAKE} configure:2472: result: yes configure:2484: checking for i386-unknown-gnu-ranlib configure:2513: result: no configure:2522: checking for ranlib configure:2538: found /usr/bin/ranlib configure:2549: result: ranlib configure:2567: checking how to run the C preprocessor configure:2593: gcc -E conftest.c configure:2599: $? = 0 configure:2626: gcc -E conftest.c configure:2622:28: ac_nonexistent.h: No such file or directory configure:2632: $? = 1 configure: failed program was: #line 2621 "configure" #include "confdefs.h" #include configure:2669: result: gcc -E configure:2684: gcc -E conftest.c configure:2690: $? = 0 configure:2717: gcc -E conftest.c configure:2713:28: ac_nonexistent.h: No such file or directory configure:2723: $? = 1 configure: failed program was: #line 2712 "configure" #include "confdefs.h" #include configure:2763: checking for ANSI C header files configure:2777: gcc -E conftest.c configure:2783: $? = 0 configure:2868: gcc -o conftest -fno-common conftest.c >&5 configure:2871: $? = 0 configure:2873: ./conftest configure:2876: $? = 0 configure:2890: result: yes configure:2914: checking for sys/types.h configure:2927: gcc -c -fno-common conftest.c >&5 configure:2930: $? = 0 configure:2933: test -s conftest. configure:2936: $? = 1 configure: failed program was: #line 2919 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:2946: result: no configure:2914: checking for sys/stat.h configure:2927: gcc -c -fno-common conftest.c >&5 configure:2930: $? = 0 configure:2933: test -s conftest. configure:2936: $? = 1 configure: failed program was: #line 2919 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:2946: result: no configure:2914: checking for stdlib.h configure:2927: gcc -c -fno-common conftest.c >&5 configure:2930: $? = 0 configure:2933: test -s conftest. configure:2936: $? = 1 configure: failed program was: #line 2919 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:2946: result: no configure:2914: checking for string.h configure:2927: gcc -c -fno-common conftest.c >&5 configure:2930: $? = 0 configure:2933: test -s conftest. configure:2936: $? = 1 configure: failed program was: #line 2919 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:2946: result: no configure:2914: checking for memory.h configure:2927: gcc -c -fno-common conftest.c >&5 configure:2930: $? = 0 configure:2933: test -s conftest. configure:2936: $? = 1 configure: failed program was: #line 2919 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:2946: result: no configure:2914: checking for strings.h configure:2927: gcc -c -fno-common conftest.c >&5 configure:2930: $? = 0 configure:2933: test -s conftest. configure:2936: $? = 1 configure: failed program was: #line 2919 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:2946: result: no configure:2914: checking for inttypes.h configure:2927: gcc -c -fno-common conftest.c >&5 configure:2930: $? = 0 configure:2933: test -s conftest. configure:2936: $? = 1 configure: failed program was: #line 2919 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:2946: result: no configure:2914: checking for stdint.h configure:2927: gcc -c -fno-common conftest.c >&5 configure:2930: $? = 0 configure:2933: test -s conftest. configure:2936: $? = 1 configure: failed program was: #line 2919 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:2946: result: no configure:2914: checking for unistd.h configure:2927: gcc -c -fno-common conftest.c >&5 configure:2930: $? = 0 configure:2933: test -s conftest. configure:2936: $? = 1 configure: failed program was: #line 2919 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:2946: result: no configure:2974: checking libgen.h usability configure:2983: gcc -c -fno-common conftest.c >&5 configure:2986: $? = 0 configure:2989: test -s conftest. configure:2992: $? = 1 configure: failed program was: #line 2976 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:3001: result: no configure:3005: checking libgen.h presence configure:3012: gcc -E conftest.c configure:3018: $? = 0 configure:3036: result: yes configure:3047: WARNING: libgen.h: present but cannot be compiled configure:3049: WARNING: libgen.h: check for missing prerequisite headers? configure:3051: WARNING: libgen.h: proceeding with the preprocessor's result configure:3054: checking for libgen.h configure:3061: result: yes configure:2974: checking sys/select.h usability configure:2983: gcc -c -fno-common conftest.c >&5 configure:2986: $? = 0 configure:2989: test -s conftest. configure:2992: $? = 1 configure: failed program was: #line 2976 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:3001: result: no configure:3005: checking sys/select.h presence configure:3012: gcc -E conftest.c configure:3018: $? = 0 configure:3036: result: yes configure:3047: WARNING: sys/select.h: present but cannot be compiled configure:3049: WARNING: sys/select.h: check for missing prerequisite headers? configure:3051: WARNING: sys/select.h: proceeding with the preprocessor's result configure:3054: checking for sys/select.h configure:3061: result: yes configure:2974: checking sys/poll.h usability configure:2983: gcc -c -fno-common conftest.c >&5 configure:2986: $? = 0 configure:2989: test -s conftest. configure:2992: $? = 1 configure: failed program was: #line 2976 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:3001: result: no configure:3005: checking sys/poll.h presence configure:3012: gcc -E conftest.c configure:3018: $? = 0 configure:3036: result: yes configure:3047: WARNING: sys/poll.h: present but cannot be compiled configure:3049: WARNING: sys/poll.h: check for missing prerequisite headers? configure:3051: WARNING: sys/poll.h: proceeding with the preprocessor's result configure:3054: checking for sys/poll.h configure:3061: result: yes configure:3076: checking for addrinfo configure:3101: gcc -c -fno-common conftest.c >&5 configure:3104: $? = 0 configure:3107: test -s conftest. configure:3110: $? = 1 configure: failed program was: #line 3081 "configure" #include "confdefs.h" # include #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { struct addrinfo a ; return 0; } configure:3121: result: no configure:3137: checking for gethostbyname in -lnsl configure:3170: gcc -o conftest -fno-common conftest.c -lnsl >&5 ld: can't locate file for: -lnsl configure:3173: $? = 1 configure: failed program was: #line 3144 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char gethostbyname (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { gethostbyname (); ; return 0; } configure:3190: result: no configure:3203: checking for socket in -lsocket configure:3236: gcc -o conftest -fno-common conftest.c -lsocket >&5 ld: can't locate file for: -lsocket configure:3239: $? = 1 configure: failed program was: #line 3210 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char socket (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { socket (); ; return 0; } configure:3256: result: no configure:3268: checking for getopt_long configure:3311: gcc -o conftest -fno-common conftest.c >&5 configure:3314: $? = 0 configure:3317: test -s conftest configure:3320: $? = 0 configure:3330: result: yes configure:3342: checking for basename configure:3385: gcc -o conftest -fno-common conftest.c >&5 configure:3388: $? = 0 configure:3391: test -s conftest configure:3394: $? = 0 configure:3404: result: yes configure:3417: checking for poll configure:3460: gcc -o conftest -fno-common conftest.c >&5 configure:3463: $? = 0 configure:3466: test -s conftest configure:3469: $? = 0 configure:3479: result: yes configure:3505: checking openssl/ssl.h usability configure:3514: gcc -c -fno-common conftest.c >&5 configure:3517: $? = 0 configure:3520: test -s conftest. configure:3523: $? = 1 configure: failed program was: #line 3507 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:3532: result: no configure:3536: checking openssl/ssl.h presence configure:3543: gcc -E conftest.c configure:3549: $? = 0 configure:3567: result: yes configure:3578: WARNING: openssl/ssl.h: present but cannot be compiled configure:3580: WARNING: openssl/ssl.h: check for missing prerequisite headers? configure:3582: WARNING: openssl/ssl.h: proceeding with the preprocessor's result configure:3585: checking for openssl/ssl.h configure:3592: result: yes configure:3598: checking for BIO_accept in -lcrypto configure:3631: gcc -o conftest -fno-common conftest.c -lcrypto >&5 configure:3634: $? = 0 configure:3637: test -s conftest configure:3640: $? = 0 configure:3651: result: yes configure:3657: checking for SSL_CTX_new in -lssl configure:3690: gcc -o conftest -fno-common conftest.c -lssl -lcrypto >&5 configure:3693: $? = 0 configure:3696: test -s conftest configure:3699: $? = 0 configure:3710: result: yes configure:3836: creating ./config.status ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=no ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value=-fno-common 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_build_alias_set=set ac_cv_env_build_alias_value=i386-unknown-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i386-unknown-gnu ac_cv_env_target_alias_set=set ac_cv_env_target_alias_value=i386-unknown-gnu ac_cv_exeext= ac_cv_func_basename=yes ac_cv_func_getopt_long=yes ac_cv_func_poll=yes ac_cv_header_inttypes_h=no ac_cv_header_libgen_h=yes ac_cv_header_memory_h=no ac_cv_header_openssl_ssl_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=no ac_cv_header_stdlib_h=no ac_cv_header_string_h=no ac_cv_header_strings_h=no ac_cv_header_sys_poll_h=yes ac_cv_header_sys_select_h=yes ac_cv_header_sys_stat_h=no ac_cv_header_sys_types_h=no ac_cv_header_unistd_h=no ac_cv_lib_cposix_strerror=no ac_cv_lib_crypto_BIO_accept=yes ac_cv_lib_nsl_gethostbyname=no ac_cv_lib_socket_socket=no ac_cv_lib_ssl_SSL_CTX_new=yes ac_cv_objext= ac_cv_path_EMACS=/usr/local/bin/emacs-21.3 ac_cv_path_install='/usr/local/bin/ginstall -c' ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_g=no ac_cv_prog_make_make_set=yes ac_cv_struct_addrinfo=no ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define PACKAGE "starttls" #define VERSION "0.10" #define STDC_HEADERS 1 #define HAVE_LIBGEN_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_POLL_H 1 #define NEED_ADDRINFO_H 1 #define HAVE_BASENAME 1 configure: exit 0 ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.53. Invocation command line was CONFIG_FILES = Makefile CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darwintel config.status:571: creating Makefile