Changeset 3037783 in git for Singular/configure


Ignore:
Timestamp:
Nov 16, 1999, 11:52:41 AM (24 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
5952b6d526bb76067dc7af45610780364733945c
Parents:
721650e849298f036e56d58feb3f554f1bd4d84b
Message:
* hannes: libreadline and sunsos-4


git-svn-id: file:///usr/local/Singular/svn/trunk@3828 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/configure

    r721650 r3037783  
    22
    33# Guess values for system-dependent variables and create Makefiles.
    4 # Generated automatically using autoconf version 2.13
     4# Generated automatically using autoconf version 2.12
    55# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
    66#
     
    8484subdirs=
    8585MFLAGS= MAKEFLAGS=
    86 SHELL=${CONFIG_SHELL-/bin/sh}
    8786# Maximum number of lines to put in a shell here document.
    8887ac_max_here_lines=12
     
    368367
    369368  -version | --version | --versio | --versi | --vers)
    370     echo "configure generated by autoconf version 2.13"
     369    echo "configure generated by autoconf version 2.12"
    371370    exit 0 ;;
    372371
     
    538537ac_cpp='$CPP $CPPFLAGS'
    539538ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    540 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
     539ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    541540cross_compiling=$ac_cv_prog_cc_cross
    542541
    543 ac_exeext=
    544 ac_objext=o
    545542if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
    546543  # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
     
    560557
    561558echo $ac_n "checking uname for singular""... $ac_c" 1>&6
    562 echo "configure:563: checking uname for singular" >&5
     559echo "configure:560: checking uname for singular" >&5
    563560if eval "test \"`echo '$''{'ac_cv_singuname'+set}'`\" = set"; then
    564561  echo $ac_n "(cached) $ac_c" 1>&6
     
    648645set dummy gcc; ac_word=$2
    649646echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    650 echo "configure:651: checking for $ac_word" >&5
     647echo "configure:648: checking for $ac_word" >&5
    651648if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    652649  echo $ac_n "(cached) $ac_c" 1>&6
     
    655652  ac_cv_prog_CC="$CC" # Let the user override the test.
    656653else
    657   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    658   ac_dummy="$PATH"
    659   for ac_dir in $ac_dummy; do
     654  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     655  for ac_dir in $PATH; do
    660656    test -z "$ac_dir" && ac_dir=.
    661657    if test -f $ac_dir/$ac_word; then
     
    678674set dummy cc; ac_word=$2
    679675echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    680 echo "configure:681: checking for $ac_word" >&5
     676echo "configure:677: checking for $ac_word" >&5
    681677if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    682678  echo $ac_n "(cached) $ac_c" 1>&6
     
    685681  ac_cv_prog_CC="$CC" # Let the user override the test.
    686682else
    687   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     683  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
    688684  ac_prog_rejected=no
    689   ac_dummy="$PATH"
    690   for ac_dir in $ac_dummy; do
     685  for ac_dir in $PATH; do
    691686    test -z "$ac_dir" && ac_dir=.
    692687    if test -f $ac_dir/$ac_word; then
     
    723718fi
    724719
    725   if test -z "$CC"; then
    726     case "`uname -s`" in
    727     *win32* | *WIN32*)
    728       # Extract the first word of "cl", so it can be a program name with args.
    729 set dummy cl; ac_word=$2
    730 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    731 echo "configure:732: checking for $ac_word" >&5
    732 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    733   echo $ac_n "(cached) $ac_c" 1>&6
    734 else
    735   if test -n "$CC"; then
    736   ac_cv_prog_CC="$CC" # Let the user override the test.
    737 else
    738   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    739   ac_dummy="$PATH"
    740   for ac_dir in $ac_dummy; do
    741     test -z "$ac_dir" && ac_dir=.
    742     if test -f $ac_dir/$ac_word; then
    743       ac_cv_prog_CC="cl"
    744       break
    745     fi
    746   done
    747   IFS="$ac_save_ifs"
    748 fi
    749 fi
    750 CC="$ac_cv_prog_CC"
    751 if test -n "$CC"; then
    752   echo "$ac_t""$CC" 1>&6
    753 else
    754   echo "$ac_t""no" 1>&6
    755 fi
    756  ;;
    757     esac
    758   fi
    759720  test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
    760721fi
    761722
    762723echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    763 echo "configure:764: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     724echo "configure:725: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    764725
    765726ac_ext=c
     
    767728ac_cpp='$CPP $CPPFLAGS'
    768729ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    769 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
     730ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    770731cross_compiling=$ac_cv_prog_cc_cross
    771732
    772 cat > conftest.$ac_ext << EOF
    773 
    774 #line 775 "configure"
    775 #include "confdefs.h"
    776 
     733cat > conftest.$ac_ext <<EOF
     734#line 735 "configure"
     735#include "confdefs.h"
    777736main(){return(0);}
    778737EOF
    779 if { (eval echo configure:780: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     738if { (eval echo configure:739: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    780739  ac_cv_prog_cc_works=yes
    781740  # If we can't run a trivial program, we are probably using a cross compiler.
     
    791750fi
    792751rm -fr conftest*
    793 ac_ext=c
    794 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
    795 ac_cpp='$CPP $CPPFLAGS'
    796 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    797 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    798 cross_compiling=$ac_cv_prog_cc_cross
    799752
    800753echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
     
    803756fi
    804757echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    805 echo "configure:806: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     758echo "configure:759: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    806759echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    807760cross_compiling=$ac_cv_prog_cc_cross
    808761
    809762echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    810 echo "configure:811: checking whether we are using GNU C" >&5
     763echo "configure:764: checking whether we are using GNU C" >&5
    811764if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    812765  echo $ac_n "(cached) $ac_c" 1>&6
     
    817770#endif
    818771EOF
    819 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:820: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     772if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:773: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    820773  ac_cv_prog_gcc=yes
    821774else
     
    828781if test $ac_cv_prog_gcc = yes; then
    829782  GCC=yes
    830 else
    831   GCC=
    832 fi
    833 
    834 ac_test_CFLAGS="${CFLAGS+set}"
    835 ac_save_CFLAGS="$CFLAGS"
    836 CFLAGS=
    837 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    838 echo "configure:839: checking whether ${CC-cc} accepts -g" >&5
     783  ac_test_CFLAGS="${CFLAGS+set}"
     784  ac_save_CFLAGS="$CFLAGS"
     785  CFLAGS=
     786  echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
     787echo "configure:788: checking whether ${CC-cc} accepts -g" >&5
    839788if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    840789  echo $ac_n "(cached) $ac_c" 1>&6
     
    851800
    852801echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
    853 if test "$ac_test_CFLAGS" = set; then
    854   CFLAGS="$ac_save_CFLAGS"
    855 elif test $ac_cv_prog_cc_g = yes; then
    856   if test "$GCC" = yes; then
     802  if test "$ac_test_CFLAGS" = set; then
     803    CFLAGS="$ac_save_CFLAGS"
     804  elif test $ac_cv_prog_cc_g = yes; then
    857805    CFLAGS="-g -O2"
    858806  else
    859     CFLAGS="-g"
     807    CFLAGS="-O2"
    860808  fi
    861809else
    862   if test "$GCC" = yes; then
    863     CFLAGS="-O2"
    864   else
    865     CFLAGS=
    866   fi
     810  GCC=
     811  test "${CFLAGS+set}" = set || CFLAGS="-g"
    867812fi
    868813
    869814echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    870 echo "configure:871: checking how to run the C preprocessor" >&5
     815echo "configure:816: checking how to run the C preprocessor" >&5
    871816# On Suns, sometimes $CPP names a directory.
    872817if test -n "$CPP" && test -d "$CPP"; then
     
    883828  # not just through cpp.
    884829  cat > conftest.$ac_ext <<EOF
    885 #line 886 "configure"
     830#line 831 "configure"
    886831#include "confdefs.h"
    887832#include <assert.h>
     
    889834EOF
    890835ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    891 { (eval echo configure:892: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    892 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
     836{ (eval echo configure:837: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     837ac_err=`grep -v '^ *+' conftest.out`
    893838if test -z "$ac_err"; then
    894839  :
     
    900845  CPP="${CC-cc} -E -traditional-cpp"
    901846  cat > conftest.$ac_ext <<EOF
    902 #line 903 "configure"
     847#line 848 "configure"
    903848#include "confdefs.h"
    904849#include <assert.h>
     
    906851EOF
    907852ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    908 { (eval echo configure:909: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    909 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
     853{ (eval echo configure:854: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     854ac_err=`grep -v '^ *+' conftest.out`
    910855if test -z "$ac_err"; then
    911856  :
     
    915860  cat conftest.$ac_ext >&5
    916861  rm -rf conftest*
    917   CPP="${CC-cc} -nologo -E"
    918   cat > conftest.$ac_ext <<EOF
    919 #line 920 "configure"
    920 #include "confdefs.h"
    921 #include <assert.h>
    922 Syntax Error
    923 EOF
    924 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    925 { (eval echo configure:926: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    926 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    927 if test -z "$ac_err"; then
    928   :
    929 else
    930   echo "$ac_err" >&5
    931   echo "configure: failed program was:" >&5
    932   cat conftest.$ac_ext >&5
    933   rm -rf conftest*
    934862  CPP=/lib/cpp
    935863fi
     
    937865fi
    938866rm -f conftest*
    939 fi
    940 rm -f conftest*
    941867  ac_cv_prog_CPP="$CPP"
    942868fi
     
    947873echo "$ac_t""$CPP" 1>&6
    948874
    949 for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl
     875for ac_prog in $CCC c++ g++ gcc CC cxx cc++
    950876do
    951877# Extract the first word of "$ac_prog", so it can be a program name with args.
    952878set dummy $ac_prog; ac_word=$2
    953879echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    954 echo "configure:955: checking for $ac_word" >&5
     880echo "configure:881: checking for $ac_word" >&5
    955881if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
    956882  echo $ac_n "(cached) $ac_c" 1>&6
     
    959885  ac_cv_prog_CXX="$CXX" # Let the user override the test.
    960886else
    961   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    962   ac_dummy="$PATH"
    963   for ac_dir in $ac_dummy; do
     887  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     888  for ac_dir in $PATH; do
    964889    test -z "$ac_dir" && ac_dir=.
    965890    if test -f $ac_dir/$ac_word; then
     
    984909
    985910echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    986 echo "configure:987: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
     911echo "configure:912: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
    987912
    988913ac_ext=C
     
    990915ac_cpp='$CXXCPP $CPPFLAGS'
    991916ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    992 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
     917ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    993918cross_compiling=$ac_cv_prog_cxx_cross
    994919
    995 cat > conftest.$ac_ext << EOF
    996 
    997 #line 998 "configure"
    998 #include "confdefs.h"
    999 
    1000 int main(){return(0);}
    1001 EOF
    1002 if { (eval echo configure:1003: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     920cat > conftest.$ac_ext <<EOF
     921#line 922 "configure"
     922#include "confdefs.h"
     923main(){return(0);}
     924EOF
     925if { (eval echo configure:926: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    1003926  ac_cv_prog_cxx_works=yes
    1004927  # If we can't run a trivial program, we are probably using a cross compiler.
     
    1018941ac_cpp='$CPP $CPPFLAGS'
    1019942ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    1020 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
     943ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    1021944cross_compiling=$ac_cv_prog_cc_cross
    1022945
     
    1026949fi
    1027950echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    1028 echo "configure:1029: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
     951echo "configure:952: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
    1029952echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
    1030953cross_compiling=$ac_cv_prog_cxx_cross
    1031954
    1032955echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
    1033 echo "configure:1034: checking whether we are using GNU C++" >&5
     956echo "configure:957: checking whether we are using GNU C++" >&5
    1034957if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
    1035958  echo $ac_n "(cached) $ac_c" 1>&6
     
    1040963#endif
    1041964EOF
    1042 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1043: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     965if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:966: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    1043966  ac_cv_prog_gxx=yes
    1044967else
     
    1051974if test $ac_cv_prog_gxx = yes; then
    1052975  GXX=yes
    1053 else
    1054   GXX=
    1055 fi
    1056 
    1057 ac_test_CXXFLAGS="${CXXFLAGS+set}"
    1058 ac_save_CXXFLAGS="$CXXFLAGS"
    1059 CXXFLAGS=
    1060 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
    1061 echo "configure:1062: checking whether ${CXX-g++} accepts -g" >&5
     976  ac_test_CXXFLAGS="${CXXFLAGS+set}"
     977  ac_save_CXXFLAGS="$CXXFLAGS"
     978  CXXFLAGS=
     979  echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
     980echo "configure:981: checking whether ${CXX-g++} accepts -g" >&5
    1062981if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
    1063982  echo $ac_n "(cached) $ac_c" 1>&6
     
    1074993
    1075994echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
    1076 if test "$ac_test_CXXFLAGS" = set; then
    1077   CXXFLAGS="$ac_save_CXXFLAGS"
    1078 elif test $ac_cv_prog_cxx_g = yes; then
    1079   if test "$GXX" = yes; then
     995  if test "$ac_test_CXXFLAGS" = set; then
     996    CXXFLAGS="$ac_save_CXXFLAGS"
     997  elif test $ac_cv_prog_cxx_g = yes; then
    1080998    CXXFLAGS="-g -O2"
    1081999  else
    1082     CXXFLAGS="-g"
     1000    CXXFLAGS="-O2"
    10831001  fi
    10841002else
    1085   if test "$GXX" = yes; then
    1086     CXXFLAGS="-O2"
    1087   else
    1088     CXXFLAGS=
    1089   fi
     1003  GXX=
     1004  test "${CXXFLAGS+set}" = set || CXXFLAGS="-g"
    10901005fi
    10911006
    10921007echo $ac_n "checking for AIX""... $ac_c" 1>&6
    1093 echo "configure:1094: checking for AIX" >&5
     1008echo "configure:1009: checking for AIX" >&5
    10941009cat > conftest.$ac_ext <<EOF
    1095 #line 1096 "configure"
     1010#line 1011 "configure"
    10961011#include "confdefs.h"
    10971012#ifdef _AIX
     
    11231038# check whether the compiler accepts -pipe
    11241039echo $ac_n "checking whether compiler accepts -pipe""... $ac_c" 1>&6
    1125 echo "configure:1126: checking whether compiler accepts -pipe" >&5
     1040echo "configure:1041: checking whether compiler accepts -pipe" >&5
    11261041temp_cflags=${CFLAGS}
    11271042CFLAGS="${CFLAGS} -pipe"
     
    11301045else
    11311046  cat > conftest.$ac_ext <<EOF
    1132 #line 1133 "configure"
     1047#line 1048 "configure"
    11331048#include "confdefs.h"
    11341049
     
    11371052; return 0; }
    11381053EOF
    1139 if { (eval echo configure:1140: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1054if { (eval echo configure:1055: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    11401055  rm -rf conftest*
    11411056  ac_cv_cxx_have_pipe=yes
     
    11611076# Customize CFLAGS
    11621077echo $ac_n "checking whether _AIX is defined""... $ac_c" 1>&6
    1163 echo "configure:1164: checking whether _AIX is defined" >&5
     1078echo "configure:1079: checking whether _AIX is defined" >&5
    11641079if eval "test \"`echo '$''{'ac_cv_is_aix'+set}'`\" = set"; then
    11651080  echo $ac_n "(cached) $ac_c" 1>&6
    11661081else
    11671082  cat > conftest.$ac_ext <<EOF
    1168 #line 1169 "configure"
     1083#line 1084 "configure"
    11691084#include "confdefs.h"
    11701085#ifdef _AIX
     
    12171132
    12181133echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    1219 echo "configure:1220: checking whether ${MAKE-make} sets \${MAKE}" >&5
     1134echo "configure:1135: checking whether ${MAKE-make} sets \${MAKE}" >&5
    12201135set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    12211136if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    12901205if test "${with_lex+set}" != set; then
    12911206  echo $ac_n "checking for flex""... $ac_c" 1>&6
    1292 echo "configure:1293: checking for flex" >&5
     1207echo "configure:1208: checking for flex" >&5
    12931208    if eval "test \"`echo '$''{'ac_cv_prog_flex'+set}'`\" = set"; then
    12941209  echo $ac_n "(cached) $ac_c" 1>&6
     
    13211236set dummy $ac_prog; ac_word=$2
    13221237echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1323 echo "configure:1324: checking for $ac_word" >&5
     1238echo "configure:1239: checking for $ac_word" >&5
    13241239if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
    13251240  echo $ac_n "(cached) $ac_c" 1>&6
     
    13281243  ac_cv_prog_LEX="$LEX" # Let the user override the test.
    13291244else
    1330   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    1331   ac_dummy="$PATH"
    1332   for ac_dir in $ac_dummy; do
     1245  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     1246  for ac_dir in $PATH; do
    13331247    test -z "$ac_dir" && ac_dir=.
    13341248    if test -f $ac_dir/$ac_word; then
     
    13611275set dummy $ac_prog; ac_word=$2
    13621276echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1363 echo "configure:1364: checking for $ac_word" >&5
     1277echo "configure:1278: checking for $ac_word" >&5
    13641278if eval "test \"`echo '$''{'ac_cv_prog_BISON'+set}'`\" = set"; then
    13651279  echo $ac_n "(cached) $ac_c" 1>&6
     
    13681282  ac_cv_prog_BISON="$BISON" # Let the user override the test.
    13691283else
    1370   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    1371   ac_dummy="$PATH"
    1372   for ac_dir in $ac_dummy; do
     1284  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     1285  for ac_dir in $PATH; do
    13731286    test -z "$ac_dir" && ac_dir=.
    13741287    if test -f $ac_dir/$ac_word; then
     
    13961309# ln -s
    13971310echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    1398 echo "configure:1399: checking whether ln -s works" >&5
     1311echo "configure:1312: checking whether ln -s works" >&5
    13991312if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    14001313  echo $ac_n "(cached) $ac_c" 1>&6
     
    14191332# lib checks
    14201333echo $ac_n "checking for atof in -lm""... $ac_c" 1>&6
    1421 echo "configure:1422: checking for atof in -lm" >&5
     1334echo "configure:1335: checking for atof in -lm" >&5
    14221335ac_lib_var=`echo m'_'atof | sed 'y%./+-%__p_%'`
    14231336if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    14271340LIBS="-lm  $LIBS"
    14281341cat > conftest.$ac_ext <<EOF
    1429 #line 1430 "configure"
     1342#line 1343 "configure"
    14301343#include "confdefs.h"
    14311344/* Override any gcc2 internal prototype to avoid an error.  */
     
    14381351; return 0; }
    14391352EOF
    1440 if { (eval echo configure:1441: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1353if { (eval echo configure:1354: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    14411354  rm -rf conftest*
    14421355  eval "ac_cv_lib_$ac_lib_var=yes"
     
    14661379
    14671380echo $ac_n "checking for socket in -lbsd""... $ac_c" 1>&6
    1468 echo "configure:1469: checking for socket in -lbsd" >&5
     1381echo "configure:1382: checking for socket in -lbsd" >&5
    14691382ac_lib_var=`echo bsd'_'socket | sed 'y%./+-%__p_%'`
    14701383if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    14741387LIBS="-lbsd  $LIBS"
    14751388cat > conftest.$ac_ext <<EOF
    1476 #line 1477 "configure"
     1389#line 1390 "configure"
    14771390#include "confdefs.h"
    14781391/* Override any gcc2 internal prototype to avoid an error.  */
     
    14851398; return 0; }
    14861399EOF
    1487 if { (eval echo configure:1488: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1400if { (eval echo configure:1401: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    14881401  rm -rf conftest*
    14891402  eval "ac_cv_lib_$ac_lib_var=yes"
     
    15131426
    15141427echo $ac_n "checking for listen in -lsocket""... $ac_c" 1>&6
    1515 echo "configure:1516: checking for listen in -lsocket" >&5
     1428echo "configure:1429: checking for listen in -lsocket" >&5
    15161429ac_lib_var=`echo socket'_'listen | sed 'y%./+-%__p_%'`
    15171430if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    15211434LIBS="-lsocket  $LIBS"
    15221435cat > conftest.$ac_ext <<EOF
    1523 #line 1524 "configure"
     1436#line 1437 "configure"
    15241437#include "confdefs.h"
    15251438/* Override any gcc2 internal prototype to avoid an error.  */
     
    15321445; return 0; }
    15331446EOF
    1534 if { (eval echo configure:1535: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1447if { (eval echo configure:1448: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    15351448  rm -rf conftest*
    15361449  eval "ac_cv_lib_$ac_lib_var=yes"
     
    15601473
    15611474echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
    1562 echo "configure:1563: checking for gethostbyname in -lnsl" >&5
     1475echo "configure:1476: checking for gethostbyname in -lnsl" >&5
    15631476ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
    15641477if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    15681481LIBS="-lnsl  $LIBS"
    15691482cat > conftest.$ac_ext <<EOF
    1570 #line 1571 "configure"
     1483#line 1484 "configure"
    15711484#include "confdefs.h"
    15721485/* Override any gcc2 internal prototype to avoid an error.  */
     
    15791492; return 0; }
    15801493EOF
    1581 if { (eval echo configure:1582: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1494if { (eval echo configure:1495: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    15821495  rm -rf conftest*
    15831496  eval "ac_cv_lib_$ac_lib_var=yes"
     
    16071520
    16081521echo $ac_n "checking for index in -lucb""... $ac_c" 1>&6
    1609 echo "configure:1610: checking for index in -lucb" >&5
     1522echo "configure:1523: checking for index in -lucb" >&5
    16101523ac_lib_var=`echo ucb'_'index | sed 'y%./+-%__p_%'`
    16111524if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    16151528LIBS="-lucb  $LIBS"
    16161529cat > conftest.$ac_ext <<EOF
    1617 #line 1618 "configure"
     1530#line 1531 "configure"
    16181531#include "confdefs.h"
    16191532/* Override any gcc2 internal prototype to avoid an error.  */
     
    16261539; return 0; }
    16271540EOF
    1628 if { (eval echo configure:1629: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1541if { (eval echo configure:1542: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    16291542  rm -rf conftest*
    16301543  eval "ac_cv_lib_$ac_lib_var=yes"
     
    16561569# heder file checks
    16571570echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    1658 echo "configure:1659: checking for ANSI C header files" >&5
     1571echo "configure:1572: checking for ANSI C header files" >&5
    16591572if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    16601573  echo $ac_n "(cached) $ac_c" 1>&6
    16611574else
    16621575  cat > conftest.$ac_ext <<EOF
    1663 #line 1664 "configure"
     1576#line 1577 "configure"
    16641577#include "confdefs.h"
    16651578#include <stdlib.h>
     
    16691582EOF
    16701583ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1671 { (eval echo configure:1672: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    1672 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
     1584{ (eval echo configure:1585: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1585ac_err=`grep -v '^ *+' conftest.out`
    16731586if test -z "$ac_err"; then
    16741587  rm -rf conftest*
     
    16861599  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    16871600cat > conftest.$ac_ext <<EOF
    1688 #line 1689 "configure"
     1601#line 1602 "configure"
    16891602#include "confdefs.h"
    16901603#include <string.h>
     
    17041617  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    17051618cat > conftest.$ac_ext <<EOF
    1706 #line 1707 "configure"
     1619#line 1620 "configure"
    17071620#include "confdefs.h"
    17081621#include <stdlib.h>
     
    17251638else
    17261639  cat > conftest.$ac_ext <<EOF
    1727 #line 1728 "configure"
     1640#line 1641 "configure"
    17281641#include "confdefs.h"
    17291642#include <ctype.h>
     
    17361649
    17371650EOF
    1738 if { (eval echo configure:1739: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1651if { (eval echo configure:1652: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    17391652then
    17401653  :
     
    17631676ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    17641677echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    1765 echo "configure:1766: checking for $ac_hdr" >&5
     1678echo "configure:1679: checking for $ac_hdr" >&5
    17661679if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    17671680  echo $ac_n "(cached) $ac_c" 1>&6
    17681681else
    17691682  cat > conftest.$ac_ext <<EOF
    1770 #line 1771 "configure"
     1683#line 1684 "configure"
    17711684#include "confdefs.h"
    17721685#include <$ac_hdr>
    17731686EOF
    17741687ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1775 { (eval echo configure:1776: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    1776 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
     1688{ (eval echo configure:1689: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1689ac_err=`grep -v '^ *+' conftest.out`
    17771690if test -z "$ac_err"; then
    17781691  rm -rf conftest*
     
    18051718ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    18061719echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    1807 echo "configure:1808: checking for $ac_hdr" >&5
     1720echo "configure:1721: checking for $ac_hdr" >&5
    18081721if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    18091722  echo $ac_n "(cached) $ac_c" 1>&6
    18101723else
    18111724  cat > conftest.$ac_ext <<EOF
    1812 #line 1813 "configure"
     1725#line 1726 "configure"
    18131726#include "confdefs.h"
    18141727#include <$ac_hdr>
    18151728EOF
    18161729ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1817 { (eval echo configure:1818: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    1818 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
     1730{ (eval echo configure:1731: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1731ac_err=`grep -v '^ *+' conftest.out`
    18191732if test -z "$ac_err"; then
    18201733  rm -rf conftest*
     
    18441757# typedefs, structures
    18451758echo $ac_n "checking for working const""... $ac_c" 1>&6
    1846 echo "configure:1847: checking for working const" >&5
     1759echo "configure:1760: checking for working const" >&5
    18471760if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    18481761  echo $ac_n "(cached) $ac_c" 1>&6
    18491762else
    18501763  cat > conftest.$ac_ext <<EOF
    1851 #line 1852 "configure"
     1764#line 1765 "configure"
    18521765#include "confdefs.h"
    18531766
     
    18981811; return 0; }
    18991812EOF
    1900 if { (eval echo configure:1901: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1813if { (eval echo configure:1814: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    19011814  rm -rf conftest*
    19021815  ac_cv_c_const=yes
     
    19191832
    19201833echo $ac_n "checking for inline""... $ac_c" 1>&6
    1921 echo "configure:1922: checking for inline" >&5
     1834echo "configure:1835: checking for inline" >&5
    19221835if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
    19231836  echo $ac_n "(cached) $ac_c" 1>&6
     
    19261839for ac_kw in inline __inline__ __inline; do
    19271840  cat > conftest.$ac_ext <<EOF
    1928 #line 1929 "configure"
     1841#line 1842 "configure"
    19291842#include "confdefs.h"
    19301843
     
    19331846; return 0; }
    19341847EOF
    1935 if { (eval echo configure:1936: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1848if { (eval echo configure:1849: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    19361849  rm -rf conftest*
    19371850  ac_cv_c_inline=$ac_kw; break
     
    19591872
    19601873echo $ac_n "checking for size_t""... $ac_c" 1>&6
    1961 echo "configure:1962: checking for size_t" >&5
     1874echo "configure:1875: checking for size_t" >&5
    19621875if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    19631876  echo $ac_n "(cached) $ac_c" 1>&6
    19641877else
    19651878  cat > conftest.$ac_ext <<EOF
    1966 #line 1967 "configure"
     1879#line 1880 "configure"
    19671880#include "confdefs.h"
    19681881#include <sys/types.h>
     
    19731886EOF
    19741887if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
    1975   egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
     1888  egrep "size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
    19761889  rm -rf conftest*
    19771890  ac_cv_type_size_t=yes
     
    19921905
    19931906echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
    1994 echo "configure:1995: checking whether time.h and sys/time.h may both be included" >&5
     1907echo "configure:1908: checking whether time.h and sys/time.h may both be included" >&5
    19951908if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
    19961909  echo $ac_n "(cached) $ac_c" 1>&6
    19971910else
    19981911  cat > conftest.$ac_ext <<EOF
    1999 #line 2000 "configure"
     1912#line 1913 "configure"
    20001913#include "confdefs.h"
    20011914#include <sys/types.h>
     
    20061919; return 0; }
    20071920EOF
    2008 if { (eval echo configure:2009: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1921if { (eval echo configure:1922: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    20091922  rm -rf conftest*
    20101923  ac_cv_header_time=yes
     
    20271940
    20281941echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
    2029 echo "configure:2030: checking whether struct tm is in sys/time.h or time.h" >&5
     1942echo "configure:1943: checking whether struct tm is in sys/time.h or time.h" >&5
    20301943if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
    20311944  echo $ac_n "(cached) $ac_c" 1>&6
    20321945else
    20331946  cat > conftest.$ac_ext <<EOF
    2034 #line 2035 "configure"
     1947#line 1948 "configure"
    20351948#include "confdefs.h"
    20361949#include <sys/types.h>
     
    20401953; return 0; }
    20411954EOF
    2042 if { (eval echo configure:2043: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1955if { (eval echo configure:1956: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    20431956  rm -rf conftest*
    20441957  ac_cv_struct_tm=time.h
     
    20651978# for constant arguments.  Useless!
    20661979echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
    2067 echo "configure:2068: checking for working alloca.h" >&5
     1980echo "configure:1981: checking for working alloca.h" >&5
    20681981if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    20691982  echo $ac_n "(cached) $ac_c" 1>&6
    20701983else
    20711984  cat > conftest.$ac_ext <<EOF
    2072 #line 2073 "configure"
     1985#line 1986 "configure"
    20731986#include "confdefs.h"
    20741987#include <alloca.h>
     
    20771990; return 0; }
    20781991EOF
    2079 if { (eval echo configure:2080: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1992if { (eval echo configure:1993: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    20801993  rm -rf conftest*
    20811994  ac_cv_header_alloca_h=yes
     
    20982011
    20992012echo $ac_n "checking for alloca""... $ac_c" 1>&6
    2100 echo "configure:2101: checking for alloca" >&5
     2013echo "configure:2014: checking for alloca" >&5
    21012014if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    21022015  echo $ac_n "(cached) $ac_c" 1>&6
    21032016else
    21042017  cat > conftest.$ac_ext <<EOF
    2105 #line 2106 "configure"
     2018#line 2019 "configure"
    21062019#include "confdefs.h"
    21072020
     
    21092022# define alloca __builtin_alloca
    21102023#else
    2111 # ifdef _MSC_VER
    2112 #  include <malloc.h>
    2113 #  define alloca _alloca
     2024# if HAVE_ALLOCA_H
     2025#  include <alloca.h>
    21142026# else
    2115 #  if HAVE_ALLOCA_H
    2116 #   include <alloca.h>
     2027#  ifdef _AIX
     2028 #pragma alloca
    21172029#  else
    2118 #   ifdef _AIX
    2119  #pragma alloca
    2120 #   else
    2121 #    ifndef alloca /* predefined by HP cc +Olibcalls */
     2030#   ifndef alloca /* predefined by HP cc +Olibcalls */
    21222031char *alloca ();
    2123 #    endif
    21242032#   endif
    21252033#  endif
     
    21312039; return 0; }
    21322040EOF
    2133 if { (eval echo configure:2134: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2041if { (eval echo configure:2042: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    21342042  rm -rf conftest*
    21352043  ac_cv_func_alloca_works=yes
     
    21562064  # contain a buggy version.  If you still want to use their alloca,
    21572065  # use ar to extract alloca.o from them instead of compiling alloca.c.
    2158   ALLOCA=alloca.${ac_objext}
     2066  ALLOCA=alloca.o
    21592067  cat >> confdefs.h <<\EOF
    21602068#define C_ALLOCA 1
     
    21632071
    21642072echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
    2165 echo "configure:2166: checking whether alloca needs Cray hooks" >&5
     2073echo "configure:2074: checking whether alloca needs Cray hooks" >&5
    21662074if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    21672075  echo $ac_n "(cached) $ac_c" 1>&6
    21682076else
    21692077  cat > conftest.$ac_ext <<EOF
    2170 #line 2171 "configure"
     2078#line 2079 "configure"
    21712079#include "confdefs.h"
    21722080#if defined(CRAY) && ! defined(CRAY2)
     
    21932101for ac_func in _getb67 GETB67 getb67; do
    21942102  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2195 echo "configure:2196: checking for $ac_func" >&5
     2103echo "configure:2104: checking for $ac_func" >&5
    21962104if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    21972105  echo $ac_n "(cached) $ac_c" 1>&6
    21982106else
    21992107  cat > conftest.$ac_ext <<EOF
    2200 #line 2201 "configure"
     2108#line 2109 "configure"
    22012109#include "confdefs.h"
    22022110/* System header to define __stub macros and hopefully few prototypes,
     
    22212129; return 0; }
    22222130EOF
    2223 if { (eval echo configure:2224: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2131if { (eval echo configure:2132: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    22242132  rm -rf conftest*
    22252133  eval "ac_cv_func_$ac_func=yes"
     
    22482156
    22492157echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
    2250 echo "configure:2251: checking stack direction for C alloca" >&5
     2158echo "configure:2159: checking stack direction for C alloca" >&5
    22512159if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    22522160  echo $ac_n "(cached) $ac_c" 1>&6
     
    22562164else
    22572165  cat > conftest.$ac_ext <<EOF
    2258 #line 2259 "configure"
     2166#line 2167 "configure"
    22592167#include "confdefs.h"
    22602168find_stack_direction ()
     
    22752183}
    22762184EOF
    2277 if { (eval echo configure:2278: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2185if { (eval echo configure:2186: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    22782186then
    22792187  ac_cv_c_stack_direction=1
     
    22982206if test $ac_cv_prog_gcc = yes; then
    22992207    echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
    2300 echo "configure:2301: checking whether ${CC-cc} needs -traditional" >&5
     2208echo "configure:2209: checking whether ${CC-cc} needs -traditional" >&5
    23012209if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
    23022210  echo $ac_n "(cached) $ac_c" 1>&6
     
    23042212    ac_pattern="Autoconf.*'x'"
    23052213  cat > conftest.$ac_ext <<EOF
    2306 #line 2307 "configure"
     2214#line 2215 "configure"
    23072215#include "confdefs.h"
    23082216#include <sgtty.h>
     
    23222230  if test $ac_cv_prog_gcc_traditional = no; then
    23232231    cat > conftest.$ac_ext <<EOF
    2324 #line 2325 "configure"
     2232#line 2233 "configure"
    23252233#include "confdefs.h"
    23262234#include <termio.h>
     
    23472255ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    23482256echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    2349 echo "configure:2350: checking for $ac_hdr" >&5
     2257echo "configure:2258: checking for $ac_hdr" >&5
    23502258if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    23512259  echo $ac_n "(cached) $ac_c" 1>&6
    23522260else
    23532261  cat > conftest.$ac_ext <<EOF
    2354 #line 2355 "configure"
     2262#line 2263 "configure"
    23552263#include "confdefs.h"
    23562264#include <$ac_hdr>
    23572265EOF
    23582266ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2359 { (eval echo configure:2360: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    2360 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
     2267{ (eval echo configure:2268: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2268ac_err=`grep -v '^ *+' conftest.out`
    23612269if test -z "$ac_err"; then
    23622270  rm -rf conftest*
     
    23862294do
    23872295echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2388 echo "configure:2389: checking for $ac_func" >&5
     2296echo "configure:2297: checking for $ac_func" >&5
    23892297if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    23902298  echo $ac_n "(cached) $ac_c" 1>&6
    23912299else
    23922300  cat > conftest.$ac_ext <<EOF
    2393 #line 2394 "configure"
     2301#line 2302 "configure"
    23942302#include "confdefs.h"
    23952303/* System header to define __stub macros and hopefully few prototypes,
     
    24142322; return 0; }
    24152323EOF
    2416 if { (eval echo configure:2417: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2324if { (eval echo configure:2325: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    24172325  rm -rf conftest*
    24182326  eval "ac_cv_func_$ac_func=yes"
     
    24392347
    24402348echo $ac_n "checking for working mmap""... $ac_c" 1>&6
    2441 echo "configure:2442: checking for working mmap" >&5
     2349echo "configure:2350: checking for working mmap" >&5
    24422350if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
    24432351  echo $ac_n "(cached) $ac_c" 1>&6
     
    24472355else
    24482356  cat > conftest.$ac_ext <<EOF
    2449 #line 2450 "configure"
     2357#line 2358 "configure"
    24502358#include "confdefs.h"
    24512359
     
    25872495
    25882496EOF
    2589 if { (eval echo configure:2590: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2497if { (eval echo configure:2498: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    25902498then
    25912499  ac_cv_func_mmap_fixed_mapped=yes
     
    26102518
    26112519echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
    2612 echo "configure:2613: checking return type of signal handlers" >&5
     2520echo "configure:2521: checking return type of signal handlers" >&5
    26132521if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
    26142522  echo $ac_n "(cached) $ac_c" 1>&6
    26152523else
    26162524  cat > conftest.$ac_ext <<EOF
    2617 #line 2618 "configure"
     2525#line 2526 "configure"
    26182526#include "confdefs.h"
    26192527#include <sys/types.h>
     
    26322540; return 0; }
    26332541EOF
    2634 if { (eval echo configure:2635: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2542if { (eval echo configure:2543: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    26352543  rm -rf conftest*
    26362544  ac_cv_type_signal=void
     
    26512559
    26522560echo $ac_n "checking for vprintf""... $ac_c" 1>&6
    2653 echo "configure:2654: checking for vprintf" >&5
     2561echo "configure:2562: checking for vprintf" >&5
    26542562if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
    26552563  echo $ac_n "(cached) $ac_c" 1>&6
    26562564else
    26572565  cat > conftest.$ac_ext <<EOF
    2658 #line 2659 "configure"
     2566#line 2567 "configure"
    26592567#include "confdefs.h"
    26602568/* System header to define __stub macros and hopefully few prototypes,
     
    26792587; return 0; }
    26802588EOF
    2681 if { (eval echo configure:2682: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2589if { (eval echo configure:2590: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    26822590  rm -rf conftest*
    26832591  eval "ac_cv_func_vprintf=yes"
     
    27032611if test "$ac_cv_func_vprintf" != yes; then
    27042612echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
    2705 echo "configure:2706: checking for _doprnt" >&5
     2613echo "configure:2614: checking for _doprnt" >&5
    27062614if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
    27072615  echo $ac_n "(cached) $ac_c" 1>&6
    27082616else
    27092617  cat > conftest.$ac_ext <<EOF
    2710 #line 2711 "configure"
     2618#line 2619 "configure"
    27112619#include "confdefs.h"
    27122620/* System header to define __stub macros and hopefully few prototypes,
     
    27312639; return 0; }
    27322640EOF
    2733 if { (eval echo configure:2734: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2641if { (eval echo configure:2642: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    27342642  rm -rf conftest*
    27352643  eval "ac_cv_func__doprnt=yes"
     
    27582666do
    27592667echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2760 echo "configure:2761: checking for $ac_func" >&5
     2668echo "configure:2669: checking for $ac_func" >&5
    27612669if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    27622670  echo $ac_n "(cached) $ac_c" 1>&6
    27632671else
    27642672  cat > conftest.$ac_ext <<EOF
    2765 #line 2766 "configure"
     2673#line 2674 "configure"
    27662674#include "confdefs.h"
    27672675/* System header to define __stub macros and hopefully few prototypes,
     
    27862694; return 0; }
    27872695EOF
    2788 if { (eval echo configure:2789: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2696if { (eval echo configure:2697: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    27892697  rm -rf conftest*
    27902698  eval "ac_cv_func_$ac_func=yes"
     
    28142722# arithmetic shifts
    28152723echo $ac_n "checking whether your machine has correct arithmetic shifts""... $ac_c" 1>&6
    2816 echo "configure:2817: checking whether your machine has correct arithmetic shifts" >&5
     2724echo "configure:2725: checking whether your machine has correct arithmetic shifts" >&5
    28172725if eval "test \"`echo '$''{'ac_cv_shift'+set}'`\" = set"; then
    28182726  echo $ac_n "(cached) $ac_c" 1>&6
     
    28272735else
    28282736  cat > conftest.$ac_ext <<EOF
    2829 #line 2830 "configure"
     2737#line 2738 "configure"
    28302738#include "confdefs.h"
    28312739 int main() { if (-2 >> 1 == -1) exit(0); else exit(1); }
    28322740EOF
    2833 if { (eval echo configure:2834: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2741if { (eval echo configure:2742: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    28342742then
    28352743  ac_cv_shift=yes
     
    28562764# check for a peculiar constructor initialization
    28572765echo $ac_n "checking whether explicit C++ constructor calls are allowed""... $ac_c" 1>&6
    2858 echo "configure:2859: checking whether explicit C++ constructor calls are allowed" >&5
     2766echo "configure:2767: checking whether explicit C++ constructor calls are allowed" >&5
    28592767
    28602768ac_ext=C
     
    28622770ac_cpp='$CXXCPP $CPPFLAGS'
    28632771ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    2864 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
     2772ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    28652773cross_compiling=$ac_cv_prog_cxx_cross
    28662774
     
    28692777else
    28702778  cat > conftest.$ac_ext <<EOF
    2871 #line 2872 "configure"
     2779#line 2780 "configure"
    28722780#include "confdefs.h"
    28732781
     
    28872795; return 0; }
    28882796EOF
    2889 if { (eval echo configure:2890: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2797if { (eval echo configure:2798: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    28902798  rm -rf conftest*
    28912799  ac_cv_explicit_const=yes
     
    29032811ac_cpp='$CPP $CPPFLAGS'
    29042812ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    2905 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
     2813ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    29062814cross_compiling=$ac_cv_prog_cc_cross
    29072815
     
    29162824# sprintf returns number of printed chars
    29172825echo $ac_n "checking whether vsprintf returns number of printed chars""... $ac_c" 1>&6
    2918 echo "configure:2919: checking whether vsprintf returns number of printed chars" >&5
     2826echo "configure:2827: checking whether vsprintf returns number of printed chars" >&5
    29192827if eval "test \"`echo '$''{'ac_cv_returns_n_of_chars'+set}'`\" = set"; then
    29202828  echo $ac_n "(cached) $ac_c" 1>&6
     
    29242832else
    29252833  cat > conftest.$ac_ext <<EOF
    2926 #line 2927 "configure"
     2834#line 2835 "configure"
    29272835#include "confdefs.h"
    29282836#include <stdio.h>
    29292837 main() { char *str=(char*)malloc(20); if (((int) sprintf(str,"123456789")) == 9) exit(0); else exit(1); }
    29302838EOF
    2931 if { (eval echo configure:2932: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2839if { (eval echo configure:2840: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    29322840then
    29332841  ac_cv_returns_n_of_chars=yes
     
    29552863# determine ALIGN_8
    29562864echo $ac_n "checking size of char""... $ac_c" 1>&6
    2957 echo "configure:2958: checking size of char" >&5
     2865echo "configure:2866: checking size of char" >&5
    29582866if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
    29592867  echo $ac_n "(cached) $ac_c" 1>&6
     
    29632871else
    29642872  cat > conftest.$ac_ext <<EOF
    2965 #line 2966 "configure"
     2873#line 2874 "configure"
    29662874#include "confdefs.h"
    29672875#include <stdio.h>
     
    29742882}
    29752883EOF
    2976 if { (eval echo configure:2977: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2884if { (eval echo configure:2885: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    29772885then
    29782886  ac_cv_sizeof_char=`cat conftestval`
     
    29942902
    29952903echo $ac_n "checking size of short""... $ac_c" 1>&6
    2996 echo "configure:2997: checking size of short" >&5
     2904echo "configure:2905: checking size of short" >&5
    29972905if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
    29982906  echo $ac_n "(cached) $ac_c" 1>&6
     
    30022910else
    30032911  cat > conftest.$ac_ext <<EOF
    3004 #line 3005 "configure"
     2912#line 2913 "configure"
    30052913#include "confdefs.h"
    30062914#include <stdio.h>
     
    30132921}
    30142922EOF
    3015 if { (eval echo configure:3016: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2923if { (eval echo configure:2924: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    30162924then
    30172925  ac_cv_sizeof_short=`cat conftestval`
     
    30332941
    30342942echo $ac_n "checking size of int""... $ac_c" 1>&6
    3035 echo "configure:3036: checking size of int" >&5
     2943echo "configure:2944: checking size of int" >&5
    30362944if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
    30372945  echo $ac_n "(cached) $ac_c" 1>&6
     
    30412949else
    30422950  cat > conftest.$ac_ext <<EOF
    3043 #line 3044 "configure"
     2951#line 2952 "configure"
    30442952#include "confdefs.h"
    30452953#include <stdio.h>
     
    30522960}
    30532961EOF
    3054 if { (eval echo configure:3055: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2962if { (eval echo configure:2963: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    30552963then
    30562964  ac_cv_sizeof_int=`cat conftestval`
     
    30722980
    30732981echo $ac_n "checking size of long""... $ac_c" 1>&6
    3074 echo "configure:3075: checking size of long" >&5
     2982echo "configure:2983: checking size of long" >&5
    30752983if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
    30762984  echo $ac_n "(cached) $ac_c" 1>&6
     
    30802988else
    30812989  cat > conftest.$ac_ext <<EOF
    3082 #line 3083 "configure"
     2990#line 2991 "configure"
    30832991#include "confdefs.h"
    30842992#include <stdio.h>
     
    30912999}
    30923000EOF
    3093 if { (eval echo configure:3094: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3001if { (eval echo configure:3002: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    30943002then
    30953003  ac_cv_sizeof_long=`cat conftestval`
     
    31113019
    31123020echo $ac_n "checking size of void*""... $ac_c" 1>&6
    3113 echo "configure:3114: checking size of void*" >&5
     3021echo "configure:3022: checking size of void*" >&5
    31143022if eval "test \"`echo '$''{'ac_cv_sizeof_voidp'+set}'`\" = set"; then
    31153023  echo $ac_n "(cached) $ac_c" 1>&6
     
    31193027else
    31203028  cat > conftest.$ac_ext <<EOF
    3121 #line 3122 "configure"
     3029#line 3030 "configure"
    31223030#include "confdefs.h"
    31233031#include <stdio.h>
     
    31303038}
    31313039EOF
    3132 if { (eval echo configure:3133: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3040if { (eval echo configure:3041: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    31333041then
    31343042  ac_cv_sizeof_voidp=`cat conftestval`
     
    31503058
    31513059echo $ac_n "checking size of double""... $ac_c" 1>&6
    3152 echo "configure:3153: checking size of double" >&5
     3060echo "configure:3061: checking size of double" >&5
    31533061if eval "test \"`echo '$''{'ac_cv_sizeof_double'+set}'`\" = set"; then
    31543062  echo $ac_n "(cached) $ac_c" 1>&6
     
    31583066else
    31593067  cat > conftest.$ac_ext <<EOF
    3160 #line 3161 "configure"
     3068#line 3069 "configure"
    31613069#include "confdefs.h"
    31623070#include <stdio.h>
     
    31693077}
    31703078EOF
    3171 if { (eval echo configure:3172: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3079if { (eval echo configure:3080: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    31723080then
    31733081  ac_cv_sizeof_double=`cat conftestval`
     
    31893097
    31903098echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
    3191 echo "configure:3192: checking whether byte ordering is bigendian" >&5
     3099echo "configure:3100: checking whether byte ordering is bigendian" >&5
    31923100if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
    31933101  echo $ac_n "(cached) $ac_c" 1>&6
     
    31963104# See if sys/param.h defines the BYTE_ORDER macro.
    31973105cat > conftest.$ac_ext <<EOF
    3198 #line 3199 "configure"
     3106#line 3107 "configure"
    31993107#include "confdefs.h"
    32003108#include <sys/types.h>
     
    32073115; return 0; }
    32083116EOF
    3209 if { (eval echo configure:3210: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3117if { (eval echo configure:3118: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    32103118  rm -rf conftest*
    32113119  # It does; now see whether it defined to BIG_ENDIAN or not.
    32123120cat > conftest.$ac_ext <<EOF
    3213 #line 3214 "configure"
     3121#line 3122 "configure"
    32143122#include "confdefs.h"
    32153123#include <sys/types.h>
     
    32223130; return 0; }
    32233131EOF
    3224 if { (eval echo configure:3225: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3132if { (eval echo configure:3133: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    32253133  rm -rf conftest*
    32263134  ac_cv_c_bigendian=yes
     
    32423150else
    32433151  cat > conftest.$ac_ext <<EOF
    3244 #line 3245 "configure"
     3152#line 3153 "configure"
    32453153#include "confdefs.h"
    32463154main () {
     
    32553163}
    32563164EOF
    3257 if { (eval echo configure:3258: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3165if { (eval echo configure:3166: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    32583166then
    32593167  ac_cv_c_bigendian=no
     
    32923200
    32933201echo $ac_n "checking size of system page""... $ac_c" 1>&6
    3294 echo "configure:3295: checking size of system page" >&5
     3202echo "configure:3203: checking size of system page" >&5
    32953203if eval "test \"`echo '$''{'ac_cv_pagesize'+set}'`\" = set"; then
    32963204  echo $ac_n "(cached) $ac_c" 1>&6
     
    33003208else
    33013209  cat > conftest.$ac_ext <<EOF
    3302 #line 3303 "configure"
     3210#line 3211 "configure"
    33033211#include "confdefs.h"
    33043212#include <stdio.h>
     
    33143222}
    33153223EOF
    3316 if { (eval echo configure:3317: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3224if { (eval echo configure:3225: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    33173225then
    33183226  ac_cv_pagesize=`cat conftestval`
     
    33383246
    33393247echo $ac_n "checking for page aligned valloc""... $ac_c" 1>&6
    3340 echo "configure:3341: checking for page aligned valloc" >&5
     3248echo "configure:3249: checking for page aligned valloc" >&5
    33413249if eval "test \"`echo '$''{'ac_cv_have_page_alignment'+set}'`\" = set"; then
    33423250  echo $ac_n "(cached) $ac_c" 1>&6
     
    33843292else
    33853293  cat > conftest.$ac_ext <<EOF
    3386 #line 3387 "configure"
     3294#line 3295 "configure"
    33873295#include "confdefs.h"
    33883296
     
    33913299
    33923300EOF
    3393 if { (eval echo configure:3394: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3301if { (eval echo configure:3302: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    33943302then
    33953303  ac_cv_have_page_alignment="ac_cv_usable_pagesize="`cat  conftestval`
     
    34083316else
    34093317  cat > conftest.$ac_ext <<EOF
    3410 #line 3411 "configure"
     3318#line 3319 "configure"
    34113319#include "confdefs.h"
    34123320
     
    34153323
    34163324EOF
    3417 if { (eval echo configure:3418: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3325if { (eval echo configure:3326: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    34183326then
    34193327  ac_cv_have_page_alignment="ac_cv_usable_pagesize="`cat  conftestval`
     
    34353343else
    34363344  cat > conftest.$ac_ext <<EOF
    3437 #line 3438 "configure"
     3345#line 3346 "configure"
    34383346#include "confdefs.h"
    34393347
     
    34443352
    34453353EOF
    3446 if { (eval echo configure:3447: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3354if { (eval echo configure:3355: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    34473355then
    34483356  ac_cv_have_page_alignment="ac_cv_have_gmalloc=yes; ac_cv_usable_pagesize="`cat  conftestval`
     
    34613369else
    34623370  cat > conftest.$ac_ext <<EOF
    3463 #line 3464 "configure"
     3371#line 3372 "configure"
    34643372#include "confdefs.h"
    34653373
     
    34703378
    34713379EOF
    3472 if { (eval echo configure:3473: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3380if { (eval echo configure:3381: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    34733381then
    34743382  ac_cv_have_page_alignment="ac_cv_have_gmalloc=yes; ac_cv_usable_pagesize="`cat  conftestval`
     
    36053513if test "${with_perl5+set}" != set; then
    36063514  echo $ac_n "checking for perl5""... $ac_c" 1>&6
    3607 echo "configure:3608: checking for perl5" >&5
     3515echo "configure:3516: checking for perl5" >&5
    36083516    if eval "test \"`echo '$''{'ac_cv_prog_perl5'+set}'`\" = set"; then
    36093517  echo $ac_n "(cached) $ac_c" 1>&6
     
    36423550set dummy $ac_prog; ac_word=$2
    36433551echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3644 echo "configure:3645: checking for $ac_word" >&5
     3552echo "configure:3553: checking for $ac_word" >&5
    36453553if eval "test \"`echo '$''{'ac_cv_prog_PERL5'+set}'`\" = set"; then
    36463554  echo $ac_n "(cached) $ac_c" 1>&6
     
    36493557  ac_cv_prog_PERL5="$PERL5" # Let the user override the test.
    36503558else
    3651   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    3652   ac_dummy="$PATH"
    3653   for ac_dir in $ac_dummy; do
     3559  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     3560  for ac_dir in $PATH; do
    36543561    test -z "$ac_dir" && ac_dir=.
    36553562    if test -f $ac_dir/$ac_word; then
     
    36773584
    36783585
     3586# fereadl - io routines
     3587for ac_hdr in termcap.h
     3588do
     3589ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
     3590echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
     3591echo "configure:3592: checking for $ac_hdr" >&5
     3592if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
     3593  echo $ac_n "(cached) $ac_c" 1>&6
     3594else
     3595  cat > conftest.$ac_ext <<EOF
     3596#line 3597 "configure"
     3597#include "confdefs.h"
     3598#include <$ac_hdr>
     3599EOF
     3600ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
     3601{ (eval echo configure:3602: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3602ac_err=`grep -v '^ *+' conftest.out`
     3603if test -z "$ac_err"; then
     3604  rm -rf conftest*
     3605  eval "ac_cv_header_$ac_safe=yes"
     3606else
     3607  echo "$ac_err" >&5
     3608  echo "configure: failed program was:" >&5
     3609  cat conftest.$ac_ext >&5
     3610  rm -rf conftest*
     3611  eval "ac_cv_header_$ac_safe=no"
     3612fi
     3613rm -f conftest*
     3614fi
     3615if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
     3616  echo "$ac_t""yes" 1>&6
     3617    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
     3618  cat >> confdefs.h <<EOF
     3619#define $ac_tr_hdr 1
     3620EOF
     3621 
     3622else
     3623  echo "$ac_t""no" 1>&6
     3624fi
     3625done
     3626
     3627for ac_hdr in termios.h
     3628do
     3629ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
     3630echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
     3631echo "configure:3632: checking for $ac_hdr" >&5
     3632if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
     3633  echo $ac_n "(cached) $ac_c" 1>&6
     3634else
     3635  cat > conftest.$ac_ext <<EOF
     3636#line 3637 "configure"
     3637#include "confdefs.h"
     3638#include <$ac_hdr>
     3639EOF
     3640ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
     3641{ (eval echo configure:3642: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3642ac_err=`grep -v '^ *+' conftest.out`
     3643if test -z "$ac_err"; then
     3644  rm -rf conftest*
     3645  eval "ac_cv_header_$ac_safe=yes"
     3646else
     3647  echo "$ac_err" >&5
     3648  echo "configure: failed program was:" >&5
     3649  cat conftest.$ac_ext >&5
     3650  rm -rf conftest*
     3651  eval "ac_cv_header_$ac_safe=no"
     3652fi
     3653rm -f conftest*
     3654fi
     3655if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
     3656  echo "$ac_t""yes" 1>&6
     3657    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
     3658  cat >> confdefs.h <<EOF
     3659#define $ac_tr_hdr 1
     3660EOF
     3661 
     3662else
     3663  echo "$ac_t""no" 1>&6
     3664fi
     3665done
     3666
     3667
    36793668# readline
    36803669if test "$with_readline" != no; then
    36813670  echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6
    3682 echo "configure:3683: checking for tgetent in -lncurses" >&5
     3671echo "configure:3672: checking for tgetent in -lncurses" >&5
    36833672ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'`
    36843673if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    36883677LIBS="-lncurses  $LIBS"
    36893678cat > conftest.$ac_ext <<EOF
    3690 #line 3691 "configure"
     3679#line 3680 "configure"
    36913680#include "confdefs.h"
    36923681/* Override any gcc2 internal prototype to avoid an error.  */
     
    36993688; return 0; }
    37003689EOF
    3701 if { (eval echo configure:3702: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3690if { (eval echo configure:3691: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    37023691  rm -rf conftest*
    37033692  eval "ac_cv_lib_$ac_lib_var=yes"
     
    37263715\
    37273716   echo $ac_n "checking for tgetent in -lcurses""... $ac_c" 1>&6
    3728 echo "configure:3729: checking for tgetent in -lcurses" >&5
     3717echo "configure:3718: checking for tgetent in -lcurses" >&5
    37293718ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'`
    37303719if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    37343723LIBS="-lcurses  $LIBS"
    37353724cat > conftest.$ac_ext <<EOF
    3736 #line 3737 "configure"
     3725#line 3726 "configure"
    37373726#include "confdefs.h"
    37383727/* Override any gcc2 internal prototype to avoid an error.  */
     
    37453734; return 0; }
    37463735EOF
    3747 if { (eval echo configure:3748: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3736if { (eval echo configure:3737: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    37483737  rm -rf conftest*
    37493738  eval "ac_cv_lib_$ac_lib_var=yes"
     
    37723761\
    37733762   echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6
    3774 echo "configure:3775: checking for tgetent in -ltermcap" >&5
     3763echo "configure:3764: checking for tgetent in -ltermcap" >&5
    37753764ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'`
    37763765if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    37803769LIBS="-ltermcap  $LIBS"
    37813770cat > conftest.$ac_ext <<EOF
    3782 #line 3783 "configure"
     3771#line 3772 "configure"
    37833772#include "confdefs.h"
    37843773/* Override any gcc2 internal prototype to avoid an error.  */
     
    37913780; return 0; }
    37923781EOF
    3793 if { (eval echo configure:3794: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3782if { (eval echo configure:3783: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    37943783  rm -rf conftest*
    37953784  eval "ac_cv_lib_$ac_lib_var=yes"
     
    38233812
    38243813   echo $ac_n "checking for rl_abort in -lreadline""... $ac_c" 1>&6
    3825 echo "configure:3826: checking for rl_abort in -lreadline" >&5
     3814echo "configure:3815: checking for rl_abort in -lreadline" >&5
    38263815ac_lib_var=`echo readline'_'rl_abort | sed 'y%./+-%__p_%'`
    38273816if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    38313820LIBS="-lreadline  $LIBS"
    38323821cat > conftest.$ac_ext <<EOF
    3833 #line 3834 "configure"
     3822#line 3823 "configure"
    38343823#include "confdefs.h"
    38353824/* Override any gcc2 internal prototype to avoid an error.  */
     
    38423831; return 0; }
    38433832EOF
    3844 if { (eval echo configure:3845: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3833if { (eval echo configure:3834: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    38453834  rm -rf conftest*
    38463835  eval "ac_cv_lib_$ac_lib_var=yes"
     
    38733862ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    38743863echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    3875 echo "configure:3876: checking for $ac_hdr" >&5
     3864echo "configure:3865: checking for $ac_hdr" >&5
    38763865if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    38773866  echo $ac_n "(cached) $ac_c" 1>&6
    38783867else
    38793868  cat > conftest.$ac_ext <<EOF
    3880 #line 3881 "configure"
     3869#line 3870 "configure"
    38813870#include "confdefs.h"
    38823871#include <$ac_hdr>
    38833872EOF
    38843873ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3885 { (eval echo configure:3886: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    3886 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
     3874{ (eval echo configure:3875: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3875ac_err=`grep -v '^ *+' conftest.out`
    38873876if test -z "$ac_err"; then
    38883877  rm -rf conftest*
     
    39123901      test "$ac_cv_header_readline_readline_h" = yes; then
    39133902     echo $ac_n "checking whether readline.h is ok""... $ac_c" 1>&6
    3914 echo "configure:3915: checking whether readline.h is ok" >&5
     3903echo "configure:3904: checking whether readline.h is ok" >&5
    39153904     if eval "test \"`echo '$''{'ac_cv_header_readline_readline_h_ok'+set}'`\" = set"; then
    39163905  echo $ac_n "(cached) $ac_c" 1>&6
    39173906else
    39183907  cat > conftest.$ac_ext <<EOF
    3919 #line 3920 "configure"
     3908#line 3909 "configure"
    39203909#include "confdefs.h"
    39213910#include<unistd.h>
     
    39423931; return 0; }
    39433932EOF
    3944 if { (eval echo configure:3945: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3933if { (eval echo configure:3934: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    39453934  rm -rf conftest*
    39463935  ac_cv_header_readline_readline_h_ok="yes"
     
    39583947#not ok -- try once more with explicitly declaring everything
    39593948      echo $ac_n "checking whether or not we nevertheless can use readline""... $ac_c" 1>&6
    3960 echo "configure:3961: checking whether or not we nevertheless can use readline" >&5
     3949echo "configure:3950: checking whether or not we nevertheless can use readline" >&5
    39613950      if eval "test \"`echo '$''{'ac_cv_have_readline'+set}'`\" = set"; then
    39623951  echo $ac_n "(cached) $ac_c" 1>&6
    39633952else
    39643953  cat > conftest.$ac_ext <<EOF
    3965 #line 3966 "configure"
     3954#line 3955 "configure"
    39663955#include "confdefs.h"
    39673956#include <stdio.h>
     
    39933982; return 0; }
    39943983EOF
    3995 if { (eval echo configure:3996: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3984if { (eval echo configure:3985: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    39963985  rm -rf conftest*
    39973986  ac_cv_have_readline="yes"
     
    40394028# gmp, smallgmp, MP, MPT, factory, libfac
    40404029echo $ac_n "checking for mpq_init in -lgmp""... $ac_c" 1>&6
    4041 echo "configure:4042: checking for mpq_init in -lgmp" >&5
     4030echo "configure:4031: checking for mpq_init in -lgmp" >&5
    40424031ac_lib_var=`echo gmp'_'mpq_init | sed 'y%./+-%__p_%'`
    40434032if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    40474036LIBS="-lgmp  $LIBS"
    40484037cat > conftest.$ac_ext <<EOF
    4049 #line 4050 "configure"
     4038#line 4039 "configure"
    40504039#include "confdefs.h"
    40514040/* Override any gcc2 internal prototype to avoid an error.  */
     
    40584047; return 0; }
    40594048EOF
    4060 if { (eval echo configure:4061: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4049if { (eval echo configure:4050: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    40614050  rm -rf conftest*
    40624051  eval "ac_cv_lib_$ac_lib_var=yes"
     
    40894078fi
    40904079echo $ac_n "checking for mpz_init in -lsmallgmp""... $ac_c" 1>&6
    4091 echo "configure:4092: checking for mpz_init in -lsmallgmp" >&5
     4080echo "configure:4081: checking for mpz_init in -lsmallgmp" >&5
    40924081ac_lib_var=`echo smallgmp'_'mpz_init | sed 'y%./+-%__p_%'`
    40934082if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    40974086LIBS="-lsmallgmp  $LIBS"
    40984087cat > conftest.$ac_ext <<EOF
    4099 #line 4100 "configure"
     4088#line 4089 "configure"
    41004089#include "confdefs.h"
    41014090/* Override any gcc2 internal prototype to avoid an error.  */
     
    41084097; return 0; }
    41094098EOF
    4110 if { (eval echo configure:4111: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4099if { (eval echo configure:4100: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    41114100  rm -rf conftest*
    41124101  eval "ac_cv_lib_$ac_lib_var=yes"
     
    41364125
    41374126echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6
    4138 echo "configure:4139: checking for IMP_PutGmpInt in -lMP" >&5
     4127echo "configure:4128: checking for IMP_PutGmpInt in -lMP" >&5
    41394128ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'`
    41404129if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    41444133LIBS="-lMP  $LIBS"
    41454134cat > conftest.$ac_ext <<EOF
    4146 #line 4147 "configure"
     4135#line 4136 "configure"
    41474136#include "confdefs.h"
    41484137/* Override any gcc2 internal prototype to avoid an error.  */
     
    41554144; return 0; }
    41564145EOF
    4157 if { (eval echo configure:4158: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4146if { (eval echo configure:4147: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    41584147  rm -rf conftest*
    41594148  eval "ac_cv_lib_$ac_lib_var=yes"
     
    41834172
    41844173echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6
    4185 echo "configure:4186: checking for MPT_GetTree in -lMPT" >&5
     4174echo "configure:4175: checking for MPT_GetTree in -lMPT" >&5
    41864175ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'`
    41874176if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    41914180LIBS="-lMPT  $LIBS"
    41924181cat > conftest.$ac_ext <<EOF
    4193 #line 4194 "configure"
     4182#line 4183 "configure"
    41944183#include "confdefs.h"
    41954184/* Override any gcc2 internal prototype to avoid an error.  */
     
    42024191; return 0; }
    42034192EOF
    4204 if { (eval echo configure:4205: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4193if { (eval echo configure:4194: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    42054194  rm -rf conftest*
    42064195  eval "ac_cv_lib_$ac_lib_var=yes"
     
    42304219
    42314220echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6
    4232 echo "configure:4233: checking for atof in -lsingcf" >&5
     4221echo "configure:4222: checking for atof in -lsingcf" >&5
    42334222ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'`
    42344223if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    42384227LIBS="-lsingcf  $LIBS"
    42394228cat > conftest.$ac_ext <<EOF
    4240 #line 4241 "configure"
     4229#line 4230 "configure"
    42414230#include "confdefs.h"
    42424231/* Override any gcc2 internal prototype to avoid an error.  */
     
    42494238; return 0; }
    42504239EOF
    4251 if { (eval echo configure:4252: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4240if { (eval echo configure:4241: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    42524241  rm -rf conftest*
    42534242  eval "ac_cv_lib_$ac_lib_var=yes"
     
    42774266
    42784267echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6
    4279 echo "configure:4280: checking for atof in -lsingfac" >&5
     4268echo "configure:4269: checking for atof in -lsingfac" >&5
    42804269ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'`
    42814270if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    42854274LIBS="-lsingfac  $LIBS"
    42864275cat > conftest.$ac_ext <<EOF
    4287 #line 4288 "configure"
     4276#line 4277 "configure"
    42884277#include "confdefs.h"
    42894278/* Override any gcc2 internal prototype to avoid an error.  */
     
    42964285; return 0; }
    42974286EOF
    4298 if { (eval echo configure:4299: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4287if { (eval echo configure:4288: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    42994288  rm -rf conftest*
    43004289  eval "ac_cv_lib_$ac_lib_var=yes"
     
    43284317ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    43294318echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    4330 echo "configure:4331: checking for $ac_hdr" >&5
     4319echo "configure:4320: checking for $ac_hdr" >&5
    43314320if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    43324321  echo $ac_n "(cached) $ac_c" 1>&6
    43334322else
    43344323  cat > conftest.$ac_ext <<EOF
    4335 #line 4336 "configure"
     4324#line 4325 "configure"
    43364325#include "confdefs.h"
    43374326#include <$ac_hdr>
    43384327EOF
    43394328ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4340 { (eval echo configure:4341: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    4341 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
     4329{ (eval echo configure:4330: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4330ac_err=`grep -v '^ *+' conftest.out`
    43424331if test -z "$ac_err"; then
    43434332  rm -rf conftest*
     
    43954384# evaluate results
    43964385echo $ac_n "checking which apint package to use""... $ac_c" 1>&6
    4397 echo "configure:4398: checking which apint package to use" >&5
     4386echo "configure:4387: checking which apint package to use" >&5
    43984387if test "${with_apint}" != gmp && test "${with_apint}" != smallgmp; then
    43994388  if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then
     
    44394428if test "$with_dl" != no; then
    44404429  echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
    4441 echo "configure:4442: checking for dlopen in -ldl" >&5
     4430echo "configure:4431: checking for dlopen in -ldl" >&5
    44424431ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
    44434432if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    44474436LIBS="-ldl  $LIBS"
    44484437cat > conftest.$ac_ext <<EOF
    4449 #line 4450 "configure"
     4438#line 4439 "configure"
    44504439#include "confdefs.h"
    44514440/* Override any gcc2 internal prototype to avoid an error.  */
     
    44584447; return 0; }
    44594448EOF
    4460 if { (eval echo configure:4461: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4449if { (eval echo configure:4450: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    44614450  rm -rf conftest*
    44624451  eval "ac_cv_lib_$ac_lib_var=yes"
     
    44964485  fi
    44974486  echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6
    4498 echo "configure:4499: checking for shl_load in -ldld" >&5
     4487echo "configure:4488: checking for shl_load in -ldld" >&5
    44994488ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'`
    45004489if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    45044493LIBS="-ldld  $LIBS"
    45054494cat > conftest.$ac_ext <<EOF
    4506 #line 4507 "configure"
     4495#line 4496 "configure"
    45074496#include "confdefs.h"
    45084497/* Override any gcc2 internal prototype to avoid an error.  */
     
    45154504; return 0; }
    45164505EOF
    4517 if { (eval echo configure:4518: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4506if { (eval echo configure:4507: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    45184507  rm -rf conftest*
    45194508  eval "ac_cv_lib_$ac_lib_var=yes"
     
    45554544
    45564545echo $ac_n "checking whether to have MP""... $ac_c" 1>&6
    4557 echo "configure:4558: checking whether to have MP" >&5
     4546echo "configure:4547: checking whether to have MP" >&5
    45584547if test "${with_MP}" != yes && test "${with_MP}" != no; then
    45594548  if (test "${will_have_gmp}" = yes) && \
     
    45864575
    45874576echo $ac_n "checking whether to have factory""... $ac_c" 1>&6
    4588 echo "configure:4589: checking whether to have factory" >&5
     4577echo "configure:4578: checking whether to have factory" >&5
    45894578if test "${with_factory}" != yes && test "${with_factory}" != no; then
    45904579  if test "$ac_factory_ok" =  yes || test "$enable_factory" = yes; then
     
    46174606
    46184607echo $ac_n "checking whether to have libfac""... $ac_c" 1>&6
    4619 echo "configure:4620: checking whether to have libfac" >&5
     4608echo "configure:4609: checking whether to have libfac" >&5
    46204609if test "${with_libfac}" != yes && test "${with_libfac}" != no; then
    46214610  if (test "${will_have_factory}" = yes) && \
     
    46494638
    46504639echo $ac_n "checking whether to have dbm links""... $ac_c" 1>&6
    4651 echo "configure:4652: checking whether to have dbm links" >&5
     4640echo "configure:4641: checking whether to have dbm links" >&5
    46524641if test "$with_dbm" != no; then
    46534642  cat >> confdefs.h <<\EOF
     
    46614650
    46624651echo $ac_n "checking whether to have namespaces""... $ac_c" 1>&6
    4663 echo "configure:4664: checking whether to have namespaces" >&5
     4652echo "configure:4653: checking whether to have namespaces" >&5
    46644653if test "$with_namespaces" != yes; then
    46654654  echo "$ac_t""no" 1>&6
     
    46734662
    46744663echo $ac_n "checking whether to have dynamic loading""... $ac_c" 1>&6
    4675 echo "configure:4676: checking whether to have dynamic loading" >&5
     4664echo "configure:4665: checking whether to have dynamic loading" >&5
    46764665if test "$with_dl" != yes; then
    46774666  echo "$ac_t""no" 1>&6
     
    46864675        HPUX-9)
    46874676          echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6
    4688 echo "configure:4689: checking for shl_load in -ldld" >&5
     4677echo "configure:4678: checking for shl_load in -ldld" >&5
    46894678ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'`
    46904679if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    46944683LIBS="-ldld  $LIBS"
    46954684cat > conftest.$ac_ext <<EOF
    4696 #line 4697 "configure"
     4685#line 4686 "configure"
    46974686#include "confdefs.h"
    46984687/* Override any gcc2 internal prototype to avoid an error.  */
     
    47054694; return 0; }
    47064695EOF
    4707 if { (eval echo configure:4708: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4696if { (eval echo configure:4697: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    47084697  rm -rf conftest*
    47094698  eval "ac_cv_lib_$ac_lib_var=yes"
     
    47374726        HPUX-10)
    47384727          echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6
    4739 echo "configure:4740: checking for shl_load in -ldld" >&5
     4728echo "configure:4729: checking for shl_load in -ldld" >&5
    47404729ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'`
    47414730if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    47454734LIBS="-ldld  $LIBS"
    47464735cat > conftest.$ac_ext <<EOF
    4747 #line 4748 "configure"
     4736#line 4737 "configure"
    47484737#include "confdefs.h"
    47494738/* Override any gcc2 internal prototype to avoid an error.  */
     
    47564745; return 0; }
    47574746EOF
    4758 if { (eval echo configure:4759: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4747if { (eval echo configure:4748: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    47594748  rm -rf conftest*
    47604749  eval "ac_cv_lib_$ac_lib_var=yes"
     
    47954784
    47964785echo $ac_n "checking whether to use mtrack""... $ac_c" 1>&6
    4797 echo "configure:4798: checking whether to use mtrack" >&5
     4786echo "configure:4787: checking whether to use mtrack" >&5
    47984787if test "$with_mtrack" = yes && test "$ac_cv_singuname" = ix86-Linux; then
    47994788  echo "$ac_t""yes" 1>&6
     
    48094798
    48104799echo $ac_n "checking which exponent type to use""... $ac_c" 1>&6
    4811 echo "configure:4812: checking which exponent type to use" >&5
     4800echo "configure:4801: checking which exponent type to use" >&5
    48124801if test "$with_exp_type" = "char"; then
    48134802  echo "$ac_t""char" 1>&6
     
    48654854# and sets the high bit in the cache file unless we assign to the vars.
    48664855(set) 2>&1 |
    4867   case `(ac_space=' '; set | grep ac_space) 2>&1` in
     4856  case `(ac_space=' '; set) 2>&1` in
    48684857  *ac_space=\ *)
    48694858    # `set' does not quote correctly, so add quotes (double-quote substitution
     
    49324921    exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
    49334922  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
    4934     echo "$CONFIG_STATUS generated by autoconf version 2.13"
     4923    echo "$CONFIG_STATUS generated by autoconf version 2.12"
    49354924    exit 0 ;;
    49364925  -help | --help | --hel | --he | --h)
     
    49514940$ac_vpsub
    49524941$extrasub
    4953 s%@SHELL@%$SHELL%g
    49544942s%@CFLAGS@%$CFLAGS%g
    49554943s%@CPPFLAGS@%$CPPFLAGS%g
    49564944s%@CXXFLAGS@%$CXXFLAGS%g
    4957 s%@FFLAGS@%$FFLAGS%g
    49584945s%@DEFS@%$DEFS%g
    49594946s%@LDFLAGS@%$LDFLAGS%g
Note: See TracChangeset for help on using the changeset viewer.