Changeset 7c7282 in git for Singular/configure


Ignore:
Timestamp:
May 11, 2005, 1:35:15 PM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '6e5adcba05493683b94648c659a729c189812c77')
Children:
346b770d7c0749a4d999df0acb7e562136974cbe
Parents:
7031a2ef6be004bd39c7176372aa6bfcaf133252
Message:
*hannes: ppcMac-darwin for modules


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

Legend:

Unmodified
Added
Removed
  • Singular/configure

    r7031a2 r7c7282  
    18761876                LD_DYN_FLAGS="-ldl -rdynamic"
    18771877                SFLAGS="-fpic -DPIC"
    1878                 SLDFLAGS=-shared
     1878                SLDFLAGS=-shared 
    18791879                LD=ld
    18801880                ac_lib_dl=yes
     
    19441944          fi
    19451945        ;;
     1946        ppcMac-darwin)
     1947          echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
     1948echo "configure:1949: checking for dlopen in -ldl" >&5
     1949ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
     1950if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     1951  echo $ac_n "(cached) $ac_c" 1>&6
     1952else
     1953  ac_save_LIBS="$LIBS"
     1954LIBS="-ldl  $LIBS"
     1955cat > conftest.$ac_ext <<EOF
     1956#line 1957 "configure"
     1957#include "confdefs.h"
     1958/* Override any gcc2 internal prototype to avoid an error.  */
     1959/* We use char because int might match the return type of a gcc2
     1960    builtin and then its argument prototype would still apply.  */
     1961char dlopen();
     1962
     1963int main() {
     1964dlopen()
     1965; return 0; }
     1966EOF
     1967if { (eval echo configure:1968: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1968  rm -rf conftest*
     1969  eval "ac_cv_lib_$ac_lib_var=yes"
     1970else
     1971  echo "configure: failed program was:" >&5
     1972  cat conftest.$ac_ext >&5
     1973  rm -rf conftest*
     1974  eval "ac_cv_lib_$ac_lib_var=no"
     1975fi
     1976rm -f conftest*
     1977LIBS="$ac_save_LIBS"
     1978
     1979fi
     1980if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
     1981  echo "$ac_t""yes" 1>&6
     1982    ac_tr_lib=HAVE_LIB`echo dl | sed -e 's/[^a-zA-Z0-9_]/_/g' \
     1983    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
     1984  cat >> confdefs.h <<EOF
     1985#define $ac_tr_lib 1
     1986EOF
     1987
     1988  LIBS="-ldl $LIBS"
     1989
     1990else
     1991  echo "$ac_t""no" 1>&6
     1992fi
     1993
     1994          if test "$ac_cv_lib_dl_dlopen" = yes; then
     1995                LD_DYN_FLAGS="-ldl -rdynamic"
     1996                SFLAGS="-fpic -DPIC"
     1997                SLDFLAGS=-shared
     1998                LD=ld
     1999                ac_lib_dl=yes
     2000          fi
     2001        ;;
    19462002esac
    19472003
     
    19542010# heder file checks
    19552011echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    1956 echo "configure:1957: checking for ANSI C header files" >&5
     2012echo "configure:2013: checking for ANSI C header files" >&5
    19572013if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    19582014  echo $ac_n "(cached) $ac_c" 1>&6
    19592015else
    19602016  cat > conftest.$ac_ext <<EOF
    1961 #line 1962 "configure"
     2017#line 2018 "configure"
    19622018#include "confdefs.h"
    19632019#include <stdlib.h>
     
    19672023EOF
    19682024ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1969 { (eval echo configure:1970: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2025{ (eval echo configure:2026: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    19702026ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    19712027if test -z "$ac_err"; then
     
    19842040  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    19852041cat > conftest.$ac_ext <<EOF
    1986 #line 1987 "configure"
     2042#line 2043 "configure"
    19872043#include "confdefs.h"
    19882044#include <string.h>
     
    20022058  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    20032059cat > conftest.$ac_ext <<EOF
    2004 #line 2005 "configure"
     2060#line 2061 "configure"
    20052061#include "confdefs.h"
    20062062#include <stdlib.h>
     
    20232079else
    20242080  cat > conftest.$ac_ext <<EOF
    2025 #line 2026 "configure"
     2081#line 2082 "configure"
    20262082#include "confdefs.h"
    20272083#include <ctype.h>
     
    20342090
    20352091EOF
    2036 if { (eval echo configure:2037: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2092if { (eval echo configure:2093: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    20372093then
    20382094  :
     
    20612117ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    20622118echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    2063 echo "configure:2064: checking for $ac_hdr" >&5
     2119echo "configure:2120: checking for $ac_hdr" >&5
    20642120if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    20652121  echo $ac_n "(cached) $ac_c" 1>&6
    20662122else
    20672123  cat > conftest.$ac_ext <<EOF
    2068 #line 2069 "configure"
     2124#line 2125 "configure"
    20692125#include "confdefs.h"
    20702126#include <$ac_hdr>
    20712127EOF
    20722128ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2073 { (eval echo configure:2074: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2129{ (eval echo configure:2130: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    20742130ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    20752131if test -z "$ac_err"; then
     
    21052161ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    21062162echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    2107 echo "configure:2108: checking for $ac_hdr" >&5
     2163echo "configure:2164: checking for $ac_hdr" >&5
    21082164if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    21092165  echo $ac_n "(cached) $ac_c" 1>&6
    21102166else
    21112167  cat > conftest.$ac_ext <<EOF
    2112 #line 2113 "configure"
     2168#line 2169 "configure"
    21132169#include "confdefs.h"
    21142170#include <$ac_hdr>
    21152171EOF
    21162172ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2117 { (eval echo configure:2118: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2173{ (eval echo configure:2174: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    21182174ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    21192175if test -z "$ac_err"; then
     
    21442200# typedefs, structures
    21452201echo $ac_n "checking for working const""... $ac_c" 1>&6
    2146 echo "configure:2147: checking for working const" >&5
     2202echo "configure:2203: checking for working const" >&5
    21472203if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    21482204  echo $ac_n "(cached) $ac_c" 1>&6
    21492205else
    21502206  cat > conftest.$ac_ext <<EOF
    2151 #line 2152 "configure"
     2207#line 2208 "configure"
    21522208#include "confdefs.h"
    21532209
     
    21982254; return 0; }
    21992255EOF
    2200 if { (eval echo configure:2201: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2256if { (eval echo configure:2257: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    22012257  rm -rf conftest*
    22022258  ac_cv_c_const=yes
     
    22192275
    22202276echo $ac_n "checking for inline""... $ac_c" 1>&6
    2221 echo "configure:2222: checking for inline" >&5
     2277echo "configure:2278: checking for inline" >&5
    22222278if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
    22232279  echo $ac_n "(cached) $ac_c" 1>&6
     
    22262282for ac_kw in inline __inline__ __inline; do
    22272283  cat > conftest.$ac_ext <<EOF
    2228 #line 2229 "configure"
     2284#line 2285 "configure"
    22292285#include "confdefs.h"
    22302286
     
    22332289; return 0; }
    22342290EOF
    2235 if { (eval echo configure:2236: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2291if { (eval echo configure:2292: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    22362292  rm -rf conftest*
    22372293  ac_cv_c_inline=$ac_kw; break
     
    22592315
    22602316echo $ac_n "checking for size_t""... $ac_c" 1>&6
    2261 echo "configure:2262: checking for size_t" >&5
     2317echo "configure:2318: checking for size_t" >&5
    22622318if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    22632319  echo $ac_n "(cached) $ac_c" 1>&6
    22642320else
    22652321  cat > conftest.$ac_ext <<EOF
    2266 #line 2267 "configure"
     2322#line 2323 "configure"
    22672323#include "confdefs.h"
    22682324#include <sys/types.h>
     
    22922348
    22932349echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
    2294 echo "configure:2295: checking whether struct tm is in sys/time.h or time.h" >&5
     2350echo "configure:2351: checking whether struct tm is in sys/time.h or time.h" >&5
    22952351if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
    22962352  echo $ac_n "(cached) $ac_c" 1>&6
    22972353else
    22982354  cat > conftest.$ac_ext <<EOF
    2299 #line 2300 "configure"
     2355#line 2356 "configure"
    23002356#include "confdefs.h"
    23012357#include <sys/types.h>
     
    23052361; return 0; }
    23062362EOF
    2307 if { (eval echo configure:2308: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2363if { (eval echo configure:2364: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    23082364  rm -rf conftest*
    23092365  ac_cv_struct_tm=time.h
     
    23262382
    23272383echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
    2328 echo "configure:2329: checking whether time.h and sys/time.h may both be included" >&5
     2384echo "configure:2385: checking whether time.h and sys/time.h may both be included" >&5
    23292385if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
    23302386  echo $ac_n "(cached) $ac_c" 1>&6
    23312387else
    23322388  cat > conftest.$ac_ext <<EOF
    2333 #line 2334 "configure"
     2389#line 2390 "configure"
    23342390#include "confdefs.h"
    23352391#include <sys/types.h>
     
    23402396; return 0; }
    23412397EOF
    2342 if { (eval echo configure:2343: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2398if { (eval echo configure:2399: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    23432399  rm -rf conftest*
    23442400  ac_cv_header_time=yes
     
    23652421# for constant arguments.  Useless!
    23662422echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
    2367 echo "configure:2368: checking for working alloca.h" >&5
     2423echo "configure:2424: checking for working alloca.h" >&5
    23682424if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    23692425  echo $ac_n "(cached) $ac_c" 1>&6
    23702426else
    23712427  cat > conftest.$ac_ext <<EOF
    2372 #line 2373 "configure"
     2428#line 2429 "configure"
    23732429#include "confdefs.h"
    23742430#include <alloca.h>
     
    23772433; return 0; }
    23782434EOF
    2379 if { (eval echo configure:2380: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2435if { (eval echo configure:2436: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    23802436  rm -rf conftest*
    23812437  ac_cv_header_alloca_h=yes
     
    23982454
    23992455echo $ac_n "checking for alloca""... $ac_c" 1>&6
    2400 echo "configure:2401: checking for alloca" >&5
     2456echo "configure:2457: checking for alloca" >&5
    24012457if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    24022458  echo $ac_n "(cached) $ac_c" 1>&6
    24032459else
    24042460  cat > conftest.$ac_ext <<EOF
    2405 #line 2406 "configure"
     2461#line 2462 "configure"
    24062462#include "confdefs.h"
    24072463
     
    24312487; return 0; }
    24322488EOF
    2433 if { (eval echo configure:2434: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2489if { (eval echo configure:2490: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    24342490  rm -rf conftest*
    24352491  ac_cv_func_alloca_works=yes
     
    24632519
    24642520echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
    2465 echo "configure:2466: checking whether alloca needs Cray hooks" >&5
     2521echo "configure:2522: checking whether alloca needs Cray hooks" >&5
    24662522if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    24672523  echo $ac_n "(cached) $ac_c" 1>&6
    24682524else
    24692525  cat > conftest.$ac_ext <<EOF
    2470 #line 2471 "configure"
     2526#line 2527 "configure"
    24712527#include "confdefs.h"
    24722528#if defined(CRAY) && ! defined(CRAY2)
     
    24932549for ac_func in _getb67 GETB67 getb67; do
    24942550  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2495 echo "configure:2496: checking for $ac_func" >&5
     2551echo "configure:2552: checking for $ac_func" >&5
    24962552if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    24972553  echo $ac_n "(cached) $ac_c" 1>&6
    24982554else
    24992555  cat > conftest.$ac_ext <<EOF
    2500 #line 2501 "configure"
     2556#line 2557 "configure"
    25012557#include "confdefs.h"
    25022558/* System header to define __stub macros and hopefully few prototypes,
     
    25212577; return 0; }
    25222578EOF
    2523 if { (eval echo configure:2524: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2579if { (eval echo configure:2580: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    25242580  rm -rf conftest*
    25252581  eval "ac_cv_func_$ac_func=yes"
     
    25482604
    25492605echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
    2550 echo "configure:2551: checking stack direction for C alloca" >&5
     2606echo "configure:2607: checking stack direction for C alloca" >&5
    25512607if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    25522608  echo $ac_n "(cached) $ac_c" 1>&6
     
    25562612else
    25572613  cat > conftest.$ac_ext <<EOF
    2558 #line 2559 "configure"
     2614#line 2615 "configure"
    25592615#include "confdefs.h"
    25602616find_stack_direction ()
     
    25752631}
    25762632EOF
    2577 if { (eval echo configure:2578: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2633if { (eval echo configure:2634: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    25782634then
    25792635  ac_cv_c_stack_direction=1
     
    25982654if test $ac_cv_prog_gcc = yes; then
    25992655    echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
    2600 echo "configure:2601: checking whether ${CC-cc} needs -traditional" >&5
     2656echo "configure:2657: checking whether ${CC-cc} needs -traditional" >&5
    26012657if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
    26022658  echo $ac_n "(cached) $ac_c" 1>&6
     
    26042660    ac_pattern="Autoconf.*'x'"
    26052661  cat > conftest.$ac_ext <<EOF
    2606 #line 2607 "configure"
     2662#line 2663 "configure"
    26072663#include "confdefs.h"
    26082664#include <sgtty.h>
     
    26222678  if test $ac_cv_prog_gcc_traditional = no; then
    26232679    cat > conftest.$ac_ext <<EOF
    2624 #line 2625 "configure"
     2680#line 2681 "configure"
    26252681#include "confdefs.h"
    26262682#include <termio.h>
     
    26472703ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    26482704echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    2649 echo "configure:2650: checking for $ac_hdr" >&5
     2705echo "configure:2706: checking for $ac_hdr" >&5
    26502706if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    26512707  echo $ac_n "(cached) $ac_c" 1>&6
    26522708else
    26532709  cat > conftest.$ac_ext <<EOF
    2654 #line 2655 "configure"
     2710#line 2711 "configure"
    26552711#include "confdefs.h"
    26562712#include <$ac_hdr>
    26572713EOF
    26582714ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2659 { (eval echo configure:2660: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2715{ (eval echo configure:2716: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    26602716ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    26612717if test -z "$ac_err"; then
     
    26862742do
    26872743echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2688 echo "configure:2689: checking for $ac_func" >&5
     2744echo "configure:2745: checking for $ac_func" >&5
    26892745if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    26902746  echo $ac_n "(cached) $ac_c" 1>&6
    26912747else
    26922748  cat > conftest.$ac_ext <<EOF
    2693 #line 2694 "configure"
     2749#line 2750 "configure"
    26942750#include "confdefs.h"
    26952751/* System header to define __stub macros and hopefully few prototypes,
     
    27142770; return 0; }
    27152771EOF
    2716 if { (eval echo configure:2717: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2772if { (eval echo configure:2773: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    27172773  rm -rf conftest*
    27182774  eval "ac_cv_func_$ac_func=yes"
     
    27392795
    27402796echo $ac_n "checking for working mmap""... $ac_c" 1>&6
    2741 echo "configure:2742: checking for working mmap" >&5
     2797echo "configure:2798: checking for working mmap" >&5
    27422798if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
    27432799  echo $ac_n "(cached) $ac_c" 1>&6
     
    27472803else
    27482804  cat > conftest.$ac_ext <<EOF
    2749 #line 2750 "configure"
     2805#line 2806 "configure"
    27502806#include "confdefs.h"
    27512807
     
    28872943
    28882944EOF
    2889 if { (eval echo configure:2890: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2945if { (eval echo configure:2946: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    28902946then
    28912947  ac_cv_func_mmap_fixed_mapped=yes
     
    29102966
    29112967echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
    2912 echo "configure:2913: checking return type of signal handlers" >&5
     2968echo "configure:2969: checking return type of signal handlers" >&5
    29132969if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
    29142970  echo $ac_n "(cached) $ac_c" 1>&6
    29152971else
    29162972  cat > conftest.$ac_ext <<EOF
    2917 #line 2918 "configure"
     2973#line 2974 "configure"
    29182974#include "confdefs.h"
    29192975#include <sys/types.h>
     
    29322988; return 0; }
    29332989EOF
    2934 if { (eval echo configure:2935: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2990if { (eval echo configure:2991: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    29352991  rm -rf conftest*
    29362992  ac_cv_type_signal=void
     
    29513007
    29523008echo $ac_n "checking for vprintf""... $ac_c" 1>&6
    2953 echo "configure:2954: checking for vprintf" >&5
     3009echo "configure:3010: checking for vprintf" >&5
    29543010if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
    29553011  echo $ac_n "(cached) $ac_c" 1>&6
    29563012else
    29573013  cat > conftest.$ac_ext <<EOF
    2958 #line 2959 "configure"
     3014#line 3015 "configure"
    29593015#include "confdefs.h"
    29603016/* System header to define __stub macros and hopefully few prototypes,
     
    29793035; return 0; }
    29803036EOF
    2981 if { (eval echo configure:2982: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3037if { (eval echo configure:3038: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    29823038  rm -rf conftest*
    29833039  eval "ac_cv_func_vprintf=yes"
     
    30033059if test "$ac_cv_func_vprintf" != yes; then
    30043060echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
    3005 echo "configure:3006: checking for _doprnt" >&5
     3061echo "configure:3062: checking for _doprnt" >&5
    30063062if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
    30073063  echo $ac_n "(cached) $ac_c" 1>&6
    30083064else
    30093065  cat > conftest.$ac_ext <<EOF
    3010 #line 3011 "configure"
     3066#line 3067 "configure"
    30113067#include "confdefs.h"
    30123068/* System header to define __stub macros and hopefully few prototypes,
     
    30313087; return 0; }
    30323088EOF
    3033 if { (eval echo configure:3034: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3089if { (eval echo configure:3090: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    30343090  rm -rf conftest*
    30353091  eval "ac_cv_func__doprnt=yes"
     
    30573113
    30583114echo $ac_n "checking for library containing setenv""... $ac_c" 1>&6
    3059 echo "configure:3060: checking for library containing setenv" >&5
     3115echo "configure:3116: checking for library containing setenv" >&5
    30603116if eval "test \"`echo '$''{'ac_cv_search_setenv'+set}'`\" = set"; then
    30613117  echo $ac_n "(cached) $ac_c" 1>&6
     
    30643120ac_cv_search_setenv="no"
    30653121cat > conftest.$ac_ext <<EOF
    3066 #line 3067 "configure"
     3122#line 3123 "configure"
    30673123#include "confdefs.h"
    30683124/* Override any gcc2 internal prototype to avoid an error.  */
     
    30753131; return 0; }
    30763132EOF
    3077 if { (eval echo configure:3078: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3133if { (eval echo configure:3134: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    30783134  rm -rf conftest*
    30793135  ac_cv_search_setenv="none required"
     
    30863142LIBS="-l$i  $ac_func_search_save_LIBS"
    30873143cat > conftest.$ac_ext <<EOF
    3088 #line 3089 "configure"
     3144#line 3145 "configure"
    30893145#include "confdefs.h"
    30903146/* Override any gcc2 internal prototype to avoid an error.  */
     
    30973153; return 0; }
    30983154EOF
    3099 if { (eval echo configure:3100: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3155if { (eval echo configure:3156: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    31003156  rm -rf conftest*
    31013157  ac_cv_search_setenv="-l$i"
     
    31213177do
    31223178echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3123 echo "configure:3124: checking for $ac_func" >&5
     3179echo "configure:3180: checking for $ac_func" >&5
    31243180if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    31253181  echo $ac_n "(cached) $ac_c" 1>&6
    31263182else
    31273183  cat > conftest.$ac_ext <<EOF
    3128 #line 3129 "configure"
     3184#line 3185 "configure"
    31293185#include "confdefs.h"
    31303186/* System header to define __stub macros and hopefully few prototypes,
     
    31493205; return 0; }
    31503206EOF
    3151 if { (eval echo configure:3152: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3207if { (eval echo configure:3208: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    31523208  rm -rf conftest*
    31533209  eval "ac_cv_func_$ac_func=yes"
     
    31783234# arithmetic shifts
    31793235echo $ac_n "checking whether your machine has correct arithmetic shifts""... $ac_c" 1>&6
    3180 echo "configure:3181: checking whether your machine has correct arithmetic shifts" >&5
     3236echo "configure:3237: checking whether your machine has correct arithmetic shifts" >&5
    31813237if eval "test \"`echo '$''{'ac_cv_shift'+set}'`\" = set"; then
    31823238  echo $ac_n "(cached) $ac_c" 1>&6
     
    31913247else
    31923248  cat > conftest.$ac_ext <<EOF
    3193 #line 3194 "configure"
     3249#line 3250 "configure"
    31943250#include "confdefs.h"
    31953251 int main() { if (-2 >> 1 == -1) return(0); else return(1); }
    31963252EOF
    3197 if { (eval echo configure:3198: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3253if { (eval echo configure:3254: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    31983254then
    31993255  ac_cv_shift=yes
     
    32203276# check for a peculiar constructor initialization
    32213277echo $ac_n "checking whether explicit C++ constructor calls are allowed""... $ac_c" 1>&6
    3222 echo "configure:3223: checking whether explicit C++ constructor calls are allowed" >&5
     3278echo "configure:3279: checking whether explicit C++ constructor calls are allowed" >&5
    32233279
    32243280ac_ext=C
     
    32333289else
    32343290  cat > conftest.$ac_ext <<EOF
    3235 #line 3236 "configure"
     3291#line 3292 "configure"
    32363292#include "confdefs.h"
    32373293
     
    32513307; return 0; }
    32523308EOF
    3253 if { (eval echo configure:3254: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3309if { (eval echo configure:3310: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    32543310  rm -rf conftest*
    32553311  ac_cv_explicit_const=yes
     
    32803336# sprintf returns number of printed chars
    32813337echo $ac_n "checking whether vsprintf returns number of printed chars""... $ac_c" 1>&6
    3282 echo "configure:3283: checking whether vsprintf returns number of printed chars" >&5
     3338echo "configure:3339: checking whether vsprintf returns number of printed chars" >&5
    32833339if eval "test \"`echo '$''{'ac_cv_returns_n_of_chars'+set}'`\" = set"; then
    32843340  echo $ac_n "(cached) $ac_c" 1>&6
     
    32883344else
    32893345  cat > conftest.$ac_ext <<EOF
    3290 #line 3291 "configure"
     3346#line 3347 "configure"
    32913347#include "confdefs.h"
    32923348#include <stdio.h>
    32933349 main() { char *str=(char*)malloc(20); if (((int) sprintf(str,"123456789")) == 9) exit(0); else exit(1); }
    32943350EOF
    3295 if { (eval echo configure:3296: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3351if { (eval echo configure:3352: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    32963352then
    32973353  ac_cv_returns_n_of_chars=yes
     
    33193375# determine ALIGN_8
    33203376echo $ac_n "checking size of char""... $ac_c" 1>&6
    3321 echo "configure:3322: checking size of char" >&5
     3377echo "configure:3378: checking size of char" >&5
    33223378if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
    33233379  echo $ac_n "(cached) $ac_c" 1>&6
     
    33273383else
    33283384  cat > conftest.$ac_ext <<EOF
    3329 #line 3330 "configure"
     3385#line 3386 "configure"
    33303386#include "confdefs.h"
    33313387#include <stdio.h>
     
    33383394}
    33393395EOF
    3340 if { (eval echo configure:3341: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3396if { (eval echo configure:3397: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    33413397then
    33423398  ac_cv_sizeof_char=`cat conftestval`
     
    33583414
    33593415echo $ac_n "checking size of short""... $ac_c" 1>&6
    3360 echo "configure:3361: checking size of short" >&5
     3416echo "configure:3417: checking size of short" >&5
    33613417if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
    33623418  echo $ac_n "(cached) $ac_c" 1>&6
     
    33663422else
    33673423  cat > conftest.$ac_ext <<EOF
    3368 #line 3369 "configure"
     3424#line 3425 "configure"
    33693425#include "confdefs.h"
    33703426#include <stdio.h>
     
    33773433}
    33783434EOF
    3379 if { (eval echo configure:3380: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3435if { (eval echo configure:3436: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    33803436then
    33813437  ac_cv_sizeof_short=`cat conftestval`
     
    33973453
    33983454echo $ac_n "checking size of int""... $ac_c" 1>&6
    3399 echo "configure:3400: checking size of int" >&5
     3455echo "configure:3456: checking size of int" >&5
    34003456if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
    34013457  echo $ac_n "(cached) $ac_c" 1>&6
     
    34053461else
    34063462  cat > conftest.$ac_ext <<EOF
    3407 #line 3408 "configure"
     3463#line 3464 "configure"
    34083464#include "confdefs.h"
    34093465#include <stdio.h>
     
    34163472}
    34173473EOF
    3418 if { (eval echo configure:3419: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3474if { (eval echo configure:3475: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    34193475then
    34203476  ac_cv_sizeof_int=`cat conftestval`
     
    34363492
    34373493echo $ac_n "checking size of long""... $ac_c" 1>&6
    3438 echo "configure:3439: checking size of long" >&5
     3494echo "configure:3495: checking size of long" >&5
    34393495if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
    34403496  echo $ac_n "(cached) $ac_c" 1>&6
     
    34443500else
    34453501  cat > conftest.$ac_ext <<EOF
    3446 #line 3447 "configure"
     3502#line 3503 "configure"
    34473503#include "confdefs.h"
    34483504#include <stdio.h>
     
    34553511}
    34563512EOF
    3457 if { (eval echo configure:3458: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3513if { (eval echo configure:3514: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    34583514then
    34593515  ac_cv_sizeof_long=`cat conftestval`
     
    34753531
    34763532echo $ac_n "checking size of void*""... $ac_c" 1>&6
    3477 echo "configure:3478: checking size of void*" >&5
     3533echo "configure:3534: checking size of void*" >&5
    34783534if eval "test \"`echo '$''{'ac_cv_sizeof_voidp'+set}'`\" = set"; then
    34793535  echo $ac_n "(cached) $ac_c" 1>&6
     
    34833539else
    34843540  cat > conftest.$ac_ext <<EOF
    3485 #line 3486 "configure"
     3541#line 3542 "configure"
    34863542#include "confdefs.h"
    34873543#include <stdio.h>
     
    34943550}
    34953551EOF
    3496 if { (eval echo configure:3497: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3552if { (eval echo configure:3553: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    34973553then
    34983554  ac_cv_sizeof_voidp=`cat conftestval`
     
    35143570
    35153571echo $ac_n "checking size of double""... $ac_c" 1>&6
    3516 echo "configure:3517: checking size of double" >&5
     3572echo "configure:3573: checking size of double" >&5
    35173573if eval "test \"`echo '$''{'ac_cv_sizeof_double'+set}'`\" = set"; then
    35183574  echo $ac_n "(cached) $ac_c" 1>&6
     
    35223578else
    35233579  cat > conftest.$ac_ext <<EOF
    3524 #line 3525 "configure"
     3580#line 3581 "configure"
    35253581#include "confdefs.h"
    35263582#include <stdio.h>
     
    35333589}
    35343590EOF
    3535 if { (eval echo configure:3536: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3591if { (eval echo configure:3592: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    35363592then
    35373593  ac_cv_sizeof_double=`cat conftestval`
     
    35533609
    35543610echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
    3555 echo "configure:3556: checking whether byte ordering is bigendian" >&5
     3611echo "configure:3612: checking whether byte ordering is bigendian" >&5
    35563612if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
    35573613  echo $ac_n "(cached) $ac_c" 1>&6
     
    35603616# See if sys/param.h defines the BYTE_ORDER macro.
    35613617cat > conftest.$ac_ext <<EOF
    3562 #line 3563 "configure"
     3618#line 3619 "configure"
    35633619#include "confdefs.h"
    35643620#include <sys/types.h>
     
    35713627; return 0; }
    35723628EOF
    3573 if { (eval echo configure:3574: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3629if { (eval echo configure:3630: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    35743630  rm -rf conftest*
    35753631  # It does; now see whether it defined to BIG_ENDIAN or not.
    35763632cat > conftest.$ac_ext <<EOF
    3577 #line 3578 "configure"
     3633#line 3634 "configure"
    35783634#include "confdefs.h"
    35793635#include <sys/types.h>
     
    35863642; return 0; }
    35873643EOF
    3588 if { (eval echo configure:3589: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3644if { (eval echo configure:3645: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    35893645  rm -rf conftest*
    35903646  ac_cv_c_bigendian=yes
     
    36063662else
    36073663  cat > conftest.$ac_ext <<EOF
    3608 #line 3609 "configure"
     3664#line 3665 "configure"
    36093665#include "confdefs.h"
    36103666main () {
     
    36193675}
    36203676EOF
    3621 if { (eval echo configure:3622: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3677if { (eval echo configure:3678: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    36223678then
    36233679  ac_cv_c_bigendian=no
     
    37493805
    37503806echo $ac_n "checking whether to use dynamic linking""... $ac_c" 1>&6
    3751 echo "configure:3752: checking whether to use dynamic linking" >&5
     3807echo "configure:3808: checking whether to use dynamic linking" >&5
    37523808if test "$with_dl" != no && test "$ac_lib_dl" = yes; then
    37533809  cat >> confdefs.h <<\EOF
     
    37623818
    37633819echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6
    3764 echo "configure:3765: checking for tgetent in -lncurses" >&5
     3820echo "configure:3821: checking for tgetent in -lncurses" >&5
    37653821ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'`
    37663822if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    37703826LIBS="-lncurses  $LIBS"
    37713827cat > conftest.$ac_ext <<EOF
    3772 #line 3773 "configure"
     3828#line 3829 "configure"
    37733829#include "confdefs.h"
    37743830/* Override any gcc2 internal prototype to avoid an error.  */
     
    37813837; return 0; }
    37823838EOF
    3783 if { (eval echo configure:3784: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3839if { (eval echo configure:3840: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    37843840  rm -rf conftest*
    37853841  eval "ac_cv_lib_$ac_lib_var=yes"
     
    38083864\
    38093865 echo $ac_n "checking for tgetent in -lcurses""... $ac_c" 1>&6
    3810 echo "configure:3811: checking for tgetent in -lcurses" >&5
     3866echo "configure:3867: checking for tgetent in -lcurses" >&5
    38113867ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'`
    38123868if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    38163872LIBS="-lcurses  $LIBS"
    38173873cat > conftest.$ac_ext <<EOF
    3818 #line 3819 "configure"
     3874#line 3875 "configure"
    38193875#include "confdefs.h"
    38203876/* Override any gcc2 internal prototype to avoid an error.  */
     
    38273883; return 0; }
    38283884EOF
    3829 if { (eval echo configure:3830: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3885if { (eval echo configure:3886: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    38303886  rm -rf conftest*
    38313887  eval "ac_cv_lib_$ac_lib_var=yes"
     
    38543910\
    38553911  echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6
    3856 echo "configure:3857: checking for tgetent in -ltermcap" >&5
     3912echo "configure:3913: checking for tgetent in -ltermcap" >&5
    38573913ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'`
    38583914if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    38623918LIBS="-ltermcap  $LIBS"
    38633919cat > conftest.$ac_ext <<EOF
    3864 #line 3865 "configure"
     3920#line 3921 "configure"
    38653921#include "confdefs.h"
    38663922/* Override any gcc2 internal prototype to avoid an error.  */
     
    38733929; return 0; }
    38743930EOF
    3875 if { (eval echo configure:3876: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3931if { (eval echo configure:3932: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    38763932  rm -rf conftest*
    38773933  eval "ac_cv_lib_$ac_lib_var=yes"
     
    39223978
    39233979   echo $ac_n "checking for rl_abort in -lreadline""... $ac_c" 1>&6
    3924 echo "configure:3925: checking for rl_abort in -lreadline" >&5
     3980echo "configure:3981: checking for rl_abort in -lreadline" >&5
    39253981ac_lib_var=`echo readline'_'rl_abort | sed 'y%./+-%__p_%'`
    39263982if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    39303986LIBS="-lreadline  $LIBS"
    39313987cat > conftest.$ac_ext <<EOF
    3932 #line 3933 "configure"
     3988#line 3989 "configure"
    39333989#include "confdefs.h"
    39343990/* Override any gcc2 internal prototype to avoid an error.  */
     
    39444000; return 0; }
    39454001EOF
    3946 if { (eval echo configure:3947: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4002if { (eval echo configure:4003: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    39474003  rm -rf conftest*
    39484004  eval "ac_cv_lib_$ac_lib_var=yes"
     
    39724028
    39734029   echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
    3974 echo "configure:3975: checking how to run the C++ preprocessor" >&5
     4030echo "configure:4031: checking how to run the C++ preprocessor" >&5
    39754031if test -z "$CXXCPP"; then
    39764032if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
     
    39854041  CXXCPP="${CXX-g++} -E"
    39864042  cat > conftest.$ac_ext <<EOF
    3987 #line 3988 "configure"
     4043#line 4044 "configure"
    39884044#include "confdefs.h"
    39894045#include <stdlib.h>
    39904046EOF
    39914047ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3992 { (eval echo configure:3993: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4048{ (eval echo configure:4049: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    39934049ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    39944050if test -z "$ac_err"; then
     
    40184074ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    40194075echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    4020 echo "configure:4021: checking for $ac_hdr" >&5
     4076echo "configure:4077: checking for $ac_hdr" >&5
    40214077if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    40224078  echo $ac_n "(cached) $ac_c" 1>&6
    40234079else
    40244080  cat > conftest.$ac_ext <<EOF
    4025 #line 4026 "configure"
     4081#line 4082 "configure"
    40264082#include "confdefs.h"
    40274083#include <$ac_hdr>
    40284084EOF
    40294085ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4030 { (eval echo configure:4031: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4086{ (eval echo configure:4087: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    40314087ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    40324088if test -z "$ac_err"; then
     
    40574113      test "$ac_cv_header_readline_readline_h" = yes; then
    40584114     echo $ac_n "checking whether readline.h is ok""... $ac_c" 1>&6
    4059 echo "configure:4060: checking whether readline.h is ok" >&5
     4115echo "configure:4116: checking whether readline.h is ok" >&5
    40604116     if eval "test \"`echo '$''{'ac_cv_header_readline_readline_h_ok'+set}'`\" = set"; then
    40614117  echo $ac_n "(cached) $ac_c" 1>&6
    40624118else
    40634119  cat > conftest.$ac_ext <<EOF
    4064 #line 4065 "configure"
     4120#line 4121 "configure"
    40654121#include "confdefs.h"
    40664122#include<unistd.h>
     
    40754131; return 0; }
    40764132EOF
    4077 if { (eval echo configure:4078: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4133if { (eval echo configure:4134: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    40784134  rm -rf conftest*
    40794135  ac_cv_header_readline_readline_h_ok="yes"
     
    40914147#not ok -- try once more with explicitly declaring everything
    40924148      echo $ac_n "checking whether or not we nevertheless can use readline""... $ac_c" 1>&6
    4093 echo "configure:4094: checking whether or not we nevertheless can use readline" >&5
     4149echo "configure:4150: checking whether or not we nevertheless can use readline" >&5
    40944150      if eval "test \"`echo '$''{'ac_cv_have_readline'+set}'`\" = set"; then
    40954151  echo $ac_n "(cached) $ac_c" 1>&6
    40964152else
    40974153  cat > conftest.$ac_ext <<EOF
    4098 #line 4099 "configure"
     4154#line 4155 "configure"
    40994155#include "confdefs.h"
    41004156#include <stdio.h>
     
    41304186; return 0; }
    41314187EOF
    4132 if { (eval echo configure:4133: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4188if { (eval echo configure:4189: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    41334189  rm -rf conftest*
    41344190  ac_cv_have_readline="yes"
     
    41694225
    41704226echo $ac_n "checking which readline to use""... $ac_c" 1>&6
    4171 echo "configure:4172: checking which readline to use" >&5
     4227echo "configure:4228: checking which readline to use" >&5
    41724228if test "$ac_cv_with_readline" = dynamic; then
    41734229  echo "$ac_t""dynamic" 1>&6
     
    41894245# gmp, smallgmp, MP, MPT, factory, libfac
    41904246echo $ac_n "checking for main in -lgmp""... $ac_c" 1>&6
    4191 echo "configure:4192: checking for main in -lgmp" >&5
     4247echo "configure:4248: checking for main in -lgmp" >&5
    41924248ac_lib_var=`echo gmp'_'main | sed 'y%./+-%__p_%'`
    41934249if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    41974253LIBS="-lgmp  $LIBS"
    41984254cat > conftest.$ac_ext <<EOF
    4199 #line 4200 "configure"
     4255#line 4256 "configure"
    42004256#include "confdefs.h"
    42014257
     
    42044260; return 0; }
    42054261EOF
    4206 if { (eval echo configure:4207: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4262if { (eval echo configure:4263: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    42074263  rm -rf conftest*
    42084264  eval "ac_cv_lib_$ac_lib_var=yes"
     
    42354291fi
    42364292echo $ac_n "checking for main in -lsmallgmp""... $ac_c" 1>&6
    4237 echo "configure:4238: checking for main in -lsmallgmp" >&5
     4293echo "configure:4294: checking for main in -lsmallgmp" >&5
    42384294ac_lib_var=`echo smallgmp'_'main | sed 'y%./+-%__p_%'`
    42394295if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    42434299LIBS="-lsmallgmp  $LIBS"
    42444300cat > conftest.$ac_ext <<EOF
    4245 #line 4246 "configure"
     4301#line 4302 "configure"
    42464302#include "confdefs.h"
    42474303
     
    42504306; return 0; }
    42514307EOF
    4252 if { (eval echo configure:4253: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4308if { (eval echo configure:4309: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    42534309  rm -rf conftest*
    42544310  eval "ac_cv_lib_$ac_lib_var=yes"
     
    42794335SAVE_LIBS=$LIBS
    42804336echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6
    4281 echo "configure:4282: checking for IMP_PutGmpInt in -lMP" >&5
     4337echo "configure:4338: checking for IMP_PutGmpInt in -lMP" >&5
    42824338ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'`
    42834339if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    42874343LIBS="-lMP $MP_LIBS $LIBS"
    42884344cat > conftest.$ac_ext <<EOF
    4289 #line 4290 "configure"
     4345#line 4346 "configure"
    42904346#include "confdefs.h"
    42914347/* Override any gcc2 internal prototype to avoid an error.  */
     
    42984354; return 0; }
    42994355EOF
    4300 if { (eval echo configure:4301: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4356if { (eval echo configure:4357: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    43014357  rm -rf conftest*
    43024358  eval "ac_cv_lib_$ac_lib_var=yes"
     
    43264382
    43274383echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6
    4328 echo "configure:4329: checking for MPT_GetTree in -lMPT" >&5
     4384echo "configure:4385: checking for MPT_GetTree in -lMPT" >&5
    43294385ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'`
    43304386if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    43344390LIBS="-lMPT $MP_LIBS $LIBS"
    43354391cat > conftest.$ac_ext <<EOF
    4336 #line 4337 "configure"
     4392#line 4393 "configure"
    43374393#include "confdefs.h"
    43384394/* Override any gcc2 internal prototype to avoid an error.  */
     
    43454401; return 0; }
    43464402EOF
    4347 if { (eval echo configure:4348: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4403if { (eval echo configure:4404: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    43484404  rm -rf conftest*
    43494405  eval "ac_cv_lib_$ac_lib_var=yes"
     
    43744430LIBS=$SAVE_LIBS
    43754431echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6
    4376 echo "configure:4377: checking for atof in -lsingcf" >&5
     4432echo "configure:4433: checking for atof in -lsingcf" >&5
    43774433ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'`
    43784434if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    43824438LIBS="-lsingcf  $LIBS"
    43834439cat > conftest.$ac_ext <<EOF
    4384 #line 4385 "configure"
     4440#line 4441 "configure"
    43854441#include "confdefs.h"
    43864442/* Override any gcc2 internal prototype to avoid an error.  */
     
    43934449; return 0; }
    43944450EOF
    4395 if { (eval echo configure:4396: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4451if { (eval echo configure:4452: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    43964452  rm -rf conftest*
    43974453  eval "ac_cv_lib_$ac_lib_var=yes"
     
    44214477
    44224478echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6
    4423 echo "configure:4424: checking for atof in -lsingfac" >&5
     4479echo "configure:4480: checking for atof in -lsingfac" >&5
    44244480ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'`
    44254481if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    44294485LIBS="-lsingfac  $LIBS"
    44304486cat > conftest.$ac_ext <<EOF
    4431 #line 4432 "configure"
     4487#line 4488 "configure"
    44324488#include "confdefs.h"
    44334489/* Override any gcc2 internal prototype to avoid an error.  */
     
    44404496; return 0; }
    44414497EOF
    4442 if { (eval echo configure:4443: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4498if { (eval echo configure:4499: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    44434499  rm -rf conftest*
    44444500  eval "ac_cv_lib_$ac_lib_var=yes"
     
    44684524
    44694525echo $ac_n "checking for omTestAddr in -lomalloc""... $ac_c" 1>&6
    4470 echo "configure:4471: checking for omTestAddr in -lomalloc" >&5
     4526echo "configure:4527: checking for omTestAddr in -lomalloc" >&5
    44714527ac_lib_var=`echo omalloc'_'omTestAddr | sed 'y%./+-%__p_%'`
    44724528if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    44764532LIBS="-lomalloc  $LIBS"
    44774533cat > conftest.$ac_ext <<EOF
    4478 #line 4479 "configure"
     4534#line 4535 "configure"
    44794535#include "confdefs.h"
    44804536/* Override any gcc2 internal prototype to avoid an error.  */
     
    44874543; return 0; }
    44884544EOF
    4489 if { (eval echo configure:4490: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4545if { (eval echo configure:4546: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    44904546  rm -rf conftest*
    44914547  eval "ac_cv_lib_$ac_lib_var=yes"
     
    45154571
    45164572echo $ac_n "checking for main in -lomalloc_ndebug""... $ac_c" 1>&6
    4517 echo "configure:4518: checking for main in -lomalloc_ndebug" >&5
     4573echo "configure:4574: checking for main in -lomalloc_ndebug" >&5
    45184574ac_lib_var=`echo omalloc_ndebug'_'main | sed 'y%./+-%__p_%'`
    45194575if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    45234579LIBS="-lomalloc_ndebug  $LIBS"
    45244580cat > conftest.$ac_ext <<EOF
    4525 #line 4526 "configure"
     4581#line 4582 "configure"
    45264582#include "confdefs.h"
    45274583
     
    45304586; return 0; }
    45314587EOF
    4532 if { (eval echo configure:4533: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4588if { (eval echo configure:4589: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    45334589  rm -rf conftest*
    45344590  eval "ac_cv_lib_$ac_lib_var=yes"
     
    45584614
    45594615echo $ac_n "checking for main in -lntl""... $ac_c" 1>&6
    4560 echo "configure:4561: checking for main in -lntl" >&5
     4616echo "configure:4617: checking for main in -lntl" >&5
    45614617ac_lib_var=`echo ntl'_'main | sed 'y%./+-%__p_%'`
    45624618if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    45664622LIBS="-lntl  $LIBS"
    45674623cat > conftest.$ac_ext <<EOF
    4568 #line 4569 "configure"
     4624#line 4625 "configure"
    45694625#include "confdefs.h"
    45704626
     
    45734629; return 0; }
    45744630EOF
    4575 if { (eval echo configure:4576: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4631if { (eval echo configure:4632: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    45764632  rm -rf conftest*
    45774633  eval "ac_cv_lib_$ac_lib_var=yes"
     
    46064662ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    46074663echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    4608 echo "configure:4609: checking for $ac_hdr" >&5
     4664echo "configure:4665: checking for $ac_hdr" >&5
    46094665if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    46104666  echo $ac_n "(cached) $ac_c" 1>&6
    46114667else
    46124668  cat > conftest.$ac_ext <<EOF
    4613 #line 4614 "configure"
     4669#line 4670 "configure"
    46144670#include "confdefs.h"
    46154671#include <$ac_hdr>
    46164672EOF
    46174673ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4618 { (eval echo configure:4619: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4674{ (eval echo configure:4675: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    46194675ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    46204676if test -z "$ac_err"; then
     
    46884744
    46894745echo $ac_n "checking which apint package to use""... $ac_c" 1>&6
    4690 echo "configure:4691: checking which apint package to use" >&5
     4746echo "configure:4747: checking which apint package to use" >&5
    46914747if test "${with_apint}" != gmp && test "${with_apint}" != smallgmp; then
    46924748  if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then
     
    47304786#
    47314787echo $ac_n "checking whether to have MP""... $ac_c" 1>&6
    4732 echo "configure:4733: checking whether to have MP" >&5
     4788echo "configure:4789: checking whether to have MP" >&5
    47334789if test "${with_MP}" != yes && test "${with_MP}" != no; then
    47344790  if (test "${will_have_gmp}" = yes) && \
     
    47654821
    47664822echo $ac_n "checking whether to have NTL""... $ac_c" 1>&6
    4767 echo "configure:4768: checking whether to have NTL" >&5
     4823echo "configure:4824: checking whether to have NTL" >&5
    47684824if test "${with_NTL}" = yes ; then
    47694825  echo "$ac_t""yes" 1>&6
     
    47744830
    47754831echo $ac_n "checking whether to have factory""... $ac_c" 1>&6
    4776 echo "configure:4777: checking whether to have factory" >&5
     4832echo "configure:4833: checking whether to have factory" >&5
    47774833if test "${with_factory}" != yes && test "${with_factory}" != no; then
    47784834  if test "$ac_factory_ok" =  yes || test "$enable_factory" = yes; then
     
    48054861
    48064862echo $ac_n "checking whether to have libfac""... $ac_c" 1>&6
    4807 echo "configure:4808: checking whether to have libfac" >&5
     4863echo "configure:4864: checking whether to have libfac" >&5
    48084864if test "${with_libfac}" != yes && test "${with_libfac}" != no; then
    48094865  if (test "${will_have_factory}" = yes) && \
     
    48394895
    48404896echo $ac_n "checking whether to have dbm links""... $ac_c" 1>&6
    4841 echo "configure:4842: checking whether to have dbm links" >&5
     4897echo "configure:4898: checking whether to have dbm links" >&5
    48424898if test "$with_dbm" != no; then
    48434899  cat >> confdefs.h <<\EOF
     
    48514907
    48524908echo $ac_n "checking whether to have namespaces""... $ac_c" 1>&6
    4853 echo "configure:4854: checking whether to have namespaces" >&5
     4909echo "configure:4910: checking whether to have namespaces" >&5
    48544910if test "$with_namespaces" != no; then
    48554911  echo "$ac_t""yes" 1>&6
     
    48634919
    48644920echo $ac_n "checking whether to have dynamic modules""... $ac_c" 1>&6
    4865 echo "configure:4866: checking whether to have dynamic modules" >&5
     4921echo "configure:4922: checking whether to have dynamic modules" >&5
    48664922if test "$with_dynamic_modules" = no || test "$ac_have_dl" != yes; then
    48674923  echo "$ac_t""no" 1>&6
     
    48754931
    48764932echo $ac_n "checking whether to have dynamic kernel""... $ac_c" 1>&6
    4877 echo "configure:4878: checking whether to have dynamic kernel" >&5
     4933echo "configure:4934: checking whether to have dynamic kernel" >&5
    48784934if test "$with_dynamic_kernel" != no && test "$ac_lib_dl" = yes; then
    48794935  DL_KERNEL=1
     
    48854941
    48864942echo $ac_n "checking whether to have Plural""... $ac_c" 1>&6
    4887 echo "configure:4888: checking whether to have Plural" >&5
     4943echo "configure:4944: checking whether to have Plural" >&5
    48884944if test "$with_Plural" != yes && test "$enable_Plural" != yes; then
    48894945  echo "$ac_t""no" 1>&6
Note: See TracChangeset for help on using the changeset viewer.