[Python-checkins] CVS: python/dist/src configure,1.170,1.171

Guido van Rossum python-dev@python.org
Thu, 9 Nov 2000 13:14:43 -0800


Update of /cvsroot/python/python/dist/src
In directory slayer.i.sourceforge.net:/tmp/cvs-serv11273

Modified Files:
	configure 
Log Message:
Committing autoconf output for
Fred.

Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.170
retrieving revision 1.171
diff -C2 -r1.170 -r1.171
*** configure	2000/11/07 15:44:21	1.170
--- configure	2000/11/09 21:14:40	1.171
***************
*** 1,5 ****
  #! /bin/sh
  
! # From configure.in Revision: 1.178
  
  # Guess values for system-dependent variables and create Makefiles.
--- 1,5 ----
  #! /bin/sh
  
! # From configure.in Revision: 1.179 
  
  # Guess values for system-dependent variables and create Makefiles.
***************
*** 4903,4952 ****
  fi
  
- echo $ac_n "checking for inline""... $ac_c" 1>&6
- echo "configure:4907: checking for inline" >&5
- if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   ac_cv_c_inline=no
- for ac_kw in inline __inline__ __inline; do
-   cat > conftest.$ac_ext <<EOF
- #line 4914 "configure"
- #include "confdefs.h"
- 
- int main() {
- } $ac_kw foo() {
- ; return 0; }
- EOF
- if { (eval echo configure:4921: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   ac_cv_c_inline=$ac_kw; break
- else
-   echo "configure: failed program was:" >&5
-   cat conftest.$ac_ext >&5
- fi
- rm -f conftest*
- done
- 
- fi
- 
- echo "$ac_t""$ac_cv_c_inline" 1>&6
- case "$ac_cv_c_inline" in
-   inline | yes) ;;
-   no) cat >> confdefs.h <<\EOF
- #define inline 
- EOF
-  ;;
-   *)  cat >> confdefs.h <<EOF
- #define inline $ac_cv_c_inline
- EOF
-  ;;
- esac
  
- 
  works=no
  echo $ac_n "checking for working volatile""... $ac_c" 1>&6
! echo "configure:4949: checking for working volatile" >&5
  cat > conftest.$ac_ext <<EOF
! #line 4951 "configure"
  #include "confdefs.h"
  
--- 4903,4912 ----
  fi
  
  
  works=no
  echo $ac_n "checking for working volatile""... $ac_c" 1>&6
! echo "configure:4909: checking for working volatile" >&5
  cat > conftest.$ac_ext <<EOF
! #line 4911 "configure"
  #include "confdefs.h"
  
***************
*** 4955,4959 ****
  ; return 0; }
  EOF
