Diff for /parser3/configure between versions 1.47 and 1.50

version 1.47, 2002/09/24 11:42:04 version 1.50, 2002/10/14 08:29:50
Line 3050  _locking \ Line 3050  _locking \
 fcntl \  fcntl \
 lockf \  lockf \
 getrusage \  getrusage \
   gettimeofday \
 crypt  crypt
   
 do  do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
 echo "configure:3058: checking for $ac_func" >&5  echo "configure:3059: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
 #line 3063 "configure"  #line 3064 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */      which can conflict with char $ac_func(); below.  */
Line 3085  $ac_func(); Line 3086  $ac_func();
   
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:3089: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:3090: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*    rm -rf conftest*
   eval "ac_cv_func_$ac_func=yes"    eval "ac_cv_func_$ac_func=yes"
 else  else
Line 3114  done Line 3115  done
 for ac_func in qsort  for ac_func in qsort
 do  do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
 echo "configure:3118: checking for $ac_func" >&5  echo "configure:3119: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
 #line 3123 "configure"  #line 3124 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */      which can conflict with char $ac_func(); below.  */
Line 3145  $ac_func(); Line 3146  $ac_func();
   
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:3149: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:3150: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*    rm -rf conftest*
   eval "ac_cv_func_$ac_func=yes"    eval "ac_cv_func_$ac_func=yes"
 else  else
Line 3173  done Line 3174  done
 for ac_func in select  for ac_func in select
 do  do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
 echo "configure:3177: checking for $ac_func" >&5  echo "configure:3178: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
 #line 3182 "configure"  #line 3183 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */      which can conflict with char $ac_func(); below.  */
Line 3204  $ac_func(); Line 3205  $ac_func();
   
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:3208: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:3209: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*    rm -rf conftest*
   eval "ac_cv_func_$ac_func=yes"    eval "ac_cv_func_$ac_func=yes"
 else  else
Line 3232  done Line 3233  done
   
   
 echo $ac_n "checking for timezone variable""... $ac_c" 1>&6  echo $ac_n "checking for timezone variable""... $ac_c" 1>&6
 echo "configure:3236: checking for timezone variable" >&5  echo "configure:3237: checking for timezone variable" >&5
 cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
 #line 3238 "configure"  #line 3239 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <time.h>  #include <time.h>
 int main() {  int main() {
Line 3243  time_t test=timezone; Line 3244  time_t test=timezone;
   
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:3247: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  if { (eval echo configure:3248: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*    rm -rf conftest*
   cat >> confdefs.h <<\EOF    cat >> confdefs.h <<\EOF
 #define HAVE_TIMEZONE 1  #define HAVE_TIMEZONE 1
Line 3259  fi Line 3260  fi
 rm -f conftest*                           rm -f conftest*                         
   
 echo $ac_n "checking for daylight variable""... $ac_c" 1>&6  echo $ac_n "checking for daylight variable""... $ac_c" 1>&6
 echo "configure:3263: checking for daylight variable" >&5  echo "configure:3264: checking for daylight variable" >&5
 cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
 #line 3265 "configure"  #line 3266 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <time.h>  #include <time.h>
 int main() {  int main() {
Line 3270  int test=daylight; Line 3271  int test=daylight;
   
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:3274: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  if { (eval echo configure:3275: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*    rm -rf conftest*
   cat >> confdefs.h <<\EOF    cat >> confdefs.h <<\EOF
 #define HAVE_DAYLIGHT 1  #define HAVE_DAYLIGHT 1
Line 3286  fi Line 3287  fi
 rm -f conftest*                           rm -f conftest*                         
   
 echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6  echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6
 echo "configure:3290: checking for tm_gmtoff in struct tm" >&5  echo "configure:3291: checking for tm_gmtoff in struct tm" >&5
 cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
 #line 3292 "configure"  #line 3293 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <time.h>  #include <time.h>
 int main() {  int main() {
Line 3297  tm.tm_gmtoff=0; Line 3298  tm.tm_gmtoff=0;
   
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:3301: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  if { (eval echo configure:3302: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*    rm -rf conftest*
   cat >> confdefs.h <<\EOF    cat >> confdefs.h <<\EOF
 #define HAVE_TM_GMTOFF 1  #define HAVE_TM_GMTOFF 1
Line 3313  fi Line 3314  fi
 rm -f conftest*                           rm -f conftest*                         
   
 echo $ac_n "checking for tm_tzadj in struct tm""... $ac_c" 1>&6  echo $ac_n "checking for tm_tzadj in struct tm""... $ac_c" 1>&6
 echo "configure:3317: checking for tm_tzadj in struct tm" >&5  echo "configure:3318: checking for tm_tzadj in struct tm" >&5
 cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
 #line 3319 "configure"  #line 3320 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <time.h>  #include <time.h>
 int main() {  int main() {
Line 3324  tm.tm_tzadj=0; Line 3325  tm.tm_tzadj=0;
   
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:3328: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  if { (eval echo configure:3329: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*    rm -rf conftest*
   cat >> confdefs.h <<\EOF    cat >> confdefs.h <<\EOF
 #define HAVE_TM_TZADJ 1  #define HAVE_TM_TZADJ 1
Line 3341  rm -f conftest* Line 3342  rm -f conftest*
   
   
 echo $ac_n "checking whether compiler supports pragma pack""... $ac_c" 1>&6  echo $ac_n "checking whether compiler supports pragma pack""... $ac_c" 1>&6
 echo "configure:3345: checking whether compiler supports pragma pack" >&5  echo "configure:3346: checking whether compiler supports pragma pack" >&5
 cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
 #line 3347 "configure"  #line 3348 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #pragma pack(1)  #pragma pack(1)
 struct _1_byte {  struct _1_byte {
Line 3355  int main() { Line 3356  int main() {
   
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:3359: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  if { (eval echo configure:3360: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*    rm -rf conftest*
       
     echo "$ac_t""yes" 1>&6      echo "$ac_t""yes" 1>&6
Line 3374  fi Line 3375  fi
 rm -f conftest*  rm -f conftest*
   
 echo $ac_n "checking for set_new_handler""... $ac_c" 1>&6  echo $ac_n "checking for set_new_handler""... $ac_c" 1>&6
 echo "configure:3378: checking for set_new_handler" >&5  echo "configure:3379: checking for set_new_handler" >&5
 cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
 #line 3380 "configure"  #line 3381 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #ifdef HAVE_NEW  #ifdef HAVE_NEW
 #include <new>  #include <new>
Line 3388  std::set_new_handler(failed_new); Line 3389  std::set_new_handler(failed_new);
   
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:3392: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  if { (eval echo configure:3393: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*    rm -rf conftest*
       
     echo "$ac_t""yes" 1>&6      echo "$ac_t""yes" 1>&6

Removed from v.1.47  
changed lines
  Added in v.1.50


E-mail: