Changeset 50cbdc in git for Singular/configure


Ignore:
Timestamp:
Aug 27, 2001, 4:48:02 PM (23 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
2567b5a6cb7109be5a83e53eb94abb1c38fb9945
Parents:
3de58c9ca0aeaafdf5cb29f986967bffa405b542
Message:
*hannes: merge-2-0-2


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

Legend:

Unmodified
Added
Removed
  • Singular/configure

    r3de58c r50cbdc  
    600600SINGULAR_MAJOR_VERSION=${SINGULAR_MAJOR_VERSION:-2}
    601601SINGULAR_MINOR_VERSION=${SINGULAR_MINOR_VERSION:-1}
    602 SINGULAR_SUB_VERSION=${SINGULAR_SUB_VERSION:-0}
     602SINGULAR_SUB_VERSION=${SINGULAR_SUB_VERSION:-2}
    603603SINGULAR_VERSION="${SINGULAR_VERSION:-$SINGULAR_MAJOR_VERSION${VERSION_SEP}$SINGULAR_MINOR_VERSION${VERSION_SEP}$SINGULAR_SUB_VERSION}"
    604 VERSION_DATE=${VERSION_DATE:-"March 2001"}
     604VERSION_DATE=${VERSION_DATE:-"August 2001"}
    605605
    606606
     
    17401740          if test "$ac_cv_lib_dld_shl_load" = yes; then
    17411741                LD_DYN_FLAGS="-ldld -Xlinker -E"
    1742                 SFLAGS="-fPIC -DPIC"
     1742                SFLAGS="-fpic -fPIC -DPIC"
    17431743                SLDFLAGS=-shared
    17441744                LD=gcc
     
    18021802          fi
    18031803        ;;
     1804        IRIX-6)
     1805          LD_DYN_FLAGS="-lc"
     1806          SFLAGS="-fPIC -DPIC"
     1807          SLDFLAGS="-w -no_unresolved -_SYSTYPE_SVR4 -n32 -shared"
     1808          LD=ld
     1809          ac_lib_dl=yes
     1810        ;;
    18041811        SunOS-5)
    18051812          echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
    1806 echo "configure:1807: checking for dlopen in -ldl" >&5
     1813echo "configure:1814: checking for dlopen in -ldl" >&5
    18071814ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
    18081815if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    18121819LIBS="-ldl  $LIBS"
    18131820cat > conftest.$ac_ext <<EOF
    1814 #line 1815 "configure"
     1821#line 1822 "configure"
    18151822#include "confdefs.h"
    18161823/* Override any gcc2 internal prototype to avoid an error.  */
     
    18231830; return 0; }
    18241831EOF
    1825 if { (eval echo configure:1826: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1832if { (eval echo configure:1833: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    18261833  rm -rf conftest*
    18271834  eval "ac_cv_lib_$ac_lib_var=yes"
     
    18541861                SFLAGS="-fpic -DPIC"
    18551862                SLDFLAGS=-shared
     1863                LD=ld
    18561864                ac_lib_dl=yes
    18571865          fi
    18581866        ;;
    1859         IRIX-6)
    1860           LD_DYN_FLAGS="-lc"
    1861           SFLAGS="-fPIC -DPIC"
    1862           SLDFLAGS="-w -no_unresolved -_SYSTYPE_SVR4 -n32 -shared"
    1863           LD=ld
    1864           ac_lib_dl=yes
    1865         ;;
    18661867esac
    18671868
     
    18741875# heder file checks
    18751876echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    1876 echo "configure:1877: checking for ANSI C header files" >&5
     1877echo "configure:1878: checking for ANSI C header files" >&5
    18771878if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    18781879  echo $ac_n "(cached) $ac_c" 1>&6
    18791880else
    18801881  cat > conftest.$ac_ext <<EOF
    1881 #line 1882 "configure"
     1882#line 1883 "configure"
    18821883#include "confdefs.h"
    18831884#include <stdlib.h>
     
    18871888EOF
    18881889ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1889 { (eval echo configure:1890: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1890{ (eval echo configure:1891: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    18901891ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    18911892if test -z "$ac_err"; then
     
    19041905  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    19051906cat > conftest.$ac_ext <<EOF
    1906 #line 1907 "configure"
     1907#line 1908 "configure"
    19071908#include "confdefs.h"
    19081909#include <string.h>
     
    19221923  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    19231924cat > conftest.$ac_ext <<EOF
    1924 #line 1925 "configure"
     1925#line 1926 "configure"
    19251926#include "confdefs.h"
    19261927#include <stdlib.h>
     
    19431944else
    19441945  cat > conftest.$ac_ext <<EOF
    1945 #line 1946 "configure"
     1946#line 1947 "configure"
    19461947#include "confdefs.h"
    19471948#include <ctype.h>
     
    19541955
    19551956EOF
    1956 if { (eval echo configure:1957: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1957if { (eval echo configure:1958: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    19571958then
    19581959  :
     
    19811982ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    19821983echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    1983 echo "configure:1984: checking for $ac_hdr" >&5
     1984echo "configure:1985: checking for $ac_hdr" >&5
    19841985if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    19851986  echo $ac_n "(cached) $ac_c" 1>&6
    19861987else
    19871988  cat > conftest.$ac_ext <<EOF
    1988 #line 1989 "configure"
     1989#line 1990 "configure"
    19891990#include "confdefs.h"
    19901991#include <$ac_hdr>
    19911992EOF
    19921993ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1993 { (eval echo configure:1994: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1994{ (eval echo configure:1995: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    19941995ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    19951996if test -z "$ac_err"; then
     
    20232024ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    20242025echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    2025 echo "configure:2026: checking for $ac_hdr" >&5
     2026echo "configure:2027: checking for $ac_hdr" >&5
    20262027if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    20272028  echo $ac_n "(cached) $ac_c" 1>&6
    20282029else
    20292030  cat > conftest.$ac_ext <<EOF
    2030 #line 2031 "configure"
     2031#line 2032 "configure"
    20312032#include "confdefs.h"
    20322033#include <$ac_hdr>
    20332034EOF
    20342035ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2035 { (eval echo configure:2036: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2036{ (eval echo configure:2037: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    20362037ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    20372038if test -z "$ac_err"; then
     
    20622063# typedefs, structures
    20632064echo $ac_n "checking for working const""... $ac_c" 1>&6
    2064 echo "configure:2065: checking for working const" >&5
     2065echo "configure:2066: checking for working const" >&5
    20652066if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    20662067  echo $ac_n "(cached) $ac_c" 1>&6
    20672068else
    20682069  cat > conftest.$ac_ext <<EOF
    2069 #line 2070 "configure"
     2070#line 2071 "configure"
    20702071#include "confdefs.h"
    20712072
     
    21162117; return 0; }
    21172118EOF
    2118 if { (eval echo configure:2119: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2119if { (eval echo configure:2120: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    21192120  rm -rf conftest*
    21202121  ac_cv_c_const=yes
     
    21372138
    21382139echo $ac_n "checking for inline""... $ac_c" 1>&6
    2139 echo "configure:2140: checking for inline" >&5
     2140echo "configure:2141: checking for inline" >&5
    21402141if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
    21412142  echo $ac_n "(cached) $ac_c" 1>&6
     
    21442145for ac_kw in inline __inline__ __inline; do
    21452146  cat > conftest.$ac_ext <<EOF
    2146 #line 2147 "configure"
     2147#line 2148 "configure"
    21472148#include "confdefs.h"
    21482149
     
    21512152; return 0; }
    21522153EOF
    2153 if { (eval echo configure:2154: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2154if { (eval echo configure:2155: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    21542155  rm -rf conftest*
    21552156  ac_cv_c_inline=$ac_kw; break
     
    21772178
    21782179echo $ac_n "checking for size_t""... $ac_c" 1>&6
    2179 echo "configure:2180: checking for size_t" >&5
     2180echo "configure:2181: checking for size_t" >&5
    21802181if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    21812182  echo $ac_n "(cached) $ac_c" 1>&6
    21822183else
    21832184  cat > conftest.$ac_ext <<EOF
    2184 #line 2185 "configure"
     2185#line 2186 "configure"
    21852186#include "confdefs.h"
    21862187#include <sys/types.h>
     
    22102211
    22112212echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
    2212 echo "configure:2213: checking whether time.h and sys/time.h may both be included" >&5
     2213echo "configure:2214: checking whether time.h and sys/time.h may both be included" >&5
    22132214if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
    22142215  echo $ac_n "(cached) $ac_c" 1>&6
    22152216else
    22162217  cat > conftest.$ac_ext <<EOF
    2217 #line 2218 "configure"
     2218#line 2219 "configure"
    22182219#include "confdefs.h"
    22192220#include <sys/types.h>
     
    22242225; return 0; }
    22252226EOF
    2226 if { (eval echo configure:2227: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2227if { (eval echo configure:2228: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    22272228  rm -rf conftest*
    22282229  ac_cv_header_time=yes
     
    22452246
    22462247echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
    2247 echo "configure:2248: checking whether struct tm is in sys/time.h or time.h" >&5
     2248echo "configure:2249: checking whether struct tm is in sys/time.h or time.h" >&5
    22482249if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
    22492250  echo $ac_n "(cached) $ac_c" 1>&6
    22502251else
    22512252  cat > conftest.$ac_ext <<EOF
    2252 #line 2253 "configure"
     2253#line 2254 "configure"
    22532254#include "confdefs.h"
    22542255#include <sys/types.h>
     
    22582259; return 0; }
    22592260EOF
    2260 if { (eval echo configure:2261: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2261if { (eval echo configure:2262: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    22612262  rm -rf conftest*
    22622263  ac_cv_struct_tm=time.h
     
    22832284# for constant arguments.  Useless!
    22842285echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
    2285 echo "configure:2286: checking for working alloca.h" >&5
     2286echo "configure:2287: checking for working alloca.h" >&5
    22862287if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    22872288  echo $ac_n "(cached) $ac_c" 1>&6
    22882289else
    22892290  cat > conftest.$ac_ext <<EOF
    2290 #line 2291 "configure"
     2291#line 2292 "configure"
    22912292#include "confdefs.h"
    22922293#include <alloca.h>
     
    22952296; return 0; }
    22962297EOF
    2297 if { (eval echo configure:2298: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2298if { (eval echo configure:2299: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    22982299  rm -rf conftest*
    22992300  ac_cv_header_alloca_h=yes
     
    23162317
    23172318echo $ac_n "checking for alloca""... $ac_c" 1>&6
    2318 echo "configure:2319: checking for alloca" >&5
     2319echo "configure:2320: checking for alloca" >&5
    23192320if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    23202321  echo $ac_n "(cached) $ac_c" 1>&6
    23212322else
    23222323  cat > conftest.$ac_ext <<EOF
    2323 #line 2324 "configure"
     2324#line 2325 "configure"
    23242325#include "confdefs.h"
    23252326
     
    23492350; return 0; }
    23502351EOF
    2351 if { (eval echo configure:2352: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2352if { (eval echo configure:2353: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    23522353  rm -rf conftest*
    23532354  ac_cv_func_alloca_works=yes
     
    23812382
    23822383echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
    2383 echo "configure:2384: checking whether alloca needs Cray hooks" >&5
     2384echo "configure:2385: checking whether alloca needs Cray hooks" >&5
    23842385if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    23852386  echo $ac_n "(cached) $ac_c" 1>&6
    23862387else
    23872388  cat > conftest.$ac_ext <<EOF
    2388 #line 2389 "configure"
     2389#line 2390 "configure"
    23892390#include "confdefs.h"
    23902391#if defined(CRAY) && ! defined(CRAY2)
     
    24112412for ac_func in _getb67 GETB67 getb67; do
    24122413  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2413 echo "configure:2414: checking for $ac_func" >&5
     2414echo "configure:2415: checking for $ac_func" >&5
    24142415if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    24152416  echo $ac_n "(cached) $ac_c" 1>&6
    24162417else
    24172418  cat > conftest.$ac_ext <<EOF
    2418 #line 2419 "configure"
     2419#line 2420 "configure"
    24192420#include "confdefs.h"
    24202421/* System header to define __stub macros and hopefully few prototypes,
     
    24392440; return 0; }
    24402441EOF
    2441 if { (eval echo configure:2442: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2442if { (eval echo configure:2443: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    24422443  rm -rf conftest*
    24432444  eval "ac_cv_func_$ac_func=yes"
     
    24662467
    24672468echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
    2468 echo "configure:2469: checking stack direction for C alloca" >&5
     2469echo "configure:2470: checking stack direction for C alloca" >&5
    24692470if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    24702471  echo $ac_n "(cached) $ac_c" 1>&6
     
    24742475else
    24752476  cat > conftest.$ac_ext <<EOF
    2476 #line 2477 "configure"
     2477#line 2478 "configure"
    24772478#include "confdefs.h"
    24782479find_stack_direction ()
     
    24932494}
    24942495EOF
    2495 if { (eval echo configure:2496: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2496if { (eval echo configure:2497: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    24962497then
    24972498  ac_cv_c_stack_direction=1
     
    25162517if test $ac_cv_prog_gcc = yes; then
    25172518    echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
    2518 echo "configure:2519: checking whether ${CC-cc} needs -traditional" >&5
     2519echo "configure:2520: checking whether ${CC-cc} needs -traditional" >&5
    25192520if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
    25202521  echo $ac_n "(cached) $ac_c" 1>&6
     
    25222523    ac_pattern="Autoconf.*'x'"
    25232524  cat > conftest.$ac_ext <<EOF
    2524 #line 2525 "configure"
     2525#line 2526 "configure"
    25252526#include "confdefs.h"
    25262527#include <sgtty.h>
     
    25402541  if test $ac_cv_prog_gcc_traditional = no; then
    25412542    cat > conftest.$ac_ext <<EOF
    2542 #line 2543 "configure"
     2543#line 2544 "configure"
    25432544#include "confdefs.h"
    25442545#include <termio.h>
     
    25652566ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    25662567echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    2567 echo "configure:2568: checking for $ac_hdr" >&5
     2568echo "configure:2569: checking for $ac_hdr" >&5
    25682569if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    25692570  echo $ac_n "(cached) $ac_c" 1>&6
    25702571else
    25712572  cat > conftest.$ac_ext <<EOF
    2572 #line 2573 "configure"
     2573#line 2574 "configure"
    25732574#include "confdefs.h"
    25742575#include <$ac_hdr>
    25752576EOF
    25762577ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2577 { (eval echo configure:2578: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2578{ (eval echo configure:2579: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    25782579ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    25792580if test -z "$ac_err"; then
     
    26042605do
    26052606echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2606 echo "configure:2607: checking for $ac_func" >&5
     2607echo "configure:2608: checking for $ac_func" >&5
    26072608if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    26082609  echo $ac_n "(cached) $ac_c" 1>&6
    26092610else
    26102611  cat > conftest.$ac_ext <<EOF
    2611 #line 2612 "configure"
     2612#line 2613 "configure"
    26122613#include "confdefs.h"
    26132614/* System header to define __stub macros and hopefully few prototypes,
     
    26322633; return 0; }
    26332634EOF
    2634 if { (eval echo configure:2635: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2635if { (eval echo configure:2636: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    26352636  rm -rf conftest*
    26362637  eval "ac_cv_func_$ac_func=yes"
     
    26572658
    26582659echo $ac_n "checking for working mmap""... $ac_c" 1>&6
    2659 echo "configure:2660: checking for working mmap" >&5
     2660echo "configure:2661: checking for working mmap" >&5
    26602661if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
    26612662  echo $ac_n "(cached) $ac_c" 1>&6
     
    26652666else
    26662667  cat > conftest.$ac_ext <<EOF
    2667 #line 2668 "configure"
     2668#line 2669 "configure"
    26682669#include "confdefs.h"
    26692670
     
    28052806
    28062807EOF
    2807 if { (eval echo configure:2808: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2808if { (eval echo configure:2809: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    28082809then
    28092810  ac_cv_func_mmap_fixed_mapped=yes
     
    28282829
    28292830echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
    2830 echo "configure:2831: checking return type of signal handlers" >&5
     2831echo "configure:2832: checking return type of signal handlers" >&5
    28312832if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
    28322833  echo $ac_n "(cached) $ac_c" 1>&6
    28332834else
    28342835  cat > conftest.$ac_ext <<EOF
    2835 #line 2836 "configure"
     2836#line 2837 "configure"
    28362837#include "confdefs.h"
    28372838#include <sys/types.h>
     
    28502851; return 0; }
    28512852EOF
    2852 if { (eval echo configure:2853: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2853if { (eval echo configure:2854: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    28532854  rm -rf conftest*
    28542855  ac_cv_type_signal=void
     
    28692870
    28702871echo $ac_n "checking for vprintf""... $ac_c" 1>&6
    2871 echo "configure:2872: checking for vprintf" >&5
     2872echo "configure:2873: checking for vprintf" >&5
    28722873if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
    28732874  echo $ac_n "(cached) $ac_c" 1>&6
    28742875else
    28752876  cat > conftest.$ac_ext <<EOF
    2876 #line 2877 "configure"
     2877#line 2878 "configure"
    28772878#include "confdefs.h"
    28782879/* System header to define __stub macros and hopefully few prototypes,
     
    28972898; return 0; }
    28982899EOF
    2899 if { (eval echo configure:2900: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2900if { (eval echo configure:2901: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    29002901  rm -rf conftest*
    29012902  eval "ac_cv_func_vprintf=yes"
     
    29212922if test "$ac_cv_func_vprintf" != yes; then
    29222923echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
    2923 echo "configure:2924: checking for _doprnt" >&5
     2924echo "configure:2925: checking for _doprnt" >&5
    29242925if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
    29252926  echo $ac_n "(cached) $ac_c" 1>&6
    29262927else
    29272928  cat > conftest.$ac_ext <<EOF
    2928 #line 2929 "configure"
     2929#line 2930 "configure"
    29292930#include "confdefs.h"
    29302931/* System header to define __stub macros and hopefully few prototypes,
     
    29492950; return 0; }
    29502951EOF
    2951 if { (eval echo configure:2952: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2952if { (eval echo configure:2953: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    29522953  rm -rf conftest*
    29532954  eval "ac_cv_func__doprnt=yes"
     
    29752976
    29762977echo $ac_n "checking for library containing setenv""... $ac_c" 1>&6
    2977 echo "configure:2978: checking for library containing setenv" >&5
     2978echo "configure:2979: checking for library containing setenv" >&5
    29782979if eval "test \"`echo '$''{'ac_cv_search_setenv'+set}'`\" = set"; then
    29792980  echo $ac_n "(cached) $ac_c" 1>&6
     
    29822983ac_cv_search_setenv="no"
    29832984cat > conftest.$ac_ext <<EOF
    2984 #line 2985 "configure"
     2985#line 2986 "configure"
    29852986#include "confdefs.h"
    29862987/* Override any gcc2 internal prototype to avoid an error.  */
     
    29932994; return 0; }
    29942995EOF
    2995 if { (eval echo configure:2996: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2996if { (eval echo configure:2997: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    29962997  rm -rf conftest*
    29972998  ac_cv_search_setenv="none required"
     
    30043005LIBS="-l$i  $ac_func_search_save_LIBS"
    30053006cat > conftest.$ac_ext <<EOF
    3006 #line 3007 "configure"
     3007#line 3008 "configure"
    30073008#include "confdefs.h"
    30083009/* Override any gcc2 internal prototype to avoid an error.  */
     
    30153016; return 0; }
    30163017EOF
    3017 if { (eval echo configure:3018: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3018if { (eval echo configure:3019: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    30183019  rm -rf conftest*
    30193020  ac_cv_search_setenv="-l$i"
     
    30383039do
    30393040echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3040 echo "configure:3041: checking for $ac_func" >&5
     3041echo "configure:3042: checking for $ac_func" >&5
    30413042if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    30423043  echo $ac_n "(cached) $ac_c" 1>&6
    30433044else
    30443045  cat > conftest.$ac_ext <<EOF
    3045 #line 3046 "configure"
     3046#line 3047 "configure"
    30463047#include "confdefs.h"
    30473048/* System header to define __stub macros and hopefully few prototypes,
     
    30663067; return 0; }
    30673068EOF
    3068 if { (eval echo configure:3069: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3069if { (eval echo configure:3070: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    30693070  rm -rf conftest*
    30703071  eval "ac_cv_func_$ac_func=yes"
     
    30953096# arithmetic shifts
    30963097echo $ac_n "checking whether your machine has correct arithmetic shifts""... $ac_c" 1>&6
    3097 echo "configure:3098: checking whether your machine has correct arithmetic shifts" >&5
     3098echo "configure:3099: checking whether your machine has correct arithmetic shifts" >&5
    30983099if eval "test \"`echo '$''{'ac_cv_shift'+set}'`\" = set"; then
    30993100  echo $ac_n "(cached) $ac_c" 1>&6
     
    31083109else
    31093110  cat > conftest.$ac_ext <<EOF
    3110 #line 3111 "configure"
     3111#line 3112 "configure"
    31113112#include "confdefs.h"
    31123113 int main() { if (-2 >> 1 == -1) exit(0); else exit(1); }
    31133114EOF
    3114 if { (eval echo configure:3115: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3115if { (eval echo configure:3116: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    31153116then
    31163117  ac_cv_shift=yes
     
    31373138# check for a peculiar constructor initialization
    31383139echo $ac_n "checking whether explicit C++ constructor calls are allowed""... $ac_c" 1>&6
    3139 echo "configure:3140: checking whether explicit C++ constructor calls are allowed" >&5
     3140echo "configure:3141: checking whether explicit C++ constructor calls are allowed" >&5
    31403141
    31413142ac_ext=C
     
    31503151else
    31513152  cat > conftest.$ac_ext <<EOF
    3152 #line 3153 "configure"
     3153#line 3154 "configure"
    31533154#include "confdefs.h"
    31543155
     
    31683169; return 0; }
    31693170EOF
    3170 if { (eval echo configure:3171: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3171if { (eval echo configure:3172: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    31713172  rm -rf conftest*
    31723173  ac_cv_explicit_const=yes
     
    31973198# sprintf returns number of printed chars
    31983199echo $ac_n "checking whether vsprintf returns number of printed chars""... $ac_c" 1>&6
    3199 echo "configure:3200: checking whether vsprintf returns number of printed chars" >&5
     3200echo "configure:3201: checking whether vsprintf returns number of printed chars" >&5
    32003201if eval "test \"`echo '$''{'ac_cv_returns_n_of_chars'+set}'`\" = set"; then
    32013202  echo $ac_n "(cached) $ac_c" 1>&6
     
    32053206else
    32063207  cat > conftest.$ac_ext <<EOF
    3207 #line 3208 "configure"
     3208#line 3209 "configure"
    32083209#include "confdefs.h"
    32093210#include <stdio.h>
    32103211 main() { char *str=(char*)malloc(20); if (((int) sprintf(str,"123456789")) == 9) exit(0); else exit(1); }
    32113212EOF
    3212 if { (eval echo configure:3213: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3213if { (eval echo configure:3214: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    32133214then
    32143215  ac_cv_returns_n_of_chars=yes
     
    32363237# determine ALIGN_8
    32373238echo $ac_n "checking size of char""... $ac_c" 1>&6
    3238 echo "configure:3239: checking size of char" >&5
     3239echo "configure:3240: checking size of char" >&5
    32393240if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
    32403241  echo $ac_n "(cached) $ac_c" 1>&6
     
    32443245else
    32453246  cat > conftest.$ac_ext <<EOF
    3246 #line 3247 "configure"
     3247#line 3248 "configure"
    32473248#include "confdefs.h"
    32483249#include <stdio.h>
     
    32553256}
    32563257EOF
    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
     3258if { (eval echo configure:3259: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    32583259then
    32593260  ac_cv_sizeof_char=`cat conftestval`
     
    32753276
    32763277echo $ac_n "checking size of short""... $ac_c" 1>&6
    3277 echo "configure:3278: checking size of short" >&5
     3278echo "configure:3279: checking size of short" >&5
    32783279if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
    32793280  echo $ac_n "(cached) $ac_c" 1>&6
     
    32833284else
    32843285  cat > conftest.$ac_ext <<EOF
    3285 #line 3286 "configure"
     3286#line 3287 "configure"
    32863287#include "confdefs.h"
    32873288#include <stdio.h>
     
    32943295}
    32953296EOF
    3296 if { (eval echo configure:3297: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3297if { (eval echo configure:3298: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    32973298then
    32983299  ac_cv_sizeof_short=`cat conftestval`
     
    33143315
    33153316echo $ac_n "checking size of int""... $ac_c" 1>&6
    3316 echo "configure:3317: checking size of int" >&5
     3317echo "configure:3318: checking size of int" >&5
    33173318if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
    33183319  echo $ac_n "(cached) $ac_c" 1>&6
     
    33223323else
    33233324  cat > conftest.$ac_ext <<EOF
    3324 #line 3325 "configure"
     3325#line 3326 "configure"
    33253326#include "confdefs.h"
    33263327#include <stdio.h>
     
    33333334}
    33343335EOF
    3335 if { (eval echo configure:3336: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3336if { (eval echo configure:3337: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    33363337then
    33373338  ac_cv_sizeof_int=`cat conftestval`
     
    33533354
    33543355echo $ac_n "checking size of long""... $ac_c" 1>&6
    3355 echo "configure:3356: checking size of long" >&5
     3356echo "configure:3357: checking size of long" >&5
    33563357if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
    33573358  echo $ac_n "(cached) $ac_c" 1>&6
     
    33613362else
    33623363  cat > conftest.$ac_ext <<EOF
    3363 #line 3364 "configure"
     3364#line 3365 "configure"
    33643365#include "confdefs.h"
    33653366#include <stdio.h>
     
    33723373}
    33733374EOF
    3374 if { (eval echo configure:3375: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3375if { (eval echo configure:3376: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    33753376then
    33763377  ac_cv_sizeof_long=`cat conftestval`
     
    33923393
    33933394echo $ac_n "checking size of void*""... $ac_c" 1>&6
    3394 echo "configure:3395: checking size of void*" >&5
     3395echo "configure:3396: checking size of void*" >&5
    33953396if eval "test \"`echo '$''{'ac_cv_sizeof_voidp'+set}'`\" = set"; then
    33963397  echo $ac_n "(cached) $ac_c" 1>&6
     
    34003401else
    34013402  cat > conftest.$ac_ext <<EOF
    3402 #line 3403 "configure"
     3403#line 3404 "configure"
    34033404#include "confdefs.h"
    34043405#include <stdio.h>
     
    34113412}
    34123413EOF
    3413 if { (eval echo configure:3414: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3414if { (eval echo configure:3415: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    34143415then
    34153416  ac_cv_sizeof_voidp=`cat conftestval`
     
    34313432
    34323433echo $ac_n "checking size of double""... $ac_c" 1>&6
    3433 echo "configure:3434: checking size of double" >&5
     3434echo "configure:3435: checking size of double" >&5
    34343435if eval "test \"`echo '$''{'ac_cv_sizeof_double'+set}'`\" = set"; then
    34353436  echo $ac_n "(cached) $ac_c" 1>&6
     
    34393440else
    34403441  cat > conftest.$ac_ext <<EOF
    3441 #line 3442 "configure"
     3442#line 3443 "configure"
    34423443#include "confdefs.h"
    34433444#include <stdio.h>
     
    34503451}
    34513452EOF
    3452 if { (eval echo configure:3453: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3453if { (eval echo configure:3454: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    34533454then
    34543455  ac_cv_sizeof_double=`cat conftestval`
     
    34703471
    34713472echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
    3472 echo "configure:3473: checking whether byte ordering is bigendian" >&5
     3473echo "configure:3474: checking whether byte ordering is bigendian" >&5
    34733474if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
    34743475  echo $ac_n "(cached) $ac_c" 1>&6
     
    34773478# See if sys/param.h defines the BYTE_ORDER macro.
    34783479cat > conftest.$ac_ext <<EOF
    3479 #line 3480 "configure"
     3480#line 3481 "configure"
    34803481#include "confdefs.h"
    34813482#include <sys/types.h>
     
    34883489; return 0; }
    34893490EOF
    3490 if { (eval echo configure:3491: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3491if { (eval echo configure:3492: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    34913492  rm -rf conftest*
    34923493  # It does; now see whether it defined to BIG_ENDIAN or not.
    34933494cat > conftest.$ac_ext <<EOF
    3494 #line 3495 "configure"
     3495#line 3496 "configure"
    34953496#include "confdefs.h"
    34963497#include <sys/types.h>
     
    35033504; return 0; }
    35043505EOF
    3505 if { (eval echo configure:3506: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3506if { (eval echo configure:3507: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    35063507  rm -rf conftest*
    35073508  ac_cv_c_bigendian=yes
     
    35233524else
    35243525  cat > conftest.$ac_ext <<EOF
    3525 #line 3526 "configure"
     3526#line 3527 "configure"
    35263527#include "confdefs.h"
    35273528main () {
     
    35363537}
    35373538EOF
    3538 if { (eval echo configure:3539: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3539if { (eval echo configure:3540: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    35393540then
    35403541  ac_cv_c_bigendian=no
     
    36543655
    36553656echo $ac_n "checking whether to use dynamic linking""... $ac_c" 1>&6
    3656 echo "configure:3657: checking whether to use dynamic linking" >&5
     3657echo "configure:3658: checking whether to use dynamic linking" >&5
    36573658if test "$with_dl" != no && test "$ac_lib_dl" = yes; then
    36583659  cat >> confdefs.h <<\EOF
     
    36673668
    36683669echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6
    3669 echo "configure:3670: checking for tgetent in -lncurses" >&5
     3670echo "configure:3671: checking for tgetent in -lncurses" >&5
    36703671ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'`
    36713672if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    36753676LIBS="-lncurses  $LIBS"
    36763677cat > conftest.$ac_ext <<EOF
    3677 #line 3678 "configure"
     3678#line 3679 "configure"
    36783679#include "confdefs.h"
    36793680/* Override any gcc2 internal prototype to avoid an error.  */
     
    36863687; return 0; }
    36873688EOF
    3688 if { (eval echo configure:3689: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3689if { (eval echo configure:3690: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    36893690  rm -rf conftest*
    36903691  eval "ac_cv_lib_$ac_lib_var=yes"
     
    37133714\
    37143715 echo $ac_n "checking for tgetent in -lcurses""... $ac_c" 1>&6
    3715 echo "configure:3716: checking for tgetent in -lcurses" >&5
     3716echo "configure:3717: checking for tgetent in -lcurses" >&5
    37163717ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'`
    37173718if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    37213722LIBS="-lcurses  $LIBS"
    37223723cat > conftest.$ac_ext <<EOF
    3723 #line 3724 "configure"
     3724#line 3725 "configure"
    37243725#include "confdefs.h"
    37253726/* Override any gcc2 internal prototype to avoid an error.  */
     
    37323733; return 0; }
    37333734EOF
    3734 if { (eval echo configure:3735: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3735if { (eval echo configure:3736: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    37353736  rm -rf conftest*
    37363737  eval "ac_cv_lib_$ac_lib_var=yes"
     
    37593760\
    37603761  echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6
    3761 echo "configure:3762: checking for tgetent in -ltermcap" >&5
     3762echo "configure:3763: checking for tgetent in -ltermcap" >&5
    37623763ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'`
    37633764if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    37673768LIBS="-ltermcap  $LIBS"
    37683769cat > conftest.$ac_ext <<EOF
    3769 #line 3770 "configure"
     3770#line 3771 "configure"
    37703771#include "confdefs.h"
    37713772/* Override any gcc2 internal prototype to avoid an error.  */
     
    37783779; return 0; }
    37793780EOF
    3780 if { (eval echo configure:3781: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3781if { (eval echo configure:3782: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    37813782  rm -rf conftest*
    37823783  eval "ac_cv_lib_$ac_lib_var=yes"
     
    38273828
    38283829   echo $ac_n "checking for rl_abort in -lreadline""... $ac_c" 1>&6
    3829 echo "configure:3830: checking for rl_abort in -lreadline" >&5
     3830echo "configure:3831: checking for rl_abort in -lreadline" >&5
    38303831ac_lib_var=`echo readline'_'rl_abort | sed 'y%./+-%__p_%'`
    38313832if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    38353836LIBS="-lreadline  $LIBS"
    38363837cat > conftest.$ac_ext <<EOF
    3837 #line 3838 "configure"
     3838#line 3839 "configure"
    38383839#include "confdefs.h"
    38393840/* Override any gcc2 internal prototype to avoid an error.  */
     
    38493850; return 0; }
    38503851EOF
    3851 if { (eval echo configure:3852: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3852if { (eval echo configure:3853: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    38523853  rm -rf conftest*
    38533854  eval "ac_cv_lib_$ac_lib_var=yes"
     
    38773878
    38783879   echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
    3879 echo "configure:3880: checking how to run the C++ preprocessor" >&5
     3880echo "configure:3881: checking how to run the C++ preprocessor" >&5
    38803881if test -z "$CXXCPP"; then
    38813882if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
     
    38903891  CXXCPP="${CXX-g++} -E"
    38913892  cat > conftest.$ac_ext <<EOF
    3892 #line 3893 "configure"
     3893#line 3894 "configure"
    38933894#include "confdefs.h"
    38943895#include <stdlib.h>
    38953896EOF
    38963897ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3897 { (eval echo configure:3898: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3898{ (eval echo configure:3899: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    38983899ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    38993900if test -z "$ac_err"; then
     
    39233924ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    39243925echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    3925 echo "configure:3926: checking for $ac_hdr" >&5
     3926echo "configure:3927: checking for $ac_hdr" >&5
    39263927if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    39273928  echo $ac_n "(cached) $ac_c" 1>&6
    39283929else
    39293930  cat > conftest.$ac_ext <<EOF
    3930 #line 3931 "configure"
     3931#line 3932 "configure"
    39313932#include "confdefs.h"
    39323933#include <$ac_hdr>
    39333934EOF
    39343935ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3935 { (eval echo configure:3936: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3936{ (eval echo configure:3937: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    39363937ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    39373938if test -z "$ac_err"; then
     
    39623963      test "$ac_cv_header_readline_readline_h" = yes; then
    39633964     echo $ac_n "checking whether readline.h is ok""... $ac_c" 1>&6
    3964 echo "configure:3965: checking whether readline.h is ok" >&5
     3965echo "configure:3966: checking whether readline.h is ok" >&5
    39653966     if eval "test \"`echo '$''{'ac_cv_header_readline_readline_h_ok'+set}'`\" = set"; then
    39663967  echo $ac_n "(cached) $ac_c" 1>&6
    39673968else
    39683969  cat > conftest.$ac_ext <<EOF
    3969 #line 3970 "configure"
     3970#line 3971 "configure"
    39703971#include "confdefs.h"
    39713972#include<unistd.h>
     
    39923993; return 0; }
    39933994EOF
    3994 if { (eval echo configure:3995: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3995if { (eval echo configure:3996: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    39953996  rm -rf conftest*
    39963997  ac_cv_header_readline_readline_h_ok="yes"
     
    40084009#not ok -- try once more with explicitly declaring everything
    40094010      echo $ac_n "checking whether or not we nevertheless can use readline""... $ac_c" 1>&6
    4010 echo "configure:4011: checking whether or not we nevertheless can use readline" >&5
     4011echo "configure:4012: checking whether or not we nevertheless can use readline" >&5
    40114012      if eval "test \"`echo '$''{'ac_cv_have_readline'+set}'`\" = set"; then
    40124013  echo $ac_n "(cached) $ac_c" 1>&6
    40134014else
    40144015  cat > conftest.$ac_ext <<EOF
    4015 #line 4016 "configure"
     4016#line 4017 "configure"
    40164017#include "confdefs.h"
    40174018#include <stdio.h>
     
    40474048; return 0; }
    40484049EOF
    4049 if { (eval echo configure:4050: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4050if { (eval echo configure:4051: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    40504051  rm -rf conftest*
    40514052  ac_cv_have_readline="yes"
     
    40864087
    40874088echo $ac_n "checking which readline to use""... $ac_c" 1>&6
    4088 echo "configure:4089: checking which readline to use" >&5
     4089echo "configure:4090: checking which readline to use" >&5
    40894090if test "$ac_cv_with_readline" = dynamic; then
    40904091  echo "$ac_t""dynamic" 1>&6
     
    41044105# gmp, smallgmp, MP, MPT, factory, libfac
    41054106echo $ac_n "checking for main in -lgmp""... $ac_c" 1>&6
    4106 echo "configure:4107: checking for main in -lgmp" >&5
     4107echo "configure:4108: checking for main in -lgmp" >&5
    41074108ac_lib_var=`echo gmp'_'main | sed 'y%./+-%__p_%'`
    41084109if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    41124113LIBS="-lgmp  $LIBS"
    41134114cat > conftest.$ac_ext <<EOF
    4114 #line 4115 "configure"
     4115#line 4116 "configure"
    41154116#include "confdefs.h"
    41164117
     
    41194120; return 0; }
    41204121EOF
    4121 if { (eval echo configure:4122: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4122if { (eval echo configure:4123: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    41224123  rm -rf conftest*
    41234124  eval "ac_cv_lib_$ac_lib_var=yes"
     
    41504151fi
    41514152echo $ac_n "checking for main in -lsmallgmp""... $ac_c" 1>&6
    4152 echo "configure:4153: checking for main in -lsmallgmp" >&5
     4153echo "configure:4154: checking for main in -lsmallgmp" >&5
    41534154ac_lib_var=`echo smallgmp'_'main | sed 'y%./+-%__p_%'`
    41544155if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    41584159LIBS="-lsmallgmp  $LIBS"
    41594160cat > conftest.$ac_ext <<EOF
    4160 #line 4161 "configure"
     4161#line 4162 "configure"
    41614162#include "confdefs.h"
    41624163
     
    41654166; return 0; }
    41664167EOF
    4167 if { (eval echo configure:4168: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4168if { (eval echo configure:4169: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    41684169  rm -rf conftest*
    41694170  eval "ac_cv_lib_$ac_lib_var=yes"
     
    41944195SAVE_LIBS=$LIBS
    41954196echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6
    4196 echo "configure:4197: checking for IMP_PutGmpInt in -lMP" >&5
     4197echo "configure:4198: checking for IMP_PutGmpInt in -lMP" >&5
    41974198ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'`
    41984199if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    42024203LIBS="-lMP $MP_LIBS $LIBS"
    42034204cat > conftest.$ac_ext <<EOF
    4204 #line 4205 "configure"
     4205#line 4206 "configure"
    42054206#include "confdefs.h"
    42064207/* Override any gcc2 internal prototype to avoid an error.  */
     
    42134214; return 0; }
    42144215EOF
    4215 if { (eval echo configure:4216: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4216if { (eval echo configure:4217: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    42164217  rm -rf conftest*
    42174218  eval "ac_cv_lib_$ac_lib_var=yes"
     
    42414242
    42424243echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6
    4243 echo "configure:4244: checking for MPT_GetTree in -lMPT" >&5
     4244echo "configure:4245: checking for MPT_GetTree in -lMPT" >&5
    42444245ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'`
    42454246if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    42494250LIBS="-lMPT $MP_LIBS $LIBS"
    42504251cat > conftest.$ac_ext <<EOF
    4251 #line 4252 "configure"
     4252#line 4253 "configure"
    42524253#include "confdefs.h"
    42534254/* Override any gcc2 internal prototype to avoid an error.  */
     
    42604261; return 0; }
    42614262EOF
    4262 if { (eval echo configure:4263: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4263if { (eval echo configure:4264: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    42634264  rm -rf conftest*
    42644265  eval "ac_cv_lib_$ac_lib_var=yes"
     
    42894290LIBS=$SAVE_LIBS
    42904291echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6
    4291 echo "configure:4292: checking for atof in -lsingcf" >&5
     4292echo "configure:4293: checking for atof in -lsingcf" >&5
    42924293ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'`
    42934294if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    42974298LIBS="-lsingcf  $LIBS"
    42984299cat > conftest.$ac_ext <<EOF
    4299 #line 4300 "configure"
     4300#line 4301 "configure"
    43004301#include "confdefs.h"
    43014302/* Override any gcc2 internal prototype to avoid an error.  */
     
    43084309; return 0; }
    43094310EOF
    4310 if { (eval echo configure:4311: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4311if { (eval echo configure:4312: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    43114312  rm -rf conftest*
    43124313  eval "ac_cv_lib_$ac_lib_var=yes"
     
    43364337
    43374338echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6
    4338 echo "configure:4339: checking for atof in -lsingfac" >&5
     4339echo "configure:4340: checking for atof in -lsingfac" >&5
    43394340ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'`
    43404341if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    43444345LIBS="-lsingfac  $LIBS"
    43454346cat > conftest.$ac_ext <<EOF
    4346 #line 4347 "configure"
     4347#line 4348 "configure"
    43474348#include "confdefs.h"
    43484349/* Override any gcc2 internal prototype to avoid an error.  */
     
    43554356; return 0; }
    43564357EOF
    4357 if { (eval echo configure:4358: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4358if { (eval echo configure:4359: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    43584359  rm -rf conftest*
    43594360  eval "ac_cv_lib_$ac_lib_var=yes"
     
    43834384
    43844385echo $ac_n "checking for omTestAddr in -lomalloc""... $ac_c" 1>&6
    4385 echo "configure:4386: checking for omTestAddr in -lomalloc" >&5
     4386echo "configure:4387: checking for omTestAddr in -lomalloc" >&5
    43864387ac_lib_var=`echo omalloc'_'omTestAddr | sed 'y%./+-%__p_%'`
    43874388if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    43914392LIBS="-lomalloc  $LIBS"
    43924393cat > conftest.$ac_ext <<EOF
    4393 #line 4394 "configure"
     4394#line 4395 "configure"
    43944395#include "confdefs.h"
    43954396/* Override any gcc2 internal prototype to avoid an error.  */
     
    44024403; return 0; }
    44034404EOF
    4404 if { (eval echo configure:4405: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4405if { (eval echo configure:4406: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    44054406  rm -rf conftest*
    44064407  eval "ac_cv_lib_$ac_lib_var=yes"
     
    44304431
    44314432echo $ac_n "checking for main in -lomalloc_ndebug""... $ac_c" 1>&6
    4432 echo "configure:4433: checking for main in -lomalloc_ndebug" >&5
     4433echo "configure:4434: checking for main in -lomalloc_ndebug" >&5
    44334434ac_lib_var=`echo omalloc_ndebug'_'main | sed 'y%./+-%__p_%'`
    44344435if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    44384439LIBS="-lomalloc_ndebug  $LIBS"
    44394440cat > conftest.$ac_ext <<EOF
    4440 #line 4441 "configure"
     4441#line 4442 "configure"
    44414442#include "confdefs.h"
    44424443
     
    44454446; return 0; }
    44464447EOF
    4447 if { (eval echo configure:4448: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4448if { (eval echo configure:4449: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    44484449  rm -rf conftest*
    44494450  eval "ac_cv_lib_$ac_lib_var=yes"
     
    44774478ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    44784479echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    4479 echo "configure:4480: checking for $ac_hdr" >&5
     4480echo "configure:4481: checking for $ac_hdr" >&5
    44804481if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    44814482  echo $ac_n "(cached) $ac_c" 1>&6
    44824483else
    44834484  cat > conftest.$ac_ext <<EOF
    4484 #line 4485 "configure"
     4485#line 4486 "configure"
    44854486#include "confdefs.h"
    44864487#include <$ac_hdr>
    44874488EOF
    44884489ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4489 { (eval echo configure:4490: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4490{ (eval echo configure:4491: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    44904491ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    44914492if test -z "$ac_err"; then
     
    45564557
    45574558echo $ac_n "checking which apint package to use""... $ac_c" 1>&6
    4558 echo "configure:4559: checking which apint package to use" >&5
     4559echo "configure:4560: checking which apint package to use" >&5
    45594560if test "${with_apint}" != gmp && test "${with_apint}" != smallgmp; then
    45604561  if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then
     
    45984599#
    45994600echo $ac_n "checking whether to have MP""... $ac_c" 1>&6
    4600 echo "configure:4601: checking whether to have MP" >&5
     4601echo "configure:4602: checking whether to have MP" >&5
    46014602if test "${with_MP}" != yes && test "${with_MP}" != no; then
    46024603  if (test "${will_have_gmp}" = yes) && \
     
    46334634
    46344635echo $ac_n "checking whether to have factory""... $ac_c" 1>&6
    4635 echo "configure:4636: checking whether to have factory" >&5
     4636echo "configure:4637: checking whether to have factory" >&5
    46364637if test "${with_factory}" != yes && test "${with_factory}" != no; then
    46374638  if test "$ac_factory_ok" =  yes || test "$enable_factory" = yes; then
     
    46644665
    46654666echo $ac_n "checking whether to have libfac""... $ac_c" 1>&6
    4666 echo "configure:4667: checking whether to have libfac" >&5
     4667echo "configure:4668: checking whether to have libfac" >&5
    46674668if test "${with_libfac}" != yes && test "${with_libfac}" != no; then
    46684669  if (test "${will_have_factory}" = yes) && \
     
    46984699
    46994700echo $ac_n "checking whether to have dbm links""... $ac_c" 1>&6
    4700 echo "configure:4701: checking whether to have dbm links" >&5
     4701echo "configure:4702: checking whether to have dbm links" >&5
    47014702if test "$with_dbm" != no; then
    47024703  cat >> confdefs.h <<\EOF
     
    47104711
    47114712echo $ac_n "checking whether to have namespaces""... $ac_c" 1>&6
    4712 echo "configure:4713: checking whether to have namespaces" >&5
     4713echo "configure:4714: checking whether to have namespaces" >&5
    47134714if test "$with_namespaces" != no; then
    47144715  echo "$ac_t""yes" 1>&6
     
    47224723
    47234724echo $ac_n "checking whether to have dynamic modules""... $ac_c" 1>&6
    4724 echo "configure:4725: checking whether to have dynamic modules" >&5
     4725echo "configure:4726: checking whether to have dynamic modules" >&5
    47254726if test "$with_dynamic_modules" = no || test "$ac_have_dl" != yes; then
    47264727  echo "$ac_t""no" 1>&6
     
    47344735
    47354736echo $ac_n "checking whether to have dynamic kernel""... $ac_c" 1>&6
    4736 echo "configure:4737: checking whether to have dynamic kernel" >&5
     4737echo "configure:4738: checking whether to have dynamic kernel" >&5
    47374738if test "$with_dynamic_kernel" != no && test "$ac_lib_dl" = yes; then
    47384739  DL_KERNEL=1
     
    47444745
    47454746echo $ac_n "checking whether to have Plural""... $ac_c" 1>&6
    4746 echo "configure:4747: checking whether to have Plural" >&5
     4747echo "configure:4748: checking whether to have Plural" >&5
    47474748if test "$with_plural" != yes; then
    47484749  echo "$ac_t""no" 1>&6
Note: See TracChangeset for help on using the changeset viewer.