Changeset ca41c34 in git


Ignore:
Timestamp:
Jan 29, 2009, 3:05:53 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
75395bf4251dbf8c64b55e60771fc6951dc16ede
Parents:
3e96095dad02d2d1f61bd9131040fd9b3d136d9b
Message:
*hannes: LD again


git-svn-id: file:///usr/local/Singular/svn/trunk@11338 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/configure

    r3e96095 rca41c34  
    20772077
    20782078MP_LIBS=${LIBS}
    2079 if test "${LD+set}" != set; then
    2080   LDSO="${LD}"
    2081 else
    2082   LDSO=ld
    2083 fi
    20842079# check for dl lib
    20852080case "$ac_cv_singuname" in
    20862081        HPUX*)
    20872082          echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6
    2088 echo "configure:2089: checking for shl_load in -ldld" >&5
     2083echo "configure:2084: checking for shl_load in -ldld" >&5
    20892084ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'`
    20902085if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    20942089LIBS="-ldld  $LIBS"
    20952090cat > conftest.$ac_ext <<EOF
    2096 #line 2097 "configure"
     2091#line 2092 "configure"
    20972092#include "confdefs.h"
    20982093/* Override any gcc2 internal prototype to avoid an error.  */
     
    21052100; return 0; }
    21062101EOF
    2107 if { (eval echo configure:2108: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2102if { (eval echo configure:2103: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    21082103  rm -rf conftest*
    21092104  eval "ac_cv_lib_$ac_lib_var=yes"
     
    21372132                SLDFLAGS="-fPIC -DPIC -shared"
    21382133                if test "${LD+set}" != set; then
    2139                   LDSO="${LD}"
    2140                 else
    2141                   LDSO=gcc
     2134                  LD=gcc
    21422135                fi
    21432136                ac_lib_dl=yes
     
    21462139        *Linux*)
    21472140          echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
    2148 echo "configure:2149: checking for dlopen in -ldl" >&5
     2141echo "configure:2142: checking for dlopen in -ldl" >&5
    21492142ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
    21502143if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    21542147LIBS="-ldl  $LIBS"
    21552148cat > conftest.$ac_ext <<EOF
    2156 #line 2157 "configure"
     2149#line 2150 "configure"
    21572150#include "confdefs.h"
    21582151/* Override any gcc2 internal prototype to avoid an error.  */
     
    21652158; return 0; }
    21662159EOF
    2167 if { (eval echo configure:2168: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2160if { (eval echo configure:2161: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    21682161  rm -rf conftest*
    21692162  eval "ac_cv_lib_$ac_lib_var=yes"
     
    21972190                SLDFLAGS=-shared
    21982191                if test "${LD+set}" != set; then
    2199                   LDSO="${LD}"
    2200                 else
    2201                   LDSO=ld
     2192                  LD=ld
    22022193                fi
    22032194                ac_lib_dl=yes
     
    22092200          SLDFLAGS="-w -no_unresolved -_SYSTYPE_SVR4 -n32 -shared"
    22102201          if test "${LD+set}" != set; then
    2211             LDSO="${LD}"
    2212           else
    2213             LDSO=ld
     2202            LD=ld
    22142203          fi
    22152204          ac_lib_dl=yes
     
    22172206        SunOS-5)
    22182207          echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
    2219 echo "configure:2220: checking for dlopen in -ldl" >&5
     2208echo "configure:2209: checking for dlopen in -ldl" >&5
    22202209ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
    22212210if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    22252214LIBS="-ldl  $LIBS"
    22262215cat > conftest.$ac_ext <<EOF
    2227 #line 2228 "configure"
     2216#line 2217 "configure"
    22282217#include "confdefs.h"
    22292218/* Override any gcc2 internal prototype to avoid an error.  */
     
    22362225; return 0; }
    22372226EOF
    2238 if { (eval echo configure:2239: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2227if { (eval echo configure:2228: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    22392228  rm -rf conftest*
    22402229  eval "ac_cv_lib_$ac_lib_var=yes"
     
    22682257                SLDFLAGS=-shared
    22692258                if test "${LD+set}" != set; then
    2270                   LDSO="${LD}"
    2271                 else
    2272                   LDSO=$CC
     2259                  LD=$CC
    22732260                fi
    22742261                ac_lib_dl=yes
     
    22782265        ppcMac-darwin)
    22792266          echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
    2280 echo "configure:2281: checking for dlopen in -ldl" >&5
     2267echo "configure:2268: checking for dlopen in -ldl" >&5
    22812268ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
    22822269if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    22862273LIBS="-ldl  $LIBS"
    22872274cat > conftest.$ac_ext <<EOF
    2288 #line 2289 "configure"
     2275#line 2276 "configure"
    22892276#include "confdefs.h"
    22902277/* Override any gcc2 internal prototype to avoid an error.  */
     
    22972284; return 0; }
    22982285EOF
    2299 if { (eval echo configure:2300: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2286if { (eval echo configure:2287: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    23002287  rm -rf conftest*
    23012288  eval "ac_cv_lib_$ac_lib_var=yes"
     
    23282315                SFLAGS="-fpic -DPIC"
    23292316                SLDFLAGS="-dynamic -twolevel_namespace -weak_reference_mismatches weak -undefined dynamic_lookup"
    2330                 LDSO=libtool
     2317                if test "${LD+set}" != set; then
     2318                  LD=libtool
     2319                fi
    23312320                ac_lib_dl=yes
    23322321          fi
     
    23342323        ix86Mac-darwin)
    23352324          echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
    2336 echo "configure:2337: checking for dlopen in -ldl" >&5
     2325echo "configure:2326: checking for dlopen in -ldl" >&5
    23372326ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
    23382327if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    23422331LIBS="-ldl  $LIBS"
    23432332cat > conftest.$ac_ext <<EOF
    2344 #line 2345 "configure"
     2333#line 2334 "configure"
    23452334#include "confdefs.h"
    23462335/* Override any gcc2 internal prototype to avoid an error.  */
     
    23532342; return 0; }
    23542343EOF
    2355 if { (eval echo configure:2356: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2344if { (eval echo configure:2345: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    23562345  rm -rf conftest*
    23572346  eval "ac_cv_lib_$ac_lib_var=yes"
     
    23842373                SFLAGS="-fpic -DPIC"
    23852374                SLDFLAGS="-dynamic -twolevel_namespace -weak_reference_mismatches weak -undefined dynamic_lookup"
    2386                 LDSO=libtool
     2375                if test "${LD+set}" != set; then
     2376                  LD=libtool
     2377                fi
    23872378                ac_lib_dl=yes
    23882379          fi
     
    23902381        ix86-freebsd)
    23912382          echo $ac_n "checking for dlopen in -lc""... $ac_c" 1>&6
    2392 echo "configure:2393: checking for dlopen in -lc" >&5
     2383echo "configure:2384: checking for dlopen in -lc" >&5
    23932384ac_lib_var=`echo c'_'dlopen | sed 'y%./+-%__p_%'`
    23942385if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    23982389LIBS="-lc  $LIBS"
    23992390cat > conftest.$ac_ext <<EOF
    2400 #line 2401 "configure"
     2391#line 2392 "configure"
    24012392#include "confdefs.h"
    24022393/* Override any gcc2 internal prototype to avoid an error.  */
     
    24092400; return 0; }
    24102401EOF
    2411 if { (eval echo configure:2412: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2402if { (eval echo configure:2403: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    24122403  rm -rf conftest*
    24132404  eval "ac_cv_lib_$ac_lib_var=yes"
     
    24402431                SFLAGS="-fpic -DPIC"
    24412432                SLDFLAGS=-shared
    2442                 LDSO=ld
     2433                if test "${LD+set}" != set; then
     2434                  LD=ld
     2435                fi
    24432436                ac_lib_dl=yes
    24442437          fi
     
    24542447# heder file checks
    24552448echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    2456 echo "configure:2457: checking for ANSI C header files" >&5
     2449echo "configure:2450: checking for ANSI C header files" >&5
    24572450if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    24582451  echo $ac_n "(cached) $ac_c" 1>&6
    24592452else
    24602453  cat > conftest.$ac_ext <<EOF
    2461 #line 2462 "configure"
     2454#line 2455 "configure"
    24622455#include "confdefs.h"
    24632456#include <stdlib.h>
     
    24672460EOF
    24682461ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2469 { (eval echo configure:2470: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2462{ (eval echo configure:2463: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    24702463ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    24712464if test -z "$ac_err"; then
     
    24842477  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    24852478cat > conftest.$ac_ext <<EOF
    2486 #line 2487 "configure"
     2479#line 2480 "configure"
    24872480#include "confdefs.h"
    24882481#include <string.h>
     
    25022495  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    25032496cat > conftest.$ac_ext <<EOF
    2504 #line 2505 "configure"
     2497#line 2498 "configure"
    25052498#include "confdefs.h"
    25062499#include <stdlib.h>
     
    25232516else
    25242517  cat > conftest.$ac_ext <<EOF
    2525 #line 2526 "configure"
     2518#line 2519 "configure"
    25262519#include "confdefs.h"
    25272520#include <ctype.h>
     
    25342527
    25352528EOF
    2536 if { (eval echo configure:2537: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2529if { (eval echo configure:2530: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    25372530then
    25382531  :
     
    25612554ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    25622555echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    2563 echo "configure:2564: checking for $ac_hdr" >&5
     2556echo "configure:2557: checking for $ac_hdr" >&5
    25642557if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    25652558  echo $ac_n "(cached) $ac_c" 1>&6
    25662559else
    25672560  cat > conftest.$ac_ext <<EOF
    2568 #line 2569 "configure"
     2561#line 2562 "configure"
    25692562#include "confdefs.h"
    25702563#include <$ac_hdr>
    25712564EOF
    25722565ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2573 { (eval echo configure:2574: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2566{ (eval echo configure:2567: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    25742567ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    25752568if test -z "$ac_err"; then
     
    26052598ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    26062599echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    2607 echo "configure:2608: checking for $ac_hdr" >&5
     2600echo "configure:2601: checking for $ac_hdr" >&5
    26082601if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    26092602  echo $ac_n "(cached) $ac_c" 1>&6
    26102603else
    26112604  cat > conftest.$ac_ext <<EOF
    2612 #line 2613 "configure"
     2605#line 2606 "configure"
    26132606#include "confdefs.h"
    26142607#include <$ac_hdr>
    26152608EOF
    26162609ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2617 { (eval echo configure:2618: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2610{ (eval echo configure:2611: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    26182611ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    26192612if test -z "$ac_err"; then
     
    26442637# typedefs, structures
    26452638echo $ac_n "checking for working const""... $ac_c" 1>&6
    2646 echo "configure:2647: checking for working const" >&5
     2639echo "configure:2640: checking for working const" >&5
    26472640if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    26482641  echo $ac_n "(cached) $ac_c" 1>&6
    26492642else
    26502643  cat > conftest.$ac_ext <<EOF
    2651 #line 2652 "configure"
     2644#line 2645 "configure"
    26522645#include "confdefs.h"
    26532646
     
    26982691; return 0; }
    26992692EOF
    2700 if { (eval echo configure:2701: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2693if { (eval echo configure:2694: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    27012694  rm -rf conftest*
    27022695  ac_cv_c_const=yes
     
    27192712
    27202713echo $ac_n "checking for inline""... $ac_c" 1>&6
    2721 echo "configure:2722: checking for inline" >&5
     2714echo "configure:2715: checking for inline" >&5
    27222715if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
    27232716  echo $ac_n "(cached) $ac_c" 1>&6
     
    27262719for ac_kw in inline __inline__ __inline; do
    27272720  cat > conftest.$ac_ext <<EOF
    2728 #line 2729 "configure"
     2721#line 2722 "configure"
    27292722#include "confdefs.h"
    27302723
     
    27332726; return 0; }
    27342727EOF
    2735 if { (eval echo configure:2736: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2728if { (eval echo configure:2729: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    27362729  rm -rf conftest*
    27372730  ac_cv_c_inline=$ac_kw; break
     
    27592752
    27602753echo $ac_n "checking for size_t""... $ac_c" 1>&6
    2761 echo "configure:2762: checking for size_t" >&5
     2754echo "configure:2755: checking for size_t" >&5
    27622755if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    27632756  echo $ac_n "(cached) $ac_c" 1>&6
    27642757else
    27652758  cat > conftest.$ac_ext <<EOF
    2766 #line 2767 "configure"
     2759#line 2760 "configure"
    27672760#include "confdefs.h"
    27682761#include <sys/types.h>
     
    27922785
    27932786echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
    2794 echo "configure:2795: checking whether struct tm is in sys/time.h or time.h" >&5
     2787echo "configure:2788: checking whether struct tm is in sys/time.h or time.h" >&5
    27952788if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
    27962789  echo $ac_n "(cached) $ac_c" 1>&6
    27972790else
    27982791  cat > conftest.$ac_ext <<EOF
    2799 #line 2800 "configure"
     2792#line 2793 "configure"
    28002793#include "confdefs.h"
    28012794#include <sys/types.h>
     
    28052798; return 0; }
    28062799EOF
    2807 if { (eval echo configure:2808: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2800if { (eval echo configure:2801: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    28082801  rm -rf conftest*
    28092802  ac_cv_struct_tm=time.h
     
    28262819
    28272820echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
    2828 echo "configure:2829: checking whether time.h and sys/time.h may both be included" >&5
     2821echo "configure:2822: checking whether time.h and sys/time.h may both be included" >&5
    28292822if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
    28302823  echo $ac_n "(cached) $ac_c" 1>&6
    28312824else
    28322825  cat > conftest.$ac_ext <<EOF
    2833 #line 2834 "configure"
     2826#line 2827 "configure"
    28342827#include "confdefs.h"
    28352828#include <sys/types.h>
     
    28402833; return 0; }
    28412834EOF
    2842 if { (eval echo configure:2843: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2835if { (eval echo configure:2836: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    28432836  rm -rf conftest*
    28442837  ac_cv_header_time=yes
     
    28652858# for constant arguments.  Useless!
    28662859echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
    2867 echo "configure:2868: checking for working alloca.h" >&5
     2860echo "configure:2861: checking for working alloca.h" >&5
    28682861if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    28692862  echo $ac_n "(cached) $ac_c" 1>&6
    28702863else
    28712864  cat > conftest.$ac_ext <<EOF
    2872 #line 2873 "configure"
     2865#line 2866 "configure"
    28732866#include "confdefs.h"
    28742867#include <alloca.h>
     
    28772870; return 0; }
    28782871EOF
    2879 if { (eval echo configure:2880: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2872if { (eval echo configure:2873: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    28802873  rm -rf conftest*
    28812874  ac_cv_header_alloca_h=yes
     
    28982891
    28992892echo $ac_n "checking for alloca""... $ac_c" 1>&6
    2900 echo "configure:2901: checking for alloca" >&5
     2893echo "configure:2894: checking for alloca" >&5
    29012894if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    29022895  echo $ac_n "(cached) $ac_c" 1>&6
    29032896else
    29042897  cat > conftest.$ac_ext <<EOF
    2905 #line 2906 "configure"
     2898#line 2899 "configure"
    29062899#include "confdefs.h"
    29072900
     
    29312924; return 0; }
    29322925EOF
    2933 if { (eval echo configure:2934: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2926if { (eval echo configure:2927: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    29342927  rm -rf conftest*
    29352928  ac_cv_func_alloca_works=yes
     
    29632956
    29642957echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
    2965 echo "configure:2966: checking whether alloca needs Cray hooks" >&5
     2958echo "configure:2959: checking whether alloca needs Cray hooks" >&5
    29662959if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    29672960  echo $ac_n "(cached) $ac_c" 1>&6
    29682961else
    29692962  cat > conftest.$ac_ext <<EOF
    2970 #line 2971 "configure"
     2963#line 2964 "configure"
    29712964#include "confdefs.h"
    29722965#if defined(CRAY) && ! defined(CRAY2)
     
    29932986for ac_func in _getb67 GETB67 getb67; do
    29942987  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2995 echo "configure:2996: checking for $ac_func" >&5
     2988echo "configure:2989: checking for $ac_func" >&5
    29962989if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    29972990  echo $ac_n "(cached) $ac_c" 1>&6
    29982991else
    29992992  cat > conftest.$ac_ext <<EOF
    3000 #line 3001 "configure"
     2993#line 2994 "configure"
    30012994#include "confdefs.h"
    30022995/* System header to define __stub macros and hopefully few prototypes,
     
    30213014; return 0; }
    30223015EOF
    3023 if { (eval echo configure:3024: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3016if { (eval echo configure:3017: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    30243017  rm -rf conftest*
    30253018  eval "ac_cv_func_$ac_func=yes"
     
    30483041
    30493042echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
    3050 echo "configure:3051: checking stack direction for C alloca" >&5
     3043echo "configure:3044: checking stack direction for C alloca" >&5
    30513044if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    30523045  echo $ac_n "(cached) $ac_c" 1>&6
     
    30563049else
    30573050  cat > conftest.$ac_ext <<EOF
    3058 #line 3059 "configure"
     3051#line 3052 "configure"
    30593052#include "confdefs.h"
    30603053find_stack_direction ()
     
    30753068}
    30763069EOF
    3077 if { (eval echo configure:3078: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3070if { (eval echo configure:3071: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    30783071then
    30793072  ac_cv_c_stack_direction=1
     
    30983091if test $ac_cv_prog_gcc = yes; then
    30993092    echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
    3100 echo "configure:3101: checking whether ${CC-cc} needs -traditional" >&5
     3093echo "configure:3094: checking whether ${CC-cc} needs -traditional" >&5
    31013094if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
    31023095  echo $ac_n "(cached) $ac_c" 1>&6
     
    31043097    ac_pattern="Autoconf.*'x'"
    31053098  cat > conftest.$ac_ext <<EOF
    3106 #line 3107 "configure"
     3099#line 3100 "configure"
    31073100#include "confdefs.h"
    31083101#include <sgtty.h>
     
    31223115  if test $ac_cv_prog_gcc_traditional = no; then
    31233116    cat > conftest.$ac_ext <<EOF
    3124 #line 3125 "configure"
     3117#line 3118 "configure"
    31253118#include "confdefs.h"
    31263119#include <termio.h>
     
    31473140ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    31483141echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    3149 echo "configure:3150: checking for $ac_hdr" >&5
     3142echo "configure:3143: checking for $ac_hdr" >&5
    31503143if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    31513144  echo $ac_n "(cached) $ac_c" 1>&6
    31523145else
    31533146  cat > conftest.$ac_ext <<EOF
    3154 #line 3155 "configure"
     3147#line 3148 "configure"
    31553148#include "confdefs.h"
    31563149#include <$ac_hdr>
    31573150EOF
    31583151ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3159 { (eval echo configure:3160: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3152{ (eval echo configure:3153: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    31603153ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    31613154if test -z "$ac_err"; then
     
    31863179do
    31873180echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3188 echo "configure:3189: checking for $ac_func" >&5
     3181echo "configure:3182: checking for $ac_func" >&5
    31893182if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    31903183  echo $ac_n "(cached) $ac_c" 1>&6
    31913184else
    31923185  cat > conftest.$ac_ext <<EOF
    3193 #line 3194 "configure"
     3186#line 3187 "configure"
    31943187#include "confdefs.h"
    31953188/* System header to define __stub macros and hopefully few prototypes,
     
    32143207; return 0; }
    32153208EOF
    3216 if { (eval echo configure:3217: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3209if { (eval echo configure:3210: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    32173210  rm -rf conftest*
    32183211  eval "ac_cv_func_$ac_func=yes"
     
    32393232
    32403233echo $ac_n "checking for working mmap""... $ac_c" 1>&6
    3241 echo "configure:3242: checking for working mmap" >&5
     3234echo "configure:3235: checking for working mmap" >&5
    32423235if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
    32433236  echo $ac_n "(cached) $ac_c" 1>&6
     
    32473240else
    32483241  cat > conftest.$ac_ext <<EOF
    3249 #line 3250 "configure"
     3242#line 3243 "configure"
    32503243#include "confdefs.h"
    32513244
     
    33873380
    33883381EOF
    3389 if { (eval echo configure:3390: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3382if { (eval echo configure:3383: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    33903383then
    33913384  ac_cv_func_mmap_fixed_mapped=yes
     
    34103403
    34113404echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
    3412 echo "configure:3413: checking return type of signal handlers" >&5
     3405echo "configure:3406: checking return type of signal handlers" >&5
    34133406if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
    34143407  echo $ac_n "(cached) $ac_c" 1>&6
    34153408else
    34163409  cat > conftest.$ac_ext <<EOF
    3417 #line 3418 "configure"
     3410#line 3411 "configure"
    34183411#include "confdefs.h"
    34193412#include <sys/types.h>
     
    34323425; return 0; }
    34333426EOF
    3434 if { (eval echo configure:3435: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3427if { (eval echo configure:3428: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    34353428  rm -rf conftest*
    34363429  ac_cv_type_signal=void
     
    34513444
    34523445echo $ac_n "checking for vprintf""... $ac_c" 1>&6
    3453 echo "configure:3454: checking for vprintf" >&5
     3446echo "configure:3447: checking for vprintf" >&5
    34543447if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
    34553448  echo $ac_n "(cached) $ac_c" 1>&6
    34563449else
    34573450  cat > conftest.$ac_ext <<EOF
    3458 #line 3459 "configure"
     3451#line 3452 "configure"
    34593452#include "confdefs.h"
    34603453/* System header to define __stub macros and hopefully few prototypes,
     
    34793472; return 0; }
    34803473EOF
    3481 if { (eval echo configure:3482: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3474if { (eval echo configure:3475: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    34823475  rm -rf conftest*
    34833476  eval "ac_cv_func_vprintf=yes"
     
    35033496if test "$ac_cv_func_vprintf" != yes; then
    35043497echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
    3505 echo "configure:3506: checking for _doprnt" >&5
     3498echo "configure:3499: checking for _doprnt" >&5
    35063499if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
    35073500  echo $ac_n "(cached) $ac_c" 1>&6
    35083501else
    35093502  cat > conftest.$ac_ext <<EOF
    3510 #line 3511 "configure"
     3503#line 3504 "configure"
    35113504#include "confdefs.h"
    35123505/* System header to define __stub macros and hopefully few prototypes,
     
    35313524; return 0; }
    35323525EOF
    3533 if { (eval echo configure:3534: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3526if { (eval echo configure:3527: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    35343527  rm -rf conftest*
    35353528  eval "ac_cv_func__doprnt=yes"
     
    35573550
    35583551echo $ac_n "checking for library containing setenv""... $ac_c" 1>&6
    3559 echo "configure:3560: checking for library containing setenv" >&5
     3552echo "configure:3553: checking for library containing setenv" >&5
    35603553if eval "test \"`echo '$''{'ac_cv_search_setenv'+set}'`\" = set"; then
    35613554  echo $ac_n "(cached) $ac_c" 1>&6
     
    35643557ac_cv_search_setenv="no"
    35653558cat > conftest.$ac_ext <<EOF
    3566 #line 3567 "configure"
     3559#line 3560 "configure"
    35673560#include "confdefs.h"
    35683561/* Override any gcc2 internal prototype to avoid an error.  */
     
    35753568; return 0; }
    35763569EOF
    3577 if { (eval echo configure:3578: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3570if { (eval echo configure:3571: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    35783571  rm -rf conftest*
    35793572  ac_cv_search_setenv="none required"
     
    35863579LIBS="-l$i  $ac_func_search_save_LIBS"
    35873580cat > conftest.$ac_ext <<EOF
    3588 #line 3589 "configure"
     3581#line 3582 "configure"
    35893582#include "confdefs.h"
    35903583/* Override any gcc2 internal prototype to avoid an error.  */
     
    35973590; return 0; }
    35983591EOF
    3599 if { (eval echo configure:3600: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3592if { (eval echo configure:3593: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    36003593  rm -rf conftest*
    36013594  ac_cv_search_setenv="-l$i"
     
    36213614do
    36223615echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3623 echo "configure:3624: checking for $ac_func" >&5
     3616echo "configure:3617: checking for $ac_func" >&5
    36243617if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    36253618  echo $ac_n "(cached) $ac_c" 1>&6
    36263619else
    36273620  cat > conftest.$ac_ext <<EOF
    3628 #line 3629 "configure"
     3621#line 3622 "configure"
    36293622#include "confdefs.h"
    36303623/* System header to define __stub macros and hopefully few prototypes,
     
    36493642; return 0; }
    36503643EOF
    3651 if { (eval echo configure:3652: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3644if { (eval echo configure:3645: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    36523645  rm -rf conftest*
    36533646  eval "ac_cv_func_$ac_func=yes"
     
    36783671# arithmetic shifts
    36793672echo $ac_n "checking whether your machine has correct arithmetic shifts""... $ac_c" 1>&6
    3680 echo "configure:3681: checking whether your machine has correct arithmetic shifts" >&5
     3673echo "configure:3674: checking whether your machine has correct arithmetic shifts" >&5
    36813674if eval "test \"`echo '$''{'ac_cv_shift'+set}'`\" = set"; then
    36823675  echo $ac_n "(cached) $ac_c" 1>&6
     
    36913684else
    36923685  cat > conftest.$ac_ext <<EOF
    3693 #line 3694 "configure"
     3686#line 3687 "configure"
    36943687#include "confdefs.h"
    36953688 int main() { if (-2 >> 1 == -1) return(0); else return(1); }
    36963689EOF
    3697 if { (eval echo configure:3698: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3690if { (eval echo configure:3691: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    36983691then
    36993692  ac_cv_shift=yes
     
    37203713# check for a peculiar constructor initialization
    37213714echo $ac_n "checking whether explicit C++ constructor calls are allowed""... $ac_c" 1>&6
    3722 echo "configure:3723: checking whether explicit C++ constructor calls are allowed" >&5
     3715echo "configure:3716: checking whether explicit C++ constructor calls are allowed" >&5
    37233716
    37243717ac_ext=C
     
    37333726else
    37343727  cat > conftest.$ac_ext <<EOF
    3735 #line 3736 "configure"
     3728#line 3729 "configure"
    37363729#include "confdefs.h"
    37373730
     
    37513744; return 0; }
    37523745EOF
    3753 if { (eval echo configure:3754: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3746if { (eval echo configure:3747: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    37543747  rm -rf conftest*
    37553748  ac_cv_explicit_const=yes
     
    37803773# sprintf returns number of printed chars
    37813774echo $ac_n "checking whether vsprintf returns number of printed chars""... $ac_c" 1>&6
    3782 echo "configure:3783: checking whether vsprintf returns number of printed chars" >&5
     3775echo "configure:3776: checking whether vsprintf returns number of printed chars" >&5
    37833776if eval "test \"`echo '$''{'ac_cv_returns_n_of_chars'+set}'`\" = set"; then
    37843777  echo $ac_n "(cached) $ac_c" 1>&6
     
    37883781else
    37893782  cat > conftest.$ac_ext <<EOF
    3790 #line 3791 "configure"
     3783#line 3784 "configure"
    37913784#include "confdefs.h"
    37923785#include <stdio.h>
    37933786 main() { char *str=(char*)malloc(20); if (((int) sprintf(str,"123456789")) == 9) exit(0); else exit(1); }
    37943787EOF
    3795 if { (eval echo configure:3796: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3788if { (eval echo configure:3789: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    37963789then
    37973790  ac_cv_returns_n_of_chars=yes
     
    38193812# determine ALIGN_8
    38203813echo $ac_n "checking size of char""... $ac_c" 1>&6
    3821 echo "configure:3822: checking size of char" >&5
     3814echo "configure:3815: checking size of char" >&5
    38223815if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
    38233816  echo $ac_n "(cached) $ac_c" 1>&6
     
    38273820else
    38283821  cat > conftest.$ac_ext <<EOF
    3829 #line 3830 "configure"
     3822#line 3823 "configure"
    38303823#include "confdefs.h"
    38313824#include <stdio.h>
     
    38383831}
    38393832EOF
    3840 if { (eval echo configure:3841: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3833if { (eval echo configure:3834: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    38413834then
    38423835  ac_cv_sizeof_char=`cat conftestval`
     
    38583851
    38593852echo $ac_n "checking size of short""... $ac_c" 1>&6
    3860 echo "configure:3861: checking size of short" >&5
     3853echo "configure:3854: checking size of short" >&5
    38613854if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
    38623855  echo $ac_n "(cached) $ac_c" 1>&6
     
    38663859else
    38673860  cat > conftest.$ac_ext <<EOF
    3868 #line 3869 "configure"
     3861#line 3862 "configure"
    38693862#include "confdefs.h"
    38703863#include <stdio.h>
     
    38773870}
    38783871EOF
    3879 if { (eval echo configure:3880: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3872if { (eval echo configure:3873: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    38803873then
    38813874  ac_cv_sizeof_short=`cat conftestval`
     
    38973890
    38983891echo $ac_n "checking size of int""... $ac_c" 1>&6
    3899 echo "configure:3900: checking size of int" >&5
     3892echo "configure:3893: checking size of int" >&5
    39003893if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
    39013894  echo $ac_n "(cached) $ac_c" 1>&6
     
    39053898else
    39063899  cat > conftest.$ac_ext <<EOF
    3907 #line 3908 "configure"
     3900#line 3901 "configure"
    39083901#include "confdefs.h"
    39093902#include <stdio.h>
     
    39163909}
    39173910EOF
    3918 if { (eval echo configure:3919: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3911if { (eval echo configure:3912: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    39193912then
    39203913  ac_cv_sizeof_int=`cat conftestval`
     
    39363929
    39373930echo $ac_n "checking size of long""... $ac_c" 1>&6
    3938 echo "configure:3939: checking size of long" >&5
     3931echo "configure:3932: checking size of long" >&5
    39393932if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
    39403933  echo $ac_n "(cached) $ac_c" 1>&6
     
    39443937else
    39453938  cat > conftest.$ac_ext <<EOF
    3946 #line 3947 "configure"
     3939#line 3940 "configure"
    39473940#include "confdefs.h"
    39483941#include <stdio.h>
     
    39553948}
    39563949EOF
    3957 if { (eval echo configure:3958: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3950if { (eval echo configure:3951: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    39583951then
    39593952  ac_cv_sizeof_long=`cat conftestval`
     
    39753968
    39763969echo $ac_n "checking size of void*""... $ac_c" 1>&6
    3977 echo "configure:3978: checking size of void*" >&5
     3970echo "configure:3971: checking size of void*" >&5
    39783971if eval "test \"`echo '$''{'ac_cv_sizeof_voidp'+set}'`\" = set"; then
    39793972  echo $ac_n "(cached) $ac_c" 1>&6
     
    39833976else
    39843977  cat > conftest.$ac_ext <<EOF
    3985 #line 3986 "configure"
     3978#line 3979 "configure"
    39863979#include "confdefs.h"
    39873980#include <stdio.h>
     
    39943987}
    39953988EOF
    3996 if { (eval echo configure:3997: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3989if { (eval echo configure:3990: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    39973990then
    39983991  ac_cv_sizeof_voidp=`cat conftestval`
     
    40144007
    40154008echo $ac_n "checking size of double""... $ac_c" 1>&6
    4016 echo "configure:4017: checking size of double" >&5
     4009echo "configure:4010: checking size of double" >&5
    40174010if eval "test \"`echo '$''{'ac_cv_sizeof_double'+set}'`\" = set"; then
    40184011  echo $ac_n "(cached) $ac_c" 1>&6
     
    40224015else
    40234016  cat > conftest.$ac_ext <<EOF
    4024 #line 4025 "configure"
     4017#line 4018 "configure"
    40254018#include "confdefs.h"
    40264019#include <stdio.h>
     
    40334026}
    40344027EOF
    4035 if { (eval echo configure:4036: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     4028if { (eval echo configure:4029: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    40364029then
    40374030  ac_cv_sizeof_double=`cat conftestval`
     
    40534046
    40544047echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
    4055 echo "configure:4056: checking whether byte ordering is bigendian" >&5
     4048echo "configure:4049: checking whether byte ordering is bigendian" >&5
    40564049if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
    40574050  echo $ac_n "(cached) $ac_c" 1>&6
     
    40604053# See if sys/param.h defines the BYTE_ORDER macro.
    40614054cat > conftest.$ac_ext <<EOF
    4062 #line 4063 "configure"
     4055#line 4056 "configure"
    40634056#include "confdefs.h"
    40644057#include <sys/types.h>
     
    40714064; return 0; }
    40724065EOF
    4073 if { (eval echo configure:4074: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4066if { (eval echo configure:4067: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    40744067  rm -rf conftest*
    40754068  # It does; now see whether it defined to BIG_ENDIAN or not.
    40764069cat > conftest.$ac_ext <<EOF
    4077 #line 4078 "configure"
     4070#line 4071 "configure"
    40784071#include "confdefs.h"
    40794072#include <sys/types.h>
     
    40864079; return 0; }
    40874080EOF
    4088 if { (eval echo configure:4089: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4081if { (eval echo configure:4082: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    40894082  rm -rf conftest*
    40904083  ac_cv_c_bigendian=yes
     
    41064099else
    41074100  cat > conftest.$ac_ext <<EOF
    4108 #line 4109 "configure"
     4101#line 4102 "configure"
    41094102#include "confdefs.h"
    41104103main () {
     
    41194112}
    41204113EOF
    4121 if { (eval echo configure:4122: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     4114if { (eval echo configure:4115: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    41224115then
    41234116  ac_cv_c_bigendian=no
     
    42674260
    42684261echo $ac_n "checking whether to use dynamic linking""... $ac_c" 1>&6
    4269 echo "configure:4270: checking whether to use dynamic linking" >&5
     4262echo "configure:4263: checking whether to use dynamic linking" >&5
    42704263if test "$with_dl" != no && test "$ac_lib_dl" = yes; then
    42714264  cat >> confdefs.h <<\EOF
     
    42804273
    42814274echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6
    4282 echo "configure:4283: checking for tgetent in -lncurses" >&5
     4275echo "configure:4276: checking for tgetent in -lncurses" >&5
    42834276ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'`
    42844277if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    42884281LIBS="-lncurses  $LIBS"
    42894282cat > conftest.$ac_ext <<EOF
    4290 #line 4291 "configure"
     4283#line 4284 "configure"
    42914284#include "confdefs.h"
    42924285/* Override any gcc2 internal prototype to avoid an error.  */
     
    42994292; return 0; }
    43004293EOF
    4301 if { (eval echo configure:4302: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4294if { (eval echo configure:4295: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    43024295  rm -rf conftest*
    43034296  eval "ac_cv_lib_$ac_lib_var=yes"
     
    43264319\
    43274320 echo $ac_n "checking for tgetent in -lcurses""... $ac_c" 1>&6
    4328 echo "configure:4329: checking for tgetent in -lcurses" >&5
     4321echo "configure:4322: checking for tgetent in -lcurses" >&5
    43294322ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'`
    43304323if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    43344327LIBS="-lcurses  $LIBS"
    43354328cat > conftest.$ac_ext <<EOF
    4336 #line 4337 "configure"
     4329#line 4330 "configure"
    43374330#include "confdefs.h"
    43384331/* Override any gcc2 internal prototype to avoid an error.  */
     
    43454338; return 0; }
    43464339EOF
    4347 if { (eval echo configure:4348: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4340if { (eval echo configure:4341: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    43484341  rm -rf conftest*
    43494342  eval "ac_cv_lib_$ac_lib_var=yes"
     
    43724365\
    43734366  echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6
    4374 echo "configure:4375: checking for tgetent in -ltermcap" >&5
     4367echo "configure:4368: checking for tgetent in -ltermcap" >&5
    43754368ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'`
    43764369if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    43804373LIBS="-ltermcap  $LIBS"
    43814374cat > conftest.$ac_ext <<EOF
    4382 #line 4383 "configure"
     4375#line 4376 "configure"
    43834376#include "confdefs.h"
    43844377/* Override any gcc2 internal prototype to avoid an error.  */
     
    43914384; return 0; }
    43924385EOF
    4393 if { (eval echo configure:4394: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4386if { (eval echo configure:4387: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    43944387  rm -rf conftest*
    43954388  eval "ac_cv_lib_$ac_lib_var=yes"
     
    44404433
    44414434   echo $ac_n "checking for rl_abort in -lreadline""... $ac_c" 1>&6
    4442 echo "configure:4443: checking for rl_abort in -lreadline" >&5
     4435echo "configure:4436: checking for rl_abort in -lreadline" >&5
    44434436ac_lib_var=`echo readline'_'rl_abort | sed 'y%./+-%__p_%'`
    44444437if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    44484441LIBS="-lreadline  $LIBS"
    44494442cat > conftest.$ac_ext <<EOF
    4450 #line 4451 "configure"
     4443#line 4444 "configure"
    44514444#include "confdefs.h"
    44524445/* Override any gcc2 internal prototype to avoid an error.  */
     
    44624455; return 0; }
    44634456EOF
    4464 if { (eval echo configure:4465: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4457if { (eval echo configure:4458: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    44654458  rm -rf conftest*
    44664459  eval "ac_cv_lib_$ac_lib_var=yes"
     
    44904483
    44914484   echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
    4492 echo "configure:4493: checking how to run the C++ preprocessor" >&5
     4485echo "configure:4486: checking how to run the C++ preprocessor" >&5
    44934486if test -z "$CXXCPP"; then
    44944487if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
     
    45034496  CXXCPP="${CXX-g++} -E"
    45044497  cat > conftest.$ac_ext <<EOF
    4505 #line 4506 "configure"
     4498#line 4499 "configure"
    45064499#include "confdefs.h"
    45074500#include <stdlib.h>
    45084501EOF
    45094502ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4510 { (eval echo configure:4511: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4503{ (eval echo configure:4504: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    45114504ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    45124505if test -z "$ac_err"; then
     
    45364529ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    45374530echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    4538 echo "configure:4539: checking for $ac_hdr" >&5
     4531echo "configure:4532: checking for $ac_hdr" >&5
    45394532if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    45404533  echo $ac_n "(cached) $ac_c" 1>&6
    45414534else
    45424535  cat > conftest.$ac_ext <<EOF
    4543 #line 4544 "configure"
     4536#line 4537 "configure"
    45444537#include "confdefs.h"
    45454538#include <$ac_hdr>
    45464539EOF
    45474540ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4548 { (eval echo configure:4549: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4541{ (eval echo configure:4542: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    45494542ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    45504543if test -z "$ac_err"; then
     
    45754568      test "$ac_cv_header_readline_readline_h" = yes; then
    45764569     echo $ac_n "checking whether readline.h is ok""... $ac_c" 1>&6
    4577 echo "configure:4578: checking whether readline.h is ok" >&5
     4570echo "configure:4571: checking whether readline.h is ok" >&5
    45784571     if eval "test \"`echo '$''{'ac_cv_header_readline_readline_h_ok'+set}'`\" = set"; then
    45794572  echo $ac_n "(cached) $ac_c" 1>&6
    45804573else
    45814574  cat > conftest.$ac_ext <<EOF
    4582 #line 4583 "configure"
     4575#line 4576 "configure"
    45834576#include "confdefs.h"
    45844577#include<unistd.h>
     
    45934586; return 0; }
    45944587EOF
    4595 if { (eval echo configure:4596: \"$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
    45964589  rm -rf conftest*
    45974590  ac_cv_header_readline_readline_h_ok="yes"
     
    46094602#not ok -- try once more with explicitly declaring everything
    46104603      echo $ac_n "checking whether or not we nevertheless can use readline""... $ac_c" 1>&6
    4611 echo "configure:4612: checking whether or not we nevertheless can use readline" >&5
     4604echo "configure:4605: checking whether or not we nevertheless can use readline" >&5
    46124605      if eval "test \"`echo '$''{'ac_cv_have_readline'+set}'`\" = set"; then
    46134606  echo $ac_n "(cached) $ac_c" 1>&6
    46144607else
    46154608  cat > conftest.$ac_ext <<EOF
    4616 #line 4617 "configure"
     4609#line 4610 "configure"
    46174610#include "confdefs.h"
    46184611#include <stdio.h>
     
    46484641; return 0; }
    46494642EOF
    4650 if { (eval echo configure:4651: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4643if { (eval echo configure:4644: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    46514644  rm -rf conftest*
    46524645  ac_cv_have_readline="yes"
     
    46874680
    46884681echo $ac_n "checking which readline to use""... $ac_c" 1>&6
    4689 echo "configure:4690: checking which readline to use" >&5
     4682echo "configure:4683: checking which readline to use" >&5
    46904683if test "$ac_cv_with_readline" = dynamic; then
    46914684  echo "$ac_t""dynamic" 1>&6
     
    47074700# gmp, MP, MPT, factory, libfac
    47084701echo $ac_n "checking for main in -lgmp""... $ac_c" 1>&6
    4709 echo "configure:4710: checking for main in -lgmp" >&5
     4702echo "configure:4703: checking for main in -lgmp" >&5
    47104703ac_lib_var=`echo gmp'_'main | sed 'y%./+-%__p_%'`
    47114704if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    47154708LIBS="-lgmp  $LIBS"
    47164709cat > conftest.$ac_ext <<EOF
    4717 #line 4718 "configure"
     4710#line 4711 "configure"
    47184711#include "confdefs.h"
    47194712
     
    47224715; return 0; }
    47234716EOF
    4724 if { (eval echo configure:4725: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4717if { (eval echo configure:4718: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    47254718  rm -rf conftest*
    47264719  eval "ac_cv_lib_$ac_lib_var=yes"
     
    47514744SAVE_LIBS=$LIBS
    47524745echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6
    4753 echo "configure:4754: checking for IMP_PutGmpInt in -lMP" >&5
     4746echo "configure:4747: checking for IMP_PutGmpInt in -lMP" >&5
    47544747ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'`
    47554748if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    47594752LIBS="-lMP $MP_LIBS $LIBS"
    47604753cat > conftest.$ac_ext <<EOF
    4761 #line 4762 "configure"
     4754#line 4755 "configure"
    47624755#include "confdefs.h"
    47634756/* Override any gcc2 internal prototype to avoid an error.  */
     
    47704763; return 0; }
    47714764EOF
    4772 if { (eval echo configure:4773: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4765if { (eval echo configure:4766: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    47734766  rm -rf conftest*
    47744767  eval "ac_cv_lib_$ac_lib_var=yes"
     
    47984791
    47994792echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6
    4800 echo "configure:4801: checking for MPT_GetTree in -lMPT" >&5
     4793echo "configure:4794: checking for MPT_GetTree in -lMPT" >&5
    48014794ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'`
    48024795if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    48064799LIBS="-lMPT $MP_LIBS $LIBS"
    48074800cat > conftest.$ac_ext <<EOF
    4808 #line 4809 "configure"
     4801#line 4802 "configure"
    48094802#include "confdefs.h"
    48104803/* Override any gcc2 internal prototype to avoid an error.  */
     
    48174810; return 0; }
    48184811EOF
    4819 if { (eval echo configure:4820: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4812if { (eval echo configure:4813: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    48204813  rm -rf conftest*
    48214814  eval "ac_cv_lib_$ac_lib_var=yes"
     
    48464839LIBS=$SAVE_LIBS
    48474840echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6
    4848 echo "configure:4849: checking for atof in -lsingcf" >&5
     4841echo "configure:4842: checking for atof in -lsingcf" >&5
    48494842ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'`
    48504843if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    48544847LIBS="-lsingcf  $LIBS"
    48554848cat > conftest.$ac_ext <<EOF
    4856 #line 4857 "configure"
     4849#line 4850 "configure"
    48574850#include "confdefs.h"
    48584851/* Override any gcc2 internal prototype to avoid an error.  */
     
    48654858; return 0; }
    48664859EOF
    4867 if { (eval echo configure:4868: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4860if { (eval echo configure:4861: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    48684861  rm -rf conftest*
    48694862  eval "ac_cv_lib_$ac_lib_var=yes"
     
    48934886
    48944887echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6
    4895 echo "configure:4896: checking for atof in -lsingfac" >&5
     4888echo "configure:4889: checking for atof in -lsingfac" >&5
    48964889ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'`
    48974890if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    49014894LIBS="-lsingfac  $LIBS"
    49024895cat > conftest.$ac_ext <<EOF
    4903 #line 4904 "configure"
     4896#line 4897 "configure"
    49044897#include "confdefs.h"
    49054898/* Override any gcc2 internal prototype to avoid an error.  */
     
    49124905; return 0; }
    49134906EOF
    4914 if { (eval echo configure:4915: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4907if { (eval echo configure:4908: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    49154908  rm -rf conftest*
    49164909  eval "ac_cv_lib_$ac_lib_var=yes"
     
    49404933
    49414934echo $ac_n "checking for omTestAddr in -lomalloc""... $ac_c" 1>&6
    4942 echo "configure:4943: checking for omTestAddr in -lomalloc" >&5
     4935echo "configure:4936: checking for omTestAddr in -lomalloc" >&5
    49434936ac_lib_var=`echo omalloc'_'omTestAddr | sed 'y%./+-%__p_%'`
    49444937if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    49484941LIBS="-lomalloc  $LIBS"
    49494942cat > conftest.$ac_ext <<EOF
    4950 #line 4951 "configure"
     4943#line 4944 "configure"
    49514944#include "confdefs.h"
    49524945/* Override any gcc2 internal prototype to avoid an error.  */
     
    49594952; return 0; }
    49604953EOF
    4961 if { (eval echo configure:4962: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4954if { (eval echo configure:4955: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    49624955  rm -rf conftest*
    49634956  eval "ac_cv_lib_$ac_lib_var=yes"
     
    49874980
    49884981echo $ac_n "checking for main in -lomalloc_ndebug""... $ac_c" 1>&6
    4989 echo "configure:4990: checking for main in -lomalloc_ndebug" >&5
     4982echo "configure:4983: checking for main in -lomalloc_ndebug" >&5
    49904983ac_lib_var=`echo omalloc_ndebug'_'main | sed 'y%./+-%__p_%'`
    49914984if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    49954988LIBS="-lomalloc_ndebug  $LIBS"
    49964989cat > conftest.$ac_ext <<EOF
    4997 #line 4998 "configure"
     4990#line 4991 "configure"
    49984991#include "confdefs.h"
    49994992
     
    50024995; return 0; }
    50034996EOF
    5004 if { (eval echo configure:5005: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4997if { (eval echo configure:4998: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    50054998  rm -rf conftest*
    50064999  eval "ac_cv_lib_$ac_lib_var=yes"
     
    50305023
    50315024echo $ac_n "checking for main in -lntl""... $ac_c" 1>&6
    5032 echo "configure:5033: checking for main in -lntl" >&5
     5025echo "configure:5026: checking for main in -lntl" >&5
    50335026ac_lib_var=`echo ntl'_'main | sed 'y%./+-%__p_%'`
    50345027if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    50385031LIBS="-lntl  $LIBS"
    50395032cat > conftest.$ac_ext <<EOF
    5040 #line 5041 "configure"
     5033#line 5034 "configure"
    50415034#include "confdefs.h"
    50425035
     
    50455038; return 0; }
    50465039EOF
    5047 if { (eval echo configure:5048: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5040if { (eval echo configure:5041: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    50485041  rm -rf conftest*
    50495042  eval "ac_cv_lib_$ac_lib_var=yes"
     
    50785071ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    50795072echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    5080 echo "configure:5081: checking for $ac_hdr" >&5
     5073echo "configure:5074: checking for $ac_hdr" >&5
    50815074if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    50825075  echo $ac_n "(cached) $ac_c" 1>&6
    50835076else
    50845077  cat > conftest.$ac_ext <<EOF
    5085 #line 5086 "configure"
     5078#line 5079 "configure"
    50865079#include "confdefs.h"
    50875080#include <$ac_hdr>
    50885081EOF
    50895082ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    5090 { (eval echo configure:5091: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     5083{ (eval echo configure:5084: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    50915084ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    50925085if test -z "$ac_err"; then
     
    51165109
    51175110echo $ac_n "checking whether to use Boost""... $ac_c" 1>&6
    5118 echo "configure:5119: checking whether to use Boost" >&5
     5111echo "configure:5112: checking whether to use Boost" >&5
    51195112if test "$with_Boost" != no; then
    51205113  echo "$ac_t""yes" 1>&6
     
    51315124ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    51325125echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    5133 echo "configure:5134: checking for $ac_hdr" >&5
     5126echo "configure:5127: checking for $ac_hdr" >&5
    51345127if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    51355128  echo $ac_n "(cached) $ac_c" 1>&6
    51365129else
    51375130  cat > conftest.$ac_ext <<EOF
    5138 #line 5139 "configure"
     5131#line 5132 "configure"
    51395132#include "confdefs.h"
    51405133#include <$ac_hdr>
    51415134EOF
    51425135ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    5143 { (eval echo configure:5144: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     5136{ (eval echo configure:5137: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    51445137ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    51455138if test -z "$ac_err"; then
     
    51775170  echo "$ac_t""no" 1>&6
    51785171  echo $ac_n "checking whether to use std::vector""... $ac_c" 1>&6
    5179 echo "configure:5180: checking whether to use std::vector" >&5
     5172echo "configure:5173: checking whether to use std::vector" >&5
    51805173  if test "$with_stdvec" != yes; then
    51815174    echo "$ac_t""no" 1>&6
     
    52265219SAVE_LIBS=$LIBS
    52275220echo $ac_n "checking for __stack_chk_fail_local in -lc_nonshared""... $ac_c" 1>&6
    5228 echo "configure:5229: checking for __stack_chk_fail_local in -lc_nonshared" >&5
     5221echo "configure:5222: checking for __stack_chk_fail_local in -lc_nonshared" >&5
    52295222ac_lib_var=`echo c_nonshared'_'__stack_chk_fail_local | sed 'y%./+-%__p_%'`
    52305223if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    52345227LIBS="-lc_nonshared  $LIBS"
    52355228cat > conftest.$ac_ext <<EOF
    5236 #line 5237 "configure"
     5229#line 5230 "configure"
    52375230#include "confdefs.h"
    52385231/* Override any gcc2 internal prototype to avoid an error.  */
     
    52455238; return 0; }
    52465239EOF
    5247 if { (eval echo configure:5248: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5240if { (eval echo configure:5241: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    52485241  rm -rf conftest*
    52495242  eval "ac_cv_lib_$ac_lib_var=yes"
     
    52755268
    52765269echo $ac_n "checking which apint package to use""... $ac_c" 1>&6
    5277 echo "configure:5278: checking which apint package to use" >&5
     5270echo "configure:5271: checking which apint package to use" >&5
    52785271if test "${with_apint}" != gmp; then
    52795272  if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then
     
    52975290
    52985291echo $ac_n "checking whether to use libsvd""... $ac_c" 1>&6
    5299 echo "configure:5300: checking whether to use libsvd" >&5
     5292echo "configure:5293: checking whether to use libsvd" >&5
    53005293if test "$with_svd" = yes; then
    53015294  echo "$ac_t""yes" 1>&6
     
    53125305#
    53135306echo $ac_n "checking whether to have MP""... $ac_c" 1>&6
    5314 echo "configure:5315: checking whether to have MP" >&5
     5307echo "configure:5308: checking whether to have MP" >&5
    53155308if test "${with_MP}" != yes && test "${with_MP}" != no; then
    53165309  if (test "${will_have_gmp}" = yes) && \
     
    53475340
    53485341echo $ac_n "checking whether to have NTL""... $ac_c" 1>&6
    5349 echo "configure:5350: checking whether to have NTL" >&5
     5342echo "configure:5343: checking whether to have NTL" >&5
    53505343if test "${with_NTL}" = yes ; then
    53515344  echo "$ac_t""yes" 1>&6
     
    53565349
    53575350echo $ac_n "checking whether to have factory""... $ac_c" 1>&6
    5358 echo "configure:5359: checking whether to have factory" >&5
     5351echo "configure:5352: checking whether to have factory" >&5
    53595352if test "${with_factory}" != yes && test "${with_factory}" != no; then
    53605353  if test "$ac_factory_ok" =  yes || test "$enable_factory" = yes; then
     
    53875380
    53885381echo $ac_n "checking whether to have libfac""... $ac_c" 1>&6
    5389 echo "configure:5390: checking whether to have libfac" >&5
     5382echo "configure:5383: checking whether to have libfac" >&5
    53905383if test "${with_libfac}" != yes && test "${with_libfac}" != no; then
    53915384  if (test "${will_have_factory}" = yes) && \
     
    54295422
    54305423echo $ac_n "checking whether to have dbm links""... $ac_c" 1>&6
    5431 echo "configure:5432: checking whether to have dbm links" >&5
     5424echo "configure:5425: checking whether to have dbm links" >&5
    54325425if test "$with_dbm" != no; then
    54335426  cat >> confdefs.h <<\EOF
     
    54415434
    54425435echo $ac_n "checking whether to have namespaces""... $ac_c" 1>&6
    5443 echo "configure:5444: checking whether to have namespaces" >&5
     5436echo "configure:5437: checking whether to have namespaces" >&5
    54445437if test "$with_namespaces" != no; then
    54455438  echo "$ac_t""yes" 1>&6
     
    54535446
    54545447echo $ac_n "checking whether to have dynamic modules""... $ac_c" 1>&6
    5455 echo "configure:5456: checking whether to have dynamic modules" >&5
     5448echo "configure:5449: checking whether to have dynamic modules" >&5
    54565449if test "$with_dynamic_modules" = no || test "$ac_have_dl" != yes; then
    54575450  echo "$ac_t""no" 1>&6
     
    54655458
    54665459echo $ac_n "checking whether to have dynamic kernel""... $ac_c" 1>&6
    5467 echo "configure:5468: checking whether to have dynamic kernel" >&5
     5460echo "configure:5461: checking whether to have dynamic kernel" >&5
    54685461if test "$with_dynamic_kernel" != no && test "$ac_lib_dl" = yes; then
    54695462  DL_KERNEL=1
     
    54755468
    54765469echo $ac_n "checking whether to have Plural""... $ac_c" 1>&6
    5477 echo "configure:5478: checking whether to have Plural" >&5
     5470echo "configure:5471: checking whether to have Plural" >&5
    54785471if test "$with_Plural" != no && test "$enable_Plural" != no; then
    54795472  cat >> confdefs.h <<\EOF
     
    56605653s%@SFLAGS@%$SFLAGS%g
    56615654s%@SLDFLAGS@%$SLDFLAGS%g
    5662 s%@LDSO@%$LDSO%g
     5655s%@LD@%$LD%g
    56635656s%@ALLOCA@%$ALLOCA%g
    56645657s%@CXXCPP@%$CXXCPP%g
  • Singular/configure.in

    r3e96095 rca41c34  
    402402dnl AC_CHECK_LIB(ucb, index)
    403403MP_LIBS=${LIBS}
    404 if test "${LD+set}" != set; then
    405   LDSO="${LD}"
    406 else
    407   LDSO=ld
    408 fi
    409404# check for dl lib
    410405case "$ac_cv_singuname" in
     
    416411                SLDFLAGS="-fPIC -DPIC -shared"
    417412                if test "${LD+set}" != set; then
    418                   LDSO="${LD}"
    419                 else
    420                   LDSO=gcc
     413                  LD=gcc
    421414                fi
    422415                ac_lib_dl=yes
     
    430423                SLDFLAGS=-shared
    431424                if test "${LD+set}" != set; then
    432                   LDSO="${LD}"
    433                 else
    434                   LDSO=ld
     425                  LD=ld
    435426                fi
    436427                ac_lib_dl=yes
     
    442433          SLDFLAGS="-w -no_unresolved -_SYSTYPE_SVR4 -n32 -shared"
    443434          if test "${LD+set}" != set; then
    444             LDSO="${LD}"
    445           else
    446             LDSO=ld
     435            LD=ld
    447436          fi
    448437          ac_lib_dl=yes
     
    455444                SLDFLAGS=-shared
    456445                if test "${LD+set}" != set; then
    457                   LDSO="${LD}"
    458                 else
    459                   LDSO=$CC
     446                  LD=$CC
    460447                fi
    461448                ac_lib_dl=yes
     
    469456                SFLAGS="-fpic -DPIC"
    470457                SLDFLAGS="-dynamic -twolevel_namespace -weak_reference_mismatches weak -undefined dynamic_lookup"
    471                 LDSO=libtool
     458                if test "${LD+set}" != set; then
     459                  LD=libtool
     460                fi
    472461                ac_lib_dl=yes
    473462          fi
     
    479468                SFLAGS="-fpic -DPIC"
    480469                SLDFLAGS="-dynamic -twolevel_namespace -weak_reference_mismatches weak -undefined dynamic_lookup"
    481                 LDSO=libtool
     470                if test "${LD+set}" != set; then
     471                  LD=libtool
     472                fi
    482473                ac_lib_dl=yes
    483474          fi
     
    489480                SFLAGS="-fpic -DPIC"
    490481                SLDFLAGS=-shared
    491                 LDSO=ld
     482                if test "${LD+set}" != set; then
     483                  LD=ld
     484                fi
    492485                ac_lib_dl=yes
    493486          fi
     
    497490AC_SUBST(SFLAGS)
    498491AC_SUBST(SLDFLAGS)
    499 AC_SUBST(LDSO)
     492AC_SUBST(LD)
    500493LIBS=${SAVE_LIBS}
    501494
Note: See TracChangeset for help on using the changeset viewer.