PennMUSH Community
Show
Ignore:
Timestamp:
12/28/07 19:57:17 (8 months ago)
Author:
shawnw
Message:

Merge devel into trunk for p6 release

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.3/trunk/configure

    r1117 r1167  
    11#! /bin/sh 
    22# Guess values for system-dependent variables and create Makefiles. 
    3 # Generated by GNU Autoconf 2.60
     3# Generated by GNU Autoconf 2.61
    44# 
    55# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 
     
    1111## --------------------- ## 
    1212 
    13 # Be Bourne compatible 
     13# Be more Bourne compatible 
     14DUALCASE=1; export DUALCASE # for MKS sh 
    1415if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 
    1516  emulate sh 
     
    2021  setopt NO_GLOB_SUBST 
    2122else 
    22   case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac 
    23 fi 
    24 BIN_SH=xpg4; export BIN_SH # for Tru64 
    25 DUALCASE=1; export DUALCASE # for MKS sh 
     23  case `(set -o) 2>/dev/null` in 
     24  *posix*) set -o posix ;; 
     25esac 
     26 
     27fi 
     28 
     29 
    2630 
    2731 
     
    216220  as_candidate_shells= 
    217221    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
    218 for as_dir in /usr/bin/posix$PATH_SEPARATOR/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 
     222for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 
    219223do 
    220224  IFS=$as_save_IFS 
     
    234238     if { test -f "$as_shell" || test -f "$as_shell.exe"; } && 
    235239        { ("$as_shell") 2> /dev/null <<\_ASEOF 
    236 # Be Bourne compatible 
    237240if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 
    238241  emulate sh 
     
    243246  setopt NO_GLOB_SUBST 
    244247else 
    245   case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac 
    246 fi 
    247 BIN_SH=xpg4; export BIN_SH # for Tru64 
    248 DUALCASE=1; export DUALCASE # for MKS sh 
     248  case `(set -o) 2>/dev/null` in 
     249  *posix*) set -o posix ;; 
     250esac 
     251 
     252fi 
     253 
    249254 
    250255: 
     
    254259           as_have_required=yes 
    255260           if { "$as_shell" 2> /dev/null <<\_ASEOF 
    256 # Be Bourne compatible 
    257261if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 
    258262  emulate sh 
     
    263267  setopt NO_GLOB_SUBST 
    264268else 
    265   case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac 
    266 fi 
    267 BIN_SH=xpg4; export BIN_SH # for Tru64 
    268 DUALCASE=1; export DUALCASE # for MKS sh 
     269  case `(set -o) 2>/dev/null` in 
     270  *posix*) set -o posix ;; 
     271esac 
     272 
     273fi 
     274 
    269275 
    270276: 
     
    513519fi 
    514520 
    515 # Find out whether ``test -x'' works.  Don't use a zero-byte file, as 
    516 # systems may use methods other than mode bits to determine executability. 
    517 cat >conf$$.file <<_ASEOF 
    518 #! /bin/sh 
    519 exit 0 
    520 _ASEOF 
    521 chmod +x conf$$.file 
    522 if test -x conf$$.file >/dev/null 2>&1; then 
    523   as_executable_p="test -x" 
    524 else 
    525   as_executable_p=: 
    526 fi 
    527 rm -f conf$$.file 
     521if test -x / >/dev/null 2>&1; then 
     522  as_test_x='test -x' 
     523else 
     524  if ls -dL / >/dev/null 2>&1; then 
     525    as_ls_L_option=L 
     526  else 
     527    as_ls_L_option= 
     528  fi 
     529  as_test_x=' 
     530    eval sh -c '\'' 
     531      if test -d "$1"; then 
     532        test -d "$1/."; 
     533      else 
     534    case $1 in 
     535        -*)set "./$1";; 
     536    esac; 
     537    case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 
     538    ???[sx]*):;;*)false;;esac;fi 
     539    '\'' sh 
     540  ' 
     541fi 
     542as_executable_p=$as_test_x 
    528543 
    529544# Sed expression to map a string onto a valid CPP name. 
     
    566581ac_includes_default="\ 
    567582#include <stdio.h> 
    568 #if HAVE_SYS_TYPES_H 
     583#ifdef HAVE_SYS_TYPES_H 
    569584# include <sys/types.h> 
    570585#endif 
    571 #if HAVE_SYS_STAT_H 
     586#ifdef HAVE_SYS_STAT_H 
    572587# include <sys/stat.h> 
    573588#endif 
    574 #if STDC_HEADERS 
     589#ifdef STDC_HEADERS 
    575590# include <stdlib.h> 
    576591# include <stddef.h> 
    577592#else 
    578 # if HAVE_STDLIB_H 
     593# ifdef HAVE_STDLIB_H 
    579594#  include <stdlib.h> 
    580595# endif 
    581596#endif 
    582 #if HAVE_STRING_H 
    583 # if !STDC_HEADERS && HAVE_MEMORY_H 
     597#ifdef HAVE_STRING_H 
     598# if !defined STDC_HEADERS && defined HAVE_MEMORY_H 
    584599#  include <memory.h> 
    585600# endif 
    586601# include <string.h> 
    587602#endif 
    588 #if HAVE_STRINGS_H 
     603#ifdef HAVE_STRINGS_H 
    589604# include <strings.h> 
    590605#endif 
    591 #if HAVE_INTTYPES_H 
     606#ifdef HAVE_INTTYPES_H 
    592607# include <inttypes.h> 
    593608#endif 
    594 #if HAVE_STDINT_H 
     609#ifdef HAVE_STDINT_H 
    595610# include <stdint.h> 
    596611#endif 
    597 #if HAVE_UNISTD_H 
     612#ifdef HAVE_UNISTD_H 
    598613# include <unistd.h> 
    599614#endif" 
     
    667682EGREP 
    668683HAVE_SSL 
     684PCRE_LIBS 
     685PCRE_CFLAGS 
    669686MYSQL_CONFIG 
    670687MYSQL_VERSION 
     
    687704CFLAGS 
    688705LDFLAGS 
     706LIBS 
    689707CPPFLAGS 
    690708SENDMAIL 
     
    795813    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 
    796814    # Reject names that are not valid shell variable names. 
    797     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && 
     815    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 
    798816      { echo "$as_me: error: invalid feature name: $ac_feature" >&2 
    799817   { (exit 1); exit 1; }; } 
    800     ac_feature=`echo $ac_feature | sed 's/-/_/g'` 
     818    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 
    801819    eval enable_$ac_feature=no ;; 
    802820 
     
    814832    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 
    815833    # Reject names that are not valid shell variable names. 
    816     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && 
     834    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 
    817835      { echo "$as_me: error: invalid feature name: $ac_feature" >&2 
    818836   { (exit 1); exit 1; }; } 
    819     ac_feature=`echo $ac_feature | sed 's/-/_/g'` 
     837    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 
    820838    eval enable_$ac_feature=\$ac_optarg ;; 
    821839 
     
    10111029    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 
    10121030    # Reject names that are not valid shell variable names. 
    1013     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && 
     1031    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 
    10141032      { echo "$as_me: error: invalid package name: $ac_package" >&2 
    10151033   { (exit 1); exit 1; }; } 
    1016     ac_package=`echo $ac_package| sed 's/-/_/g'` 
     1034    ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 
    10171035    eval with_$ac_package=\$ac_optarg ;; 
    10181036 
     
    10201038    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 
    10211039    # Reject names that are not valid shell variable names. 
    1022     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && 
     1040    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 
    10231041      { echo "$as_me: error: invalid package name: $ac_package" >&2 
    10241042   { (exit 1); exit 1; }; } 
    1025     ac_package=`echo $ac_package | sed 's/-/_/g'` 
     1043    ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 
    10261044    eval with_$ac_package=no ;; 
    10271045 
     
    12681286                          with the default search path) 
    12691287 
     1288  --with-pcre[=prefix]    path to system pcre 
    12701289  --with-mysql=[ARG]      use MySQL client library [default=yes], optionally 
    12711290                          specify path to mysql_config 
     
    12801299  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a 
    12811300              nonstandard directory <lib dir> 
     1301  LIBS        libraries to pass to the linker, e.g. -l<library> 
    12821302  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if 
    12831303              you have headers in a nonstandard directory <include dir> 
     
    13491369  cat <<\_ACEOF 
    13501370configure 
    1351 generated by GNU Autoconf 2.60 
     1371generated by GNU Autoconf 2.61 
    13521372 
    13531373Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 
     
    13631383 
    13641384It was created by $as_me, which was 
    1365 generated by GNU Autoconf 2.60.  Invocation command line was 
     1385generated by GNU Autoconf 2.61.  Invocation command line was 
    13661386 
    13671387  $ $0 $@ 
     
    17441764  test -z "$as_dir" && as_dir=. 
    17451765  for ac_exec_ext in '' $ac_executable_extensions; do 
    1746   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     1766  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    17471767    ac_cv_path_CAT="$as_dir/$ac_word$ac_exec_ext" 
    17481768    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    17881808  test -z "$as_dir" && as_dir=. 
    17891809  for ac_exec_ext in '' $ac_executable_extensions; do 
    1790   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     1810  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    17911811    ac_cv_prog_CC="${ac_tool_prefix}gcc" 
    17921812    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    18281848  test -z "$as_dir" && as_dir=. 
    18291849  for ac_exec_ext in '' $ac_executable_extensions; do 
    1830   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     1850  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    18311851    ac_cv_prog_ac_ct_CC="gcc" 
    18321852    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    18851905  test -z "$as_dir" && as_dir=. 
    18861906  for ac_exec_ext in '' $ac_executable_extensions; do 
    1887   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     1907  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    18881908    ac_cv_prog_CC="${ac_tool_prefix}cc" 
    18891909    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    19261946  test -z "$as_dir" && as_dir=. 
    19271947  for ac_exec_ext in '' $ac_executable_extensions; do 
    1928   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     1948  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    19291949    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 
    19301950       ac_prog_rejected=yes 
     
    19842004  test -z "$as_dir" && as_dir=. 
    19852005  for ac_exec_ext in '' $ac_executable_extensions; do 
    1986   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     2006  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    19872007    ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 
    19882008    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    20282048  test -z "$as_dir" && as_dir=. 
    20292049  for ac_exec_ext in '' $ac_executable_extensions; do 
    2030   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     2050  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    20312051    ac_cv_prog_ac_ct_CC="$ac_prog" 
    20322052    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    21692189# so that the user can short-circuit this test for compilers unknown to 
    21702190# Autoconf. 
    2171 for ac_file in $ac_files 
     2191for ac_file in $ac_files '' 
    21722192do 
    21732193  test -f "$ac_file" || continue 
     
    21972217 
    21982218else 
     2219  ac_file='' 
     2220fi 
     2221 
     2222{ echo "$as_me:$LINENO: result: $ac_file" >&5 
     2223echo "${ECHO_T}$ac_file" >&6; } 
     2224if test -z "$ac_file"; then 
    21992225  echo "$as_me: failed program was:" >&5 
    22002226sed 's/^/| /' conftest.$ac_ext >&5 
     
    22082234 
    22092235ac_exeext=$ac_cv_exeext 
    2210 { echo "$as_me:$LINENO: result: $ac_file" >&5 
    2211 echo "${ECHO_T}$ac_file" >&6; } 
    22122236 
    22132237# Check that the compiler produces executables we can run.  If not, either 
     
    23872411  cat conftest.err >&5 
    23882412  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2389   (exit $ac_status); } && 
    2390      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    2391   { (case "(($ac_try" in 
    2392   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2393   *) ac_try_echo=$ac_try;; 
    2394 esac 
    2395 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2396   (eval "$ac_try") 2>&5 
    2397   ac_status=$? 
    2398   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2399   (exit $ac_status); }; } && 
    2400      { ac_try='test -s conftest.$ac_objext' 
    2401   { (case "(($ac_try" in 
    2402   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2403   *) ac_try_echo=$ac_try;; 
    2404 esac 
    2405 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2406   (eval "$ac_try") 2>&5 
    2407   ac_status=$? 
    2408   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2409   (exit $ac_status); }; }; then 
     2413  (exit $ac_status); } && { 
     2414     test -z "$ac_c_werror_flag" || 
     2415     test ! -s conftest.err 
     2416       } && test -s conftest.$ac_objext; then 
    24102417  ac_compiler_gnu=yes 
    24112418else 
     
    24622469  cat conftest.err >&5 
    24632470  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2464   (exit $ac_status); } && 
    2465      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    2466   { (case "(($ac_try" in 
    2467   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2468   *) ac_try_echo=$ac_try;; 
    2469 esac 
    2470 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2471   (eval "$ac_try") 2>&5 
    2472   ac_status=$? 
    2473   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2474   (exit $ac_status); }; } && 
    2475      { ac_try='test -s conftest.$ac_objext' 
    2476   { (case "(($ac_try" in 
    2477   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2478   *) ac_try_echo=$ac_try;; 
    2479 esac 
    2480 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2481   (eval "$ac_try") 2>&5 
    2482   ac_status=$? 
    2483   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2484   (exit $ac_status); }; }; then 
     2471  (exit $ac_status); } && { 
     2472     test -z "$ac_c_werror_flag" || 
     2473     test ! -s conftest.err 
     2474       } && test -s conftest.$ac_objext; then 
    24852475  ac_cv_prog_cc_g=yes 
    24862476else 
     
    25172507  cat conftest.err >&5 
    25182508  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2519   (exit $ac_status); } && 
    2520      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    2521   { (case "(($ac_try" in 
    2522   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2523   *) ac_try_echo=$ac_try;; 
    2524 esac 
    2525 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2526   (eval "$ac_try") 2>&5 
    2527   ac_status=$? 
    2528   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2529   (exit $ac_status); }; } && 
    2530      { ac_try='test -s conftest.$ac_objext' 
    2531   { (case "(($ac_try" in 
    2532   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2533   *) ac_try_echo=$ac_try;; 
    2534 esac 
    2535 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2536   (eval "$ac_try") 2>&5 
    2537   ac_status=$? 
    2538   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2539   (exit $ac_status); }; }; then 
     2509  (exit $ac_status); } && { 
     2510     test -z "$ac_c_werror_flag" || 
     2511     test ! -s conftest.err 
     2512       } && test -s conftest.$ac_objext; then 
    25402513  : 
    25412514else 
     
    25732546  cat conftest.err >&5 
    25742547  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2575   (exit $ac_status); } && 
    2576      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    2577   { (case "(($ac_try" in 
    2578   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2579   *) ac_try_echo=$ac_try;; 
    2580 esac 
    2581 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2582   (eval "$ac_try") 2>&5 
    2583   ac_status=$? 
    2584   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2585   (exit $ac_status); }; } && 
    2586      { ac_try='test -s conftest.$ac_objext' 
    2587   { (case "(($ac_try" in 
    2588   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2589   *) ac_try_echo=$ac_try;; 
    2590 esac 
    2591 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2592   (eval "$ac_try") 2>&5 
    2593   ac_status=$? 
    2594   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2595   (exit $ac_status); }; }; then 
     2548  (exit $ac_status); } && { 
     2549     test -z "$ac_c_werror_flag" || 
     2550     test ! -s conftest.err 
     2551       } && test -s conftest.$ac_objext; then 
    25962552  ac_cv_prog_cc_g=yes 
    25972553else 
     
    27092665  cat conftest.err >&5 
    27102666  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2711   (exit $ac_status); } && 
    2712      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    2713   { (case "(($ac_try" in 
    2714   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2715   *) ac_try_echo=$ac_try;; 
    2716 esac 
    2717 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2718   (eval "$ac_try") 2>&5 
    2719   ac_status=$? 
    2720   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2721   (exit $ac_status); }; } && 
    2722      { ac_try='test -s conftest.$ac_objext' 
    2723   { (case "(($ac_try" in 
    2724   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2725   *) ac_try_echo=$ac_try;; 
    2726 esac 
    2727 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2728   (eval "$ac_try") 2>&5 
    2729   ac_status=$? 
    2730   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2731   (exit $ac_status); }; }; then 
     2667  (exit $ac_status); } && { 
     2668     test -z "$ac_c_werror_flag" || 
     2669     test ! -s conftest.err 
     2670       } && test -s conftest.$ac_objext; then 
    27322671  ac_cv_prog_cc_c89=$ac_arg 
    27332672else 
     
    27852724#include <stdio.h> 
    27862725 
     2726// Check varargs macros.  These examples are taken from C99 6.10.3.5. 
     2727#define debug(...) fprintf (stderr, __VA_ARGS__) 
     2728#define showlist(...) puts (#__VA_ARGS__) 
     2729#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) 
     2730static void 
     2731test_varargs_macros (void) 
     2732{ 
     2733  int x = 1234; 
     2734  int y = 5678; 
     2735  debug ("Flag"); 
     2736  debug ("X = %d\n", x); 
     2737  showlist (The first, second, and third items.); 
     2738  report (x>y, "x is %d but y is %d", x, y); 
     2739} 
     2740 
     2741// Check long long types. 
     2742#define BIG64 18446744073709551615ull 
     2743#define BIG32 4294967295ul 
     2744#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) 
     2745#if !BIG_OK 
     2746  your preprocessor is broken; 
     2747#endif 
     2748#if BIG_OK 
     2749#else 
     2750  your preprocessor is broken; 
     2751#endif 
     2752static long long int bignum = -9223372036854775807LL; 
     2753static unsigned long long int ubignum = BIG64; 
     2754 
    27872755struct incomplete_array 
    27882756{ 
     
    28002768 
    28012769static inline int 
    2802 test_restrict(ccp restrict text) 
     2770test_restrict (ccp restrict text) 
    28032771{ 
    28042772  // See if C++-style comments work. 
     
    28102778} 
    28112779 
    2812 // Check varargs and va_copy work
     2780// Check varargs and va_copy
    28132781static void 
    2814 test_varargs(const char *format, ...) 
     2782test_varargs (const char *format, ...) 
    28152783{ 
    28162784  va_list args; 
    2817   va_start(args, format); 
     2785  va_start (args, format); 
    28182786  va_list args_copy; 
    2819   va_copy(args_copy, args); 
     2787  va_copy (args_copy, args); 
    28202788 
    28212789  const char *str; 
     
    28282796    { 
    28292797    case 's': // string 
    2830       str = va_arg(args_copy, const char *); 
     2798      str = va_arg (args_copy, const char *); 
    28312799      break; 
    28322800    case 'd': // int 
    2833       number = va_arg(args_copy, int); 
     2801      number = va_arg (args_copy, int); 
    28342802      break; 
    28352803    case 'f': // float 
    2836       fnumber = (float) va_arg(args_copy, double); 
     2804      fnumber = va_arg (args_copy, double); 
    28372805      break; 
    28382806    default: 
     
    28402808    } 
    28412809    } 
    2842   va_end(args_copy); 
    2843   va_end(args); 
     2810  va_end (args_copy); 
     2811  va_end (args); 
    28442812} 
    28452813 
     
    28482816{ 
    28492817 
    2850   // Check bool and long long datatypes
     2818  // Check bool
    28512819  _Bool success = false; 
    2852   long long int bignum = -1234567890LL; 
    2853   unsigned long long int ubignum = 1234567890uLL; 
    28542820 
    28552821  // Check restrict. 
    2856   if (test_restrict("String literal") != 0) 
     2822  if (test_restrict ("String literal") == 0) 
    28572823    success = true; 
    28582824  char *restrict newvar = "Another string"; 
    28592825 
    28602826  // Check varargs. 
    2861   test_varargs("s, d' f .", "string", 65, 34.234); 
    2862  
    2863   // Check incomplete arrays work. 
     2827  test_varargs ("s, d' f .", "string", 65, 34.234); 
     2828  test_varargs_macros (); 
     2829 
     2830  // Check flexible array members. 
    28642831  struct incomplete_array *ia = 
    2865     malloc(sizeof(struct incomplete_array) + (sizeof(double) * 10)); 
     2832    malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); 
    28662833  ia->datasize = 10; 
    28672834  for (int i = 0; i < ia->datasize; ++i) 
    2868     ia->data[i] = (double) i * 1.234; 
    2869  
    2870   // Check named initialisers. 
     2835    ia->data[i] = i * 1.234; 
     2836 
     2837  // Check named initializers. 
    28712838  struct named_init ni = { 
    28722839    .number = 34, 
     
    28782845 
    28792846  int dynamic_array[ni.number]; 
    2880   dynamic_array[43] = 543; 
     2847  dynamic_array[ni.number - 1] = 543; 
    28812848 
    28822849  // work around unused variable warnings 
    2883   return  bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'; 
     2850  return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' 
     2851      || dynamic_array[ni.number - 1] != 543); 
    28842852 
    28852853  ; 
     
    29032871  cat conftest.err >&5 
    29042872  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2905   (exit $ac_status); } && 
    2906      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    2907   { (case "(($ac_try" in 
    2908   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2909   *) ac_try_echo=$ac_try;; 
    2910 esac 
    2911 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2912   (eval "$ac_try") 2>&5 
    2913   ac_status=$? 
    2914   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2915   (exit $ac_status); }; } && 
    2916      { ac_try='test -s conftest.$ac_objext' 
    2917   { (case "(($ac_try" in 
    2918   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2919   *) ac_try_echo=$ac_try;; 
    2920 esac 
    2921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2922   (eval "$ac_try") 2>&5 
    2923   ac_status=$? 
    2924   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2925   (exit $ac_status); }; }; then 
     2873  (exit $ac_status); } && { 
     2874     test -z "$ac_c_werror_flag" || 
     2875     test ! -s conftest.err 
     2876       } && test -s conftest.$ac_objext; then 
    29262877  ac_cv_prog_cc_c99=$ac_arg 
    29272878else 
     
    29732924  test -z "$as_dir" && as_dir=. 
    29742925  for ac_exec_ext in '' $ac_executable_extensions; do 
    2975   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     2926  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    29762927    ac_cv_path_GDB="$as_dir/$ac_word$ac_exec_ext" 
    29772928    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    30302981  test -z "$as_dir" && as_dir=. 
    30312982  for ac_exec_ext in '' $ac_executable_extensions; do 
    3032   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     2983  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    30332984    ac_cv_path_CHMOD="$as_dir/$ac_word$ac_exec_ext" 
    30342985    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    30703021  test -z "$as_dir" && as_dir=. 
    30713022  for ac_exec_ext in '' $ac_executable_extensions; do 
    3072   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     3023  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    30733024    ac_cv_path_CP="$as_dir/$ac_word$ac_exec_ext" 
    30743025    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    31103061  test -z "$as_dir" && as_dir=. 
    31113062  for ac_exec_ext in '' $ac_executable_extensions; do 
    3112   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     3063  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    31133064    ac_cv_path_ECHO="$as_dir/$ac_word$ac_exec_ext" 
    31143065    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    31993150    for ac_prog in ginstall scoinst install; do 
    32003151      for ac_exec_ext in '' $ac_executable_extensions; do 
    3201     if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; }; then 
     3152    if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then 
    32023153      if test $ac_prog = install && 
    32033154        grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 
     
    32723223  test -z "$as_dir" && as_dir=. 
    32733224  for ac_exec_ext in '' $ac_executable_extensions; do 
    3274   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     3225  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    32753226    ac_cv_path_MAKE="$as_dir/$ac_word$ac_exec_ext" 
    32763227    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    33123263  test -z "$as_dir" && as_dir=. 
    33133264  for ac_exec_ext in '' $ac_executable_extensions; do 
    3314   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     3265  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    33153266    ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext" 
    33163267    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    33523303  test -z "$as_dir" && as_dir=. 
    33533304  for ac_exec_ext in '' $ac_executable_extensions; do 
    3354   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     3305  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    33553306    ac_cv_path_TEST="$as_dir/$ac_word$ac_exec_ext" 
    33563307    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    33923343  test -z "$as_dir" && as_dir=. 
    33933344  for ac_exec_ext in '' $ac_executable_extensions; do 
    3394   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     3345  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    33953346    ac_cv_path_TOUCH="$as_dir/$ac_word$ac_exec_ext" 
    33963347    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    34323383  test -z "$as_dir" && as_dir=. 
    34333384  for ac_exec_ext in '' $ac_executable_extensions; do 
    3434   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     3385  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    34353386    ac_cv_path_RM="$as_dir/$ac_word$ac_exec_ext" 
    34363387    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    34733424  test -z "$as_dir" && as_dir=. 
    34743425  for ac_exec_ext in '' $ac_executable_extensions; do 
    3475   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     3426  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    34763427    ac_cv_path_INDENT="$as_dir/$ac_word$ac_exec_ext" 
    34773428    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    35133464  test -z "$as_dir" && as_dir=. 
    35143465  for ac_exec_ext in '' $ac_executable_extensions; do 
    3515   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     3466  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    35163467    ac_cv_path_CTAGS="$as_dir/$ac_word$ac_exec_ext" 
    35173468    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    35533504  test -z "$as_dir" && as_dir=. 
    35543505  for ac_exec_ext in '' $ac_executable_extensions; do 
    3555   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     3506  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    35563507    ac_cv_path_ETAGS="$as_dir/$ac_word$ac_exec_ext" 
    35573508    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    35933544  test -z "$as_dir" && as_dir=. 
    35943545  for ac_exec_ext in '' $ac_executable_extensions; do 
    3595   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     3546  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    35963547    ac_cv_path_EXCTAGS="$as_dir/$ac_word$ac_exec_ext" 
    35973548    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    36423593  test -z "$as_dir" && as_dir=. 
    36433594  for ac_exec_ext in '' $ac_executable_extensions; do 
    3644   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     3595  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    36453596    ac_cv_path_UPTIME="$as_dir/$ac_word$ac_exec_ext" 
    36463597    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    36943645  test -z "$as_dir" && as_dir=. 
    36953646  for ac_exec_ext in '' $ac_executable_extensions; do 
    3696   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     3647  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    36973648    ac_cv_path_SENDMAIL="$as_dir/$ac_word$ac_exec_ext" 
    36983649    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    37853736  cat conftest.err >&5 
    37863737  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    3787   (exit $ac_status); } >/dev/null; then 
    3788   if test -s conftest.err; then 
    3789     ac_cpp_err=$ac_c_preproc_warn_flag 
    3790     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    3791   else 
    3792     ac_cpp_err= 
    3793   fi 
    3794 else 
    3795   ac_cpp_err=yes 
    3796 fi 
    3797 if test -z "$ac_cpp_err"; then 
     3738  (exit $ac_status); } >/dev/null && { 
     3739     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     3740     test ! -s conftest.err 
     3741       }; then 
    37983742  : 
    37993743else 
     
    38293773  cat conftest.err >&5 
    38303774  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    3831   (exit $ac_status); } >/dev/null; then 
    3832   if test -s conftest.err; then 
    3833     ac_cpp_err=$ac_c_preproc_warn_flag 
    3834     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    3835   else 
    3836     ac_cpp_err= 
    3837   fi 
    3838 else 
    3839   ac_cpp_err=yes 
    3840 fi 
    3841 if test -z "$ac_cpp_err"; then 
     3775  (exit $ac_status); } >/dev/null && { 
     3776     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     3777     test ! -s conftest.err 
     3778       }; then 
    38423779  # Broken: success on invalid input. 
    38433780continue 
     
    39043841  cat conftest.err >&5 
    39053842  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    3906   (exit $ac_status); } >/dev/null; then 
    3907   if test -s conftest.err; then 
    3908     ac_cpp_err=$ac_c_preproc_warn_flag 
    3909     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    3910   else 
    3911     ac_cpp_err= 
    3912   fi 
    3913 else 
    3914   ac_cpp_err=yes 
    3915 fi 
    3916 if test -z "$ac_cpp_err"; then 
     3843  (exit $ac_status); } >/dev/null && { 
     3844     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     3845     test ! -s conftest.err 
     3846       }; then 
    39173847  : 
    39183848else 
     
    39483878  cat conftest.err >&5 
    39493879  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    3950   (exit $ac_status); } >/dev/null; then 
    3951   if test -s conftest.err; then 
    3952     ac_cpp_err=$ac_c_preproc_warn_flag 
    3953     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    3954   else 
    3955     ac_cpp_err= 
    3956   fi 
    3957 else 
    3958   ac_cpp_err=yes 
    3959 fi 
    3960 if test -z "$ac_cpp_err"; then 
     3880  (exit $ac_status); } >/dev/null && { 
     3881     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     3882     test ! -s conftest.err 
     3883       }; then 
    39613884  # Broken: success on invalid input. 
    39623885continue 
     
    40133936  for ac_exec_ext in '' $ac_executable_extensions; do 
    40143937    ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 
    4015     { test -f "$ac_path_GREP" && $as_executable_p "$ac_path_GREP"; } || continue 
     3938    { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 
    40163939    # Check for GNU ac_path_GREP and select it if it is found. 
    40173940  # Check for GNU $ac_path_GREP 
     
    40954018  for ac_exec_ext in '' $ac_executable_extensions; do 
    40964019    ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 
    4097     { test -f "$ac_path_EGREP" && $as_executable_p "$ac_path_EGREP"; } || continue 
     4020    { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 
    40984021    # Check for GNU ac_path_EGREP and select it if it is found. 
    40994022  # Check for GNU $ac_path_EGREP 
     
    41914114  cat conftest.err >&5 
    41924115  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4193   (exit $ac_status); } && 
    4194      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    4195   { (case "(($ac_try" in 
    4196   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4197   *) ac_try_echo=$ac_try;; 
    4198 esac 
    4199 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4200   (eval "$ac_try") 2>&5 
    4201   ac_status=$? 
    4202   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4203   (exit $ac_status); }; } && 
    4204      { ac_try='test -s conftest.$ac_objext' 
    4205   { (case "(($ac_try" in 
    4206   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4207   *) ac_try_echo=$ac_try;; 
    4208 esac 
    4209 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4210   (eval "$ac_try") 2>&5 
    4211   ac_status=$? 
    4212   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4213   (exit $ac_status); }; }; then 
     4116  (exit $ac_status); } && { 
     4117     test -z "$ac_c_werror_flag" || 
     4118     test ! -s conftest.err 
     4119       } && test -s conftest.$ac_objext; then 
    42144120  ac_cv_header_stdc=yes 
    42154121else 
     
    43874293  cat conftest.err >&5 
    43884294  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4389   (exit $ac_status); } && 
    4390      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    4391   { (case "(($ac_try" in 
    4392   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4393   *) ac_try_echo=$ac_try;; 
    4394 esac 
    4395 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4396   (eval "$ac_try") 2>&5 
    4397   ac_status=$? 
    4398   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4399   (exit $ac_status); }; } && 
    4400      { ac_try='test -s conftest.$ac_objext' 
    4401   { (case "(($ac_try" in 
    4402   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4403   *) ac_try_echo=$ac_try;; 
    4404 esac 
    4405 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4406   (eval "$ac_try") 2>&5 
    4407   ac_status=$? 
    4408   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4409   (exit $ac_status); }; }; then 
     4295  (exit $ac_status); } && { 
     4296     test -z "$ac_c_werror_flag" || 
     4297     test ! -s conftest.err 
     4298       } && test -s conftest.$ac_objext; then 
    44104299  eval "$as_ac_Header=yes" 
    44114300else 
     
    45314420  cat conftest.err >&5 
    45324421  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4533   (exit $ac_status); } && 
    4534      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    4535   { (case "(($ac_try" in 
    4536   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4537   *) ac_try_echo=$ac_try;; 
    4538 esac 
    4539 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4540   (eval "$ac_try") 2>&5 
    4541   ac_status=$? 
    4542   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4543   (exit $ac_status); }; } && 
    4544      { ac_try='test -s conftest.$ac_objext' 
    4545   { (case "(($ac_try" in 
    4546   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4547   *) ac_try_echo=$ac_try;; 
    4548 esac 
    4549 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4550   (eval "$ac_try") 2>&5 
    4551   ac_status=$? 
    4552   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4553   (exit $ac_status); }; }; then 
     4422  (exit $ac_status); } && { 
     4423     test -z "$ac_c_werror_flag" || 
     4424     test ! -s conftest.err 
     4425       } && test -s conftest.$ac_objext; then 
    45544426  ac_cv_header_stdbool_h=yes 
    45554427else 
     
    46014473  cat conftest.err >&5 
    46024474  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4603   (exit $ac_status); } && 
    4604      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    4605   { (case "(($ac_try" in 
    4606   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4607   *) ac_try_echo=$ac_try;; 
    4608 esac 
    4609 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4610   (eval "$ac_try") 2>&5 
    4611   ac_status=$? 
    4612   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4613   (exit $ac_status); }; } && 
    4614      { ac_try='test -s conftest.$ac_objext' 
    4615   { (case "(($ac_try" in 
    4616   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4617   *) ac_try_echo=$ac_try;; 
    4618 esac 
    4619 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4620   (eval "$ac_try") 2>&5 
    4621   ac_status=$? 
    4622   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4623   (exit $ac_status); }; }; then 
     4475  (exit $ac_status); } && { 
     4476     test -z "$ac_c_werror_flag" || 
     4477     test ! -s conftest.err 
     4478       } && test -s conftest.$ac_objext; then 
    46244479  ac_cv_type__Bool=yes 
    46254480else 
     
    46944549  cat conftest.err >&5 
    46954550  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4696   (exit $ac_status); } && 
    4697      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    4698   { (case "(($ac_try" in 
    4699   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4700   *) ac_try_echo=$ac_try;; 
    4701 esac 
    4702 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4703   (eval "$ac_try") 2>&5 
    4704   ac_status=$? 
    4705   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4706   (exit $ac_status); }; } && 
    4707      { ac_try='test -s conftest.$ac_objext' 
    4708   { (case "(($ac_try" in 
    4709   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4710   *) ac_try_echo=$ac_try;; 
    4711 esac 
    4712 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4713   (eval "$ac_try") 2>&5 
    4714   ac_status=$? 
    4715   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4716   (exit $ac_status); }; }; then 
     4551  (exit $ac_status); } && { 
     4552     test -z "$ac_c_werror_flag" || 
     4553     test ! -s conftest.err 
     4554       } && test -s conftest.$ac_objext; then 
    47174555  ac_cv_header_sys_wait_h=yes 
    47184556else 
     
    47724610  cat conftest.err >&5 
    47734611  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4774   (exit $ac_status); } && 
    4775      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    4776   { (case "(($ac_try" in 
    4777   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4778   *) ac_try_echo=$ac_try;; 
    4779 esac 
    4780 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4781   (eval "$ac_try") 2>&5 
    4782   ac_status=$? 
    4783   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4784   (exit $ac_status); }; } && 
    4785      { ac_try='test -s conftest.$ac_objext' 
    4786   { (case "(($ac_try" in 
    4787   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4788   *) ac_try_echo=$ac_try;; 
    4789 esac 
    4790 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4791   (eval "$ac_try") 2>&5 
    4792   ac_status=$? 
    4793   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4794   (exit $ac_status); }; }; then 
     4612  (exit $ac_status); } && { 
     4613     test -z "$ac_c_werror_flag" || 
     4614     test ! -s conftest.err 
     4615       } && test -s conftest.$ac_objext; then 
    47954616  ac_cv_header_time=yes 
    47964617else 
     
    48474668  cat conftest.err >&5 
    48484669  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4849   (exit $ac_status); } && 
    4850      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    4851   { (case "(($ac_try" in 
    4852   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4853   *) ac_try_echo=$ac_try;; 
    4854 esac 
    4855 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4856   (eval "$ac_try") 2>&5 
    4857   ac_status=$? 
    4858   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4859   (exit $ac_status); }; } && 
    4860      { ac_try='test -s conftest.$ac_objext' 
    4861   { (case "(($ac_try" in 
    4862   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4863   *) ac_try_echo=$ac_try;; 
    4864 esac 
    4865 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4866   (eval "$ac_try") 2>&5 
    4867   ac_status=$? 
    4868   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4869   (exit $ac_status); }; }; then 
     4670  (exit $ac_status); } && { 
     4671     test -z "$ac_c_werror_flag" || 
     4672     test ! -s conftest.err 
     4673       } && test -s conftest.$ac_objext; then 
    48704674  ac_header_compiler=yes 
    48714675else 
     
    49034707  cat conftest.err >&5 
    49044708  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4905   (exit $ac_status); } >/dev/null; then 
    4906   if test -s conftest.err; then 
    4907     ac_cpp_err=$ac_c_preproc_warn_flag 
    4908     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    4909   else 
    4910     ac_cpp_err= 
    4911   fi 
    4912 else 
    4913   ac_cpp_err=yes 
    4914 fi 
    4915 if test -z "$ac_cpp_err"; then 
     4709  (exit $ac_status); } >/dev/null && { 
     4710     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     4711     test ! -s conftest.err 
     4712       }; then 
    49164713  ac_header_preproc=yes 
    49174714else 
     
    50044801  cat conftest.err >&5 
    50054802  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5006   (exit $ac_status); } && 
    5007      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    5008   { (case "(($ac_try" in 
    5009