! if { (eval echo configure:4958: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    works=yes
--- 4915,4919 ----
  ; return 0; }
  EOF
! if { (eval echo configure:4918: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    works=yes
***************
*** 4972,4978 ****
  works=no
  echo $ac_n "checking for working signed char""... $ac_c" 1>&6
! echo "configure:4975: checking for working signed char" >&5
  cat > conftest.$ac_ext <<EOF
! #line 4977 "configure"
  #include "confdefs.h"
  
--- 4932,4938 ----
  works=no
  echo $ac_n "checking for working signed char""... $ac_c" 1>&6
! echo "configure:4935: checking for working signed char" >&5
  cat > conftest.$ac_ext <<EOF
! #line 4937 "configure"
  #include "confdefs.h"
  
***************
*** 4981,4985 ****
  ; return 0; }
  EOF
! if { (eval echo configure:4984: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    works=yes
--- 4941,4945 ----
  ; return 0; }
  EOF
! if { (eval echo configure:4944: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    works=yes
***************
*** 4998,5004 ****
  have_prototypes=no
  echo $ac_n "checking for prototypes""... $ac_c" 1>&6
! echo "configure:5001: checking for prototypes" >&5
  cat > conftest.$ac_ext <<EOF
! #line 5003 "configure"
  #include "confdefs.h"
  int foo(int x) { return 0; }
--- 4958,4964 ----
  have_prototypes=no
  echo $ac_n "checking for prototypes""... $ac_c" 1>&6
! echo "configure:4961: checking for prototypes" >&5
  cat > conftest.$ac_ext <<EOF
! #line 4963 "configure"
  #include "confdefs.h"
  int foo(int x) { return 0; }
***************
*** 5007,5011 ****
  ; return 0; }
  EOF
! if { (eval echo configure:5010: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    cat >> confdefs.h <<\EOF
--- 4967,4971 ----
  ; return 0; }
  EOF
! if { (eval echo configure:4970: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    cat >> confdefs.h <<\EOF
***************
*** 5022,5028 ****
  works=no
  echo $ac_n "checking for variable length prototypes and stdarg.h""... $ac_c" 1>&6
! echo "configure:5025: checking for variable length prototypes and stdarg.h" >&5
  cat > conftest.$ac_ext <<EOF
! #line 5027 "configure"
  #include "confdefs.h"
  
--- 4982,4988 ----
  works=no
  echo $ac_n "checking for variable length prototypes and stdarg.h""... $ac_c" 1>&6
! echo "configure:4985: checking for variable length prototypes and stdarg.h" >&5
  cat > conftest.$ac_ext <<EOF
! #line 4987 "configure"
  #include "confdefs.h"
  
***************
*** 5041,5045 ****
  ; return 0; }
  EOF
! if { (eval echo configure:5044: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    cat >> confdefs.h <<\EOF
--- 5001,5005 ----
  ; return 0; }
  EOF
! if { (eval echo configure:5004: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    cat >> confdefs.h <<\EOF
***************
*** 5057,5063 ****
  bad_prototypes=no
  echo $ac_n "checking for bad exec* prototypes""... $ac_c" 1>&6
! echo "configure:5060: checking for bad exec* prototypes" >&5
  cat > conftest.$ac_ext <<EOF
! #line 5062 "configure"
  #include "confdefs.h"
  #include <unistd.h>
--- 5017,5023 ----
  bad_prototypes=no
  echo $ac_n "checking for bad exec* prototypes""... $ac_c" 1>&6
! echo "configure:5020: checking for bad exec* prototypes" >&5
  cat > conftest.$ac_ext <<EOF
! #line 5022 "configure"
  #include "confdefs.h"
  #include <unistd.h>
***************
*** 5066,5070 ****
  ; return 0; }
  EOF
! if { (eval echo configure:5069: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    :
  else
--- 5026,5030 ----
  ; return 0; }
  EOF
! if { (eval echo configure:5029: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    :
  else
***************
*** 5083,5092 ****
  bad_forward=no
  echo $ac_n "checking for bad static forward""... $ac_c" 1>&6
! echo "configure:5086: checking for bad static forward" >&5
  if test "$cross_compiling" = yes; then
      { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  else
    cat > conftest.$ac_ext <<EOF
! #line 5091 "configure"
  #include "confdefs.h"
  
--- 5043,5052 ----
  bad_forward=no
  echo $ac_n "checking for bad static forward""... $ac_c" 1>&6
! echo "configure:5046: checking for bad static forward" >&5
  if test "$cross_compiling" = yes; then
      { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  else
    cat > conftest.$ac_ext <<EOF
! #line 5051 "configure"
  #include "confdefs.h"
  
***************
*** 5104,5108 ****
  
  EOF
! if { (eval echo configure:5107: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  then
    :
--- 5064,5068 ----
  
  EOF
! if { (eval echo configure:5067: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  then
    :
***************
*** 5123,5129 ****
  va_list_is_array=no
  echo $ac_n "checking whether va_list is an array""... $ac_c" 1>&6
! echo "configure:5126: checking whether va_list is an array" >&5
  cat > conftest.$ac_ext <<EOF
! #line 5128 "configure"
  #include "confdefs.h"
  
--- 5083,5089 ----
  va_list_is_array=no
  echo $ac_n "checking whether va_list is an array""... $ac_c" 1>&6
! echo "configure:5086: checking whether va_list is an array" >&5
  cat > conftest.$ac_ext <<EOF
! #line 5088 "configure"
  #include "confdefs.h"
  
***************
*** 5138,5142 ****
  ; return 0; }
  EOF
! if { (eval echo configure:5141: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    :
  else
--- 5098,5102 ----
  ; return 0; }
  EOF
! if { (eval echo configure:5101: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    :
  else
***************
*** 5154,5163 ****
  # sigh -- gethostbyname_r is a mess; it can have 3, 5 or 6 arguments :-(
  echo $ac_n "checking for gethostbyname_r""... $ac_c" 1>&6
! echo "configure:5157: checking for gethostbyname_r" >&5
  if eval "test \"`echo '$''{'ac_cv_func_gethostbyname_r'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5162 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
--- 5114,5123 ----
  # sigh -- gethostbyname_r is a mess; it can have 3, 5 or 6 arguments :-(
  echo $ac_n "checking for gethostbyname_r""... $ac_c" 1>&6
! echo "configure:5117: checking for gethostbyname_r" >&5
  if eval "test \"`echo '$''{'ac_cv_func_gethostbyname_r'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5122 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
***************
*** 5182,5186 ****
  ; return 0; }
  EOF
! if { (eval echo configure:5185: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_gethostbyname_r=yes"
--- 5142,5146 ----
  ; return 0; }
  EOF
! if { (eval echo configure:5145: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_gethostbyname_r=yes"
***************
*** 5202,5210 ****
  
    echo $ac_n "checking gethostbyname_r with 6 args""... $ac_c" 1>&6
! echo "configure:5205: checking gethostbyname_r with 6 args" >&5
    OLD_CFLAGS=$CFLAGS
    CFLAGS="$CFLAGS $MY_CPPFLAGS $MY_THREAD_CPPFLAGS $MY_CFLAGS"
    cat > conftest.$ac_ext <<EOF
! #line 5209 "configure"
  #include "confdefs.h"
  
--- 5162,5170 ----
  
    echo $ac_n "checking gethostbyname_r with 6 args""... $ac_c" 1>&6
! echo "configure:5165: checking gethostbyname_r with 6 args" >&5
    OLD_CFLAGS=$CFLAGS
    CFLAGS="$CFLAGS $MY_CPPFLAGS $MY_THREAD_CPPFLAGS $MY_CFLAGS"
    cat > conftest.$ac_ext <<EOF
! #line 5169 "configure"
  #include "confdefs.h"
  
***************
*** 5223,5227 ****
  ; return 0; }
  EOF
! if { (eval echo configure:5226: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    
--- 5183,5187 ----
  ; return 0; }
  EOF
! if { (eval echo configure:5186: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    
***************
*** 5243,5249 ****
      echo "$ac_t""no" 1>&6
      echo $ac_n "checking gethostbyname_r with 5 args""... $ac_c" 1>&6
! echo "configure:5246: checking gethostbyname_r with 5 args" >&5
      cat > conftest.$ac_ext <<EOF
! #line 5248 "configure"
  #include "confdefs.h"
  
--- 5203,5209 ----
      echo "$ac_t""no" 1>&6
      echo $ac_n "checking gethostbyname_r with 5 args""... $ac_c" 1>&6
! echo "configure:5206: checking gethostbyname_r with 5 args" >&5
      cat > conftest.$ac_ext <<EOF
! #line 5208 "configure"
  #include "confdefs.h"
  
***************
*** 5262,5266 ****
  ; return 0; }
  EOF
! if { (eval echo configure:5265: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    
--- 5222,5226 ----
  ; return 0; }
  EOF
! if { (eval echo configure:5225: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    
***************
*** 5282,5288 ****
        echo "$ac_t""no" 1>&6
        echo $ac_n "checking gethostbyname_r with 3 args""... $ac_c" 1>&6
! echo "configure:5285: checking gethostbyname_r with 3 args" >&5
        cat > conftest.$ac_ext <<EOF
! #line 5287 "configure"
  #include "confdefs.h"
  
--- 5242,5248 ----
        echo "$ac_t""no" 1>&6
        echo $ac_n "checking gethostbyname_r with 3 args""... $ac_c" 1>&6
! echo "configure:5245: checking gethostbyname_r with 3 args" >&5
        cat > conftest.$ac_ext <<EOF
! #line 5247 "configure"
  #include "confdefs.h"
  
***************
*** 5299,5303 ****
  ; return 0; }
  EOF
! if { (eval echo configure:5302: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    
--- 5259,5263 ----
  ; return 0; }
  EOF
! if { (eval echo configure:5262: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    
***************
*** 5335,5344 ****
  do
  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
! echo "configure:5338: checking for $ac_func" >&5
  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5343 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
--- 5295,5304 ----
  do
  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
! echo "configure:5298: checking for $ac_func" >&5
  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5303 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
***************
*** 5363,5367 ****
  ; return 0; }
  EOF
! if { (eval echo configure:5366: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_$ac_func=yes"
--- 5323,5327 ----
  ; return 0; }
  EOF
! if { (eval echo configure:5326: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_$ac_func=yes"
***************
*** 5401,5410 ****
  # Linux requires this for correct f.p. operations
  echo $ac_n "checking for __fpu_control""... $ac_c" 1>&6
! echo "configure:5404: checking for __fpu_control" >&5
  if eval "test \"`echo '$''{'ac_cv_func___fpu_control'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5409 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
--- 5361,5370 ----
  # Linux requires this for correct f.p. operations
  echo $ac_n "checking for __fpu_control""... $ac_c" 1>&6
! echo "configure:5364: checking for __fpu_control" >&5
  if eval "test \"`echo '$''{'ac_cv_func___fpu_control'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5369 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
***************
*** 5429,5433 ****
  ; return 0; }
  EOF
! if { (eval echo configure:5432: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func___fpu_control=yes"
--- 5389,5393 ----
  ; return 0; }
  EOF
! if { (eval echo configure:5392: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func___fpu_control=yes"
***************
*** 5447,5451 ****
    echo "$ac_t""no" 1>&6
  echo $ac_n "checking for __fpu_control in -lieee""... $ac_c" 1>&6
! echo "configure:5450: checking for __fpu_control in -lieee" >&5
  ac_lib_var=`echo ieee'_'__fpu_control | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
--- 5407,5411 ----
    echo "$ac_t""no" 1>&6
  echo $ac_n "checking for __fpu_control in -lieee""... $ac_c" 1>&6
! echo "configure:5410: checking for __fpu_control in -lieee" >&5
  ac_lib_var=`echo ieee'_'__fpu_control | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
***************
*** 5455,5459 ****
  LIBS="-lieee  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 5458 "configure"
  #include "confdefs.h"
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 5415,5419 ----
  LIBS="-lieee  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 5418 "configure"
  #include "confdefs.h"
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 5466,5470 ****
  ; return 0; }
  EOF
! if { (eval echo configure:5469: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
--- 5426,5430 ----
  ; return 0; }
  EOF
! if { (eval echo configure:5429: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
***************
*** 5499,5503 ****
  # Check for --with-fpectl
  echo $ac_n "checking for --with-fpectl""... $ac_c" 1>&6
! echo "configure:5502: checking for --with-fpectl" >&5
  # Check whether --with-fpectl or --without-fpectl was given.
  if test "${with_fpectl+set}" = set; then
--- 5459,5463 ----
  # Check for --with-fpectl
  echo $ac_n "checking for --with-fpectl""... $ac_c" 1>&6
! echo "configure:5462: checking for --with-fpectl" >&5
  # Check whether --with-fpectl or --without-fpectl was given.
  if test "${with_fpectl+set}" = set; then
***************
*** 5525,5529 ****
  esac
  echo $ac_n "checking for --with-libm=STRING""... $ac_c" 1>&6
! echo "configure:5528: checking for --with-libm=STRING" >&5
  # Check whether --with-libm or --without-libm was given.
  if test "${with_libm+set}" = set; then
--- 5485,5489 ----
  esac
  echo $ac_n "checking for --with-libm=STRING""... $ac_c" 1>&6
! echo "configure:5488: checking for --with-libm=STRING" >&5
  # Check whether --with-libm or --without-libm was given.
  if test "${with_libm+set}" = set; then
***************
*** 5546,5550 ****
  
  echo $ac_n "checking for --with-libc=STRING""... $ac_c" 1>&6
! echo "configure:5549: checking for --with-libc=STRING" >&5
  # Check whether --with-libc or --without-libc was given.
  if test "${with_libc+set}" = set; then
--- 5506,5510 ----
  
  echo $ac_n "checking for --with-libc=STRING""... $ac_c" 1>&6
! echo "configure:5509: checking for --with-libc=STRING" >&5
  # Check whether --with-libc or --without-libc was given.
  if test "${with_libc+set}" = set; then
***************
*** 5570,5579 ****
  do
  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
! echo "configure:5573: checking for $ac_func" >&5
  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5578 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
--- 5530,5539 ----
  do
  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
! echo "configure:5533: checking for $ac_func" >&5
  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5538 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
***************
*** 5598,5602 ****
  ; return 0; }
  EOF
! if { (eval echo configure:5601: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_$ac_func=yes"
--- 5558,5562 ----
  ; return 0; }
  EOF
! if { (eval echo configure:5561: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_$ac_func=yes"
***************
*** 5628,5632 ****
  # check whether malloc(0) returns NULL or not
  echo $ac_n "checking what malloc(0) returns""... $ac_c" 1>&6
! echo "configure:5631: checking what malloc(0) returns" >&5
  if eval "test \"`echo '$''{'ac_cv_malloc_zero'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
--- 5588,5592 ----
  # check whether malloc(0) returns NULL or not
  echo $ac_n "checking what malloc(0) returns""... $ac_c" 1>&6
! echo "configure:5591: checking what malloc(0) returns" >&5
  if eval "test \"`echo '$''{'ac_cv_malloc_zero'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
***************
*** 5636,5640 ****
  else
    cat > conftest.$ac_ext <<EOF
! #line 5639 "configure"
  #include "confdefs.h"
  #include <stdio.h>
--- 5596,5600 ----
  else
    cat > conftest.$ac_ext <<EOF
! #line 5599 "configure"
  #include "confdefs.h"
  #include <stdio.h>
***************
*** 5655,5659 ****
  }
  EOF
! if { (eval echo configure:5658: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  then
    ac_cv_malloc_zero=nonnull
--- 5615,5619 ----
  }
  EOF
! if { (eval echo configure:5618: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  then
    ac_cv_malloc_zero=nonnull
***************
*** 5681,5695 ****
  ac_safe=`echo "wchar.h" | sed 'y%./+-%__p_%'`
  echo $ac_n "checking for wchar.h""... $ac_c" 1>&6
! echo "configure:5684: checking for wchar.h" >&5
  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5689 "configure"
  #include "confdefs.h"
  #include <wchar.h>
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:5694: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
--- 5641,5655 ----
  ac_safe=`echo "wchar.h" | sed 'y%./+-%__p_%'`
  echo $ac_n "checking for wchar.h""... $ac_c" 1>&6
! echo "configure:5644: checking for wchar.h" >&5
  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5649 "configure"
  #include "confdefs.h"
  #include <wchar.h>
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:5654: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
***************
*** 5721,5730 ****
  usable_wchar_t="unkown"
  echo $ac_n "checking for usable wchar_t""... $ac_c" 1>&6
! echo "configure:5724: checking for usable wchar_t" >&5
  if test "$cross_compiling" = yes; then
      { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  else
    cat > conftest.$ac_ext <<EOF
! #line 5729 "configure"
  #include "confdefs.h"
  
--- 5681,5690 ----
  usable_wchar_t="unkown"
  echo $ac_n "checking for usable wchar_t""... $ac_c" 1>&6
! echo "configure:5684: checking for usable wchar_t" >&5
  if test "$cross_compiling" = yes; then
      { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  else
    cat > conftest.$ac_ext <<EOF
! #line 5689 "configure"
  #include "confdefs.h"
  
***************
*** 5740,5744 ****
  
  EOF
! if { (eval echo configure:5743: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  then
    cat >> confdefs.h <<\EOF
--- 5700,5704 ----
  
  EOF
! if { (eval echo configure:5703: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  then
    cat >> confdefs.h <<\EOF
***************
*** 5759,5763 ****
  # check for endianness
  echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
! echo "configure:5762: checking whether byte ordering is bigendian" >&5
  if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
--- 5719,5723 ----
  # check for endianness
  echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
! echo "configure:5722: checking whether byte ordering is bigendian" >&5
  if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
***************
*** 5766,5770 ****
  # See if sys/param.h defines the BYTE_ORDER macro.
  cat > conftest.$ac_ext <<EOF
! #line 5769 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
--- 5726,5730 ----
  # See if sys/param.h defines the BYTE_ORDER macro.
  cat > conftest.$ac_ext <<EOF
! #line 5729 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
***************
*** 5777,5785 ****
  ; return 0; }
  EOF
! if { (eval echo configure:5780: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    # It does; now see whether it defined to BIG_ENDIAN or not.
  cat > conftest.$ac_ext <<EOF
! #line 5784 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
--- 5737,5745 ----
  ; return 0; }
  EOF
! if { (eval echo configure:5740: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    # It does; now see whether it defined to BIG_ENDIAN or not.
  cat > conftest.$ac_ext <<EOF
! #line 5744 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
***************
*** 5792,5796 ****
  ; return 0; }
  EOF
! if { (eval echo configure:5795: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    ac_cv_c_bigendian=yes
--- 5752,5756 ----
  ; return 0; }
  EOF
! if { (eval echo configure:5755: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    ac_cv_c_bigendian=yes
***************
*** 5812,5816 ****
  else
    cat > conftest.$ac_ext <<EOF
! #line 5815 "configure"
  #include "confdefs.h"
  main () {
--- 5772,5776 ----
  else
    cat > conftest.$ac_ext <<EOF
! #line 5775 "configure"
  #include "confdefs.h"
  main () {
***************
*** 5825,5829 ****
  }
  EOF
! if { (eval echo configure:5828: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  then
    ac_cv_c_bigendian=no
--- 5785,5789 ----
  }
  EOF
! if { (eval echo configure:5788: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  then
    ac_cv_c_bigendian=no
***************
*** 5852,5856 ****
  # or fills with zeros (like the Cray J90, according to Tim Peters).
  echo $ac_n "checking whether right shift extends the sign bit""... $ac_c" 1>&6
! echo "configure:5855: checking whether right shift extends the sign bit" >&5
  if eval "test \"`echo '$''{'ac_cv_rshift_extends_sign'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
--- 5812,5816 ----
  # or fills with zeros (like the Cray J90, according to Tim Peters).
  echo $ac_n "checking whether right shift extends the sign bit""... $ac_c" 1>&6
! echo "configure:5815: checking whether right shift extends the sign bit" >&5
  if eval "test \"`echo '$''{'ac_cv_rshift_extends_sign'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
***************
*** 5861,5865 ****
  else
    cat > conftest.$ac_ext <<EOF
! #line 5864 "configure"
  #include "confdefs.h"
  
--- 5821,5825 ----
  else
    cat > conftest.$ac_ext <<EOF
! #line 5824 "configure"
  #include "confdefs.h"
  
***************
*** 5870,5874 ****
  
  EOF
! if { (eval echo configure:5873: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  then
    ac_cv_rshift_extends_sign=yes
--- 5830,5834 ----
  
  EOF
! if { (eval echo configure:5833: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  then
    ac_cv_rshift_extends_sign=yes
***************
*** 5902,5911 ****
  EOF
  echo $ac_n "checking for socklen_t""... $ac_c" 1>&6
! echo "configure:5905: checking for socklen_t" >&5
  if eval "test \"`echo '$''{'ac_cv_type_socklen_t'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5910 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
--- 5862,5871 ----
  EOF
  echo $ac_n "checking for socklen_t""... $ac_c" 1>&6
! echo "configure:5865: checking for socklen_t" >&5
  if eval "test \"`echo '$''{'ac_cv_type_socklen_t'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5870 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
***************
*** 5936,5940 ****
  
  echo $ac_n "checking for Modules/Setup""... $ac_c" 1>&6
! echo "configure:5939: checking for Modules/Setup" >&5
  if test ! -f Modules/Setup ; then
      if test ! -d Modules ; then
--- 5896,5900 ----
  
  echo $ac_n "checking for Modules/Setup""... $ac_c" 1>&6
! echo "configure:5899: checking for Modules/Setup" >&5
  if test ! -f Modules/Setup ; then
      if test ! -d Modules ; then