Changeset 67ea5a in git for Singular/configure


Ignore:
Timestamp:
Jan 27, 2009, 7:25:59 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
a3771a2fa294bd63a632b48d298e68b0f1118e5b
Parents:
a5ee4208416ea7d11e8ca286f77d8d41523d37c9
Message:
*hannes: LD=LDSO


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

Legend:

Unmodified
Added
Removed
  • Singular/configure

    ra5ee42 r67ea5a  
    20772077
    20782078MP_LIBS=${LIBS}
     2079if test "${LD+set}" != set; then
     2080  LDSO="${LD}"
     2081else
     2082  LDSO=ld
     2083fi
    20792084# check for dl lib
    20802085case "$ac_cv_singuname" in
    20812086        HPUX*)
    20822087          echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6
    2083 echo "configure:2084: checking for shl_load in -ldld" >&5
     2088echo "configure:2089: checking for shl_load in -ldld" >&5
    20842089ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'`
    20852090if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    20892094LIBS="-ldld  $LIBS"
    20902095cat > conftest.$ac_ext <<EOF
    2091 #line 2092 "configure"
     2096#line 2097 "configure"
    20922097#include "confdefs.h"
    20932098/* Override any gcc2 internal prototype to avoid an error.  */
     
    21002105; return 0; }
    21012106EOF
    2102 if { (eval echo configure:2103: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2107if { (eval echo configure:2108: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    21032108  rm -rf conftest*
    21042109  eval "ac_cv_lib_$ac_lib_var=yes"
     
    21412146        *Linux*)
    21422147          echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
    2143 echo "configure:2144: checking for dlopen in -ldl" >&5
     2148echo "configure:2149: checking for dlopen in -ldl" >&5
    21442149ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
    21452150if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    21492154LIBS="-ldl  $LIBS"
    21502155cat > conftest.$ac_ext <<EOF
    2151 #line 2152 "configure"
     2156#line 2157 "configure"
    21522157#include "confdefs.h"
    21532158/* Override any gcc2 internal prototype to avoid an error.  */
     
    21602165; return 0; }
    21612166EOF
    2162 if { (eval echo configure:2163: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2167if { (eval echo configure:2168: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    21632168  rm -rf conftest*
    21642169  eval "ac_cv_lib_$ac_lib_var=yes"
     
    22122217        SunOS-5)
    22132218          echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
    2214 echo "configure:2215: checking for dlopen in -ldl" >&5
     2219echo "configure:2220: checking for dlopen in -ldl" >&5
    22152220ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
    22162221if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    22202225LIBS="-ldl  $LIBS"
    22212226cat > conftest.$ac_ext <<EOF
    2222 #line 2223 "configure"
     2227#line 2228 "configure"
    22232228#include "confdefs.h"
    22242229/* Override any gcc2 internal prototype to avoid an error.  */
     
    22312236; return 0; }
    22322237EOF
    2233 if { (eval echo configure:2234: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2238if { (eval echo configure:2239: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    22342239  rm -rf conftest*
    22352240  eval "ac_cv_lib_$ac_lib_var=yes"
     
    22732278        ppcMac-darwin)
    22742279          echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
    2275 echo "configure:2276: checking for dlopen in -ldl" >&5
     2280echo "configure:2281: checking for dlopen in -ldl" >&5
    22762281ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
    22772282if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    22812286LIBS="-ldl  $LIBS"
    22822287cat > conftest.$ac_ext <<EOF
    2283 #line 2284 "configure"
     2288#line 2289 "configure"
    22842289#include "confdefs.h"
    22852290/* Override any gcc2 internal prototype to avoid an error.  */
     
    22922297; return 0; }
    22932298EOF
    2294 if { (eval echo configure:2295: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2299if { (eval echo configure:2300: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    22952300  rm -rf conftest*
    22962301  eval "ac_cv_lib_$ac_lib_var=yes"
     
    23292334        ix86Mac-darwin)
    23302335          echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
    2331 echo "configure:2332: checking for dlopen in -ldl" >&5
     2336echo "configure:2337: checking for dlopen in -ldl" >&5
    23322337ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
    23332338if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    23372342LIBS="-ldl  $LIBS"
    23382343cat > conftest.$ac_ext <<EOF
    2339 #line 2340 "configure"
     2344#line 2345 "configure"
    23402345#include "confdefs.h"
    23412346/* Override any gcc2 internal prototype to avoid an error.  */
     
    23482353; return 0; }
    23492354EOF
    2350 if { (eval echo configure:2351: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2355if { (eval echo configure:2356: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    23512356  rm -rf conftest*
    23522357  eval "ac_cv_lib_$ac_lib_var=yes"
     
    23852390        ix86-freebsd)
    23862391          echo $ac_n "checking for dlopen in -lc""... $ac_c" 1>&6
    2387 echo "configure:2388: checking for dlopen in -lc" >&5
     2392echo "configure:2393: checking for dlopen in -lc" >&5
    23882393ac_lib_var=`echo c'_'dlopen | sed 'y%./+-%__p_%'`
    23892394if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    23932398LIBS="-lc  $LIBS"
    23942399cat > conftest.$ac_ext <<EOF
    2395 #line 2396 "configure"
     2400#line 2401 "configure"
    23962401#include "confdefs.h"
    23972402/* Override any gcc2 internal prototype to avoid an error.  */
     
    24042409; return 0; }
    24052410EOF
    2406 if { (eval echo configure:2407: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2411if { (eval echo configure:2412: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    24072412  rm -rf conftest*
    24082413  eval "ac_cv_lib_$ac_lib_var=yes"
     
    24492454# heder file checks
    24502455echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    2451 echo "configure:2452: checking for ANSI C header files" >&5
     2456echo "configure:2457: checking for ANSI C header files" >&5
    24522457if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    24532458  echo $ac_n "(cached) $ac_c" 1>&6
    24542459else
    24552460  cat > conftest.$ac_ext <<EOF
    2456 #line 2457 "configure"
     2461#line 2462 "configure"
    24572462#include "confdefs.h"
    24582463#include <stdlib.h>
     
    24622467EOF
    24632468ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2464 { (eval echo configure:2465: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2469{ (eval echo configure:2470: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    24652470ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    24662471if test -z "$ac_err"; then
     
    24792484  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    24802485cat > conftest.$ac_ext <<EOF
    2481 #line 2482 "configure"
     2486#line 2487 "configure"
    24822487#include "confdefs.h"
    24832488#include <string.h>
     
    24972502  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    24982503cat > conftest.$ac_ext <<EOF
    2499 #line 2500 "configure"
     2504#line 2505 "configure"
    25002505#include "confdefs.h"
    25012506#include <stdlib.h>
     
    25182523else
    25192524  cat > conftest.$ac_ext <<EOF
    2520 #line 2521 "configure"
     2525#line 2526 "configure"
    25212526#include "confdefs.h"
    25222527#include <ctype.h>
     
    25292534
    25302535EOF
    2531 if { (eval echo configure:2532: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2536if { (eval echo configure:2537: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    25322537then
    25332538  :
     
    25562561ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    25572562echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    2558 echo "configure:2559: checking for $ac_hdr" >&5
     2563echo "configure:2564: checking for $ac_hdr" >&5
    25592564if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    25602565  echo $ac_n "(cached) $ac_c" 1>&6
    25612566else
    25622567  cat > conftest.$ac_ext <<EOF
    2563 #line 2564 "configure"
     2568#line 2569 "configure"
    25642569#include "confdefs.h"
    25652570#include <$ac_hdr>
    25662571EOF
    25672572ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2568 { (eval echo configure:2569: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2573{ (eval echo configure:2574: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    25692574ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    25702575if test -z "$ac_err"; then
     
    26002605ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    26012606echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    2602 echo "configure:2603: checking for $ac_hdr" >&5
     2607echo "configure:2608: checking for $ac_hdr" >&5
    26032608if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    26042609  echo $ac_n "(cached) $ac_c" 1>&6
    26052610else
    26062611  cat > conftest.$ac_ext <<EOF
    2607 #line 2608 "configure"
     2612#line 2613 "configure"
    26082613#include "confdefs.h"
    26092614#include <$ac_hdr>
    26102615EOF
    26112616ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2612 { (eval echo configure:2613: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2617{ (eval echo configure:2618: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    26132618ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    26142619if test -z "$ac_err"; then
     
    26392644# typedefs, structures
    26402645echo $ac_n "checking for working const""... $ac_c" 1>&6
    2641 echo "configure:2642: checking for working const" >&5
     2646echo "configure:2647: checking for working const" >&5
    26422647if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    26432648  echo $ac_n "(cached) $ac_c" 1>&6
    26442649else
    26452650  cat > conftest.$ac_ext <<EOF
    2646 #line 2647 "configure"
     2651#line 2652 "configure"
    26472652#include "confdefs.h"
    26482653
     
    26932698; return 0; }
    26942699EOF
    2695 if { (eval echo configure:2696: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2700if { (eval echo configure:2701: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    26962701  rm -rf conftest*
    26972702  ac_cv_c_const=yes
     
    27142719
    27152720echo $ac_n "checking for inline""... $ac_c" 1>&6
    2716 echo "configure:2717: checking for inline" >&5
     2721echo "configure:2722: checking for inline" >&5
    27172722if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
    27182723  echo $ac_n "(cached) $ac_c" 1>&6
     
    27212726for ac_kw in inline __inline__ __inline; do
    27222727  cat > conftest.$ac_ext <<EOF
    2723 #line 2724 "configure"
     2728#line 2729 "configure"
    27242729#include "confdefs.h"
    27252730
     
    27282733; return 0; }
    27292734EOF
    2730 if { (eval echo configure:2731: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2735if { (eval echo configure:2736: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    27312736  rm -rf conftest*
    27322737  ac_cv_c_inline=$ac_kw; break
     
    27542759
    27552760echo $ac_n "checking for size_t""... $ac_c" 1>&6
    2756 echo "configure:2757: checking for size_t" >&5
     2761echo "configure:2762: checking for size_t" >&5
    27572762if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    27582763  echo $ac_n "(cached) $ac_c" 1>&6
    27592764else
    27602765  cat > conftest.$ac_ext <<EOF
    2761 #line 2762 "configure"
     2766#line 2767 "configure"
    27622767#include "confdefs.h"
    27632768#include <sys/types.h>
     
    27872792
    27882793echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
    2789 echo "configure:2790: checking whether struct tm is in sys/time.h or time.h" >&5
     2794echo "configure:2795: checking whether struct tm is in sys/time.h or time.h" >&5
    27902795if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
    27912796  echo $ac_n "(cached) $ac_c" 1>&6
    27922797else
    27932798  cat > conftest.$ac_ext <<EOF
    2794 #line 2795 "configure"
     2799#line 2800 "configure"
    27952800#include "confdefs.h"
    27962801#include <sys/types.h>
     
    28002805; return 0; }
    28012806EOF
    2802 if { (eval echo configure:2803: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2807if { (eval echo configure:2808: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    28032808  rm -rf conftest*
    28042809  ac_cv_struct_tm=time.h
     
    28212826
    28222827echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
    2823 echo "configure:2824: checking whether time.h and sys/time.h may both be included" >&5
     2828echo "configure:2829: checking whether time.h and sys/time.h may both be included" >&5
    28242829if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
    28252830  echo $ac_n "(cached) $ac_c" 1>&6
    28262831else
    28272832  cat > conftest.$ac_ext <<EOF
    2828 #line 2829 "configure"
     2833#line 2834 "configure"
    28292834#include "confdefs.h"
    28302835#include <sys/types.h>
     
    28352840; return 0; }
    28362841EOF
    2837 if { (eval echo configure:2838: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2842if { (eval echo configure:2843: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    28382843  rm -rf conftest*
    28392844  ac_cv_header_time=yes
     
    28602865# for constant arguments.  Useless!
    28612866echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
    2862 echo "configure:2863: checking for working alloca.h" >&5
     2867echo "configure:2868: checking for working alloca.h" >&5
    28632868if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    28642869  echo $ac_n "(cached) $ac_c" 1>&6
    28652870else
    28662871  cat > conftest.$ac_ext <<EOF
    2867 #line 2868 "configure"
     2872#line 2873 "configure"
    28682873#include "confdefs.h"
    28692874#include <alloca.h>
     
    28722877; return 0; }
    28732878EOF
    2874 if { (eval echo configure:2875: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2879if { (eval echo configure:2880: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    28752880  rm -rf conftest*
    28762881  ac_cv_header_alloca_h=yes
     
    28932898
    28942899echo $ac_n "checking for alloca""... $ac_c" 1>&6
    2895 echo "configure:2896: checking for alloca" >&5
     2900echo "configure:2901: checking for alloca" >&5
    28962901if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    28972902  echo $ac_n "(cached) $ac_c" 1>&6
    28982903else
    28992904  cat > conftest.$ac_ext <<EOF
    2900 #line 2901 "configure"
     2905#line 2906 "configure"
    29012906#include "confdefs.h"
    29022907
     
    29262931; return 0; }
    29272932EOF
    2928 if { (eval echo configure:2929: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2933if { (eval echo configure:2934: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    29292934  rm -rf conftest*
    29302935  ac_cv_func_alloca_works=yes
     
    29582963
    29592964echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
    2960 echo "configure:2961: checking whether alloca needs Cray hooks" >&5
     2965echo "configure:2966: checking whether alloca needs Cray hooks" >&5
    29612966if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    29622967  echo $ac_n "(cached) $ac_c" 1>&6
    29632968else
    29642969  cat > conftest.$ac_ext <<EOF
    2965 #line 2966 "configure"
     2970#line 2971 "configure"
    29662971#include "confdefs.h"
    29672972#if defined(CRAY) && ! defined(CRAY2)
     
    29882993for ac_func in _getb67 GETB67 getb67; do
    29892994  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2990 echo "configure:2991: checking for $ac_func" >&5
     2995echo "configure:2996: checking for $ac_func" >&5
    29912996if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    29922997  echo $ac_n "(cached) $ac_c" 1>&6
    29932998else
    29942999  cat > conftest.$ac_ext <<EOF
    2995 #line 2996 "configure"
     3000#line 3001 "configure"
    29963001#include "confdefs.h"
    29973002/* System header to define __stub macros and hopefully few prototypes,
     
    30163021; return 0; }
    30173022EOF
    3018 if { (eval echo configure:3019: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3023if { (eval echo configure:3024: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    30193024  rm -rf conftest*
    30203025  eval "ac_cv_func_$ac_func=yes"
     
    30433048
    30443049echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
    3045 echo "configure:3046: checking stack direction for C alloca" >&5
     3050echo "configure:3051: checking stack direction for C alloca" >&5
    30463051if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    30473052  echo $ac_n "(cached) $ac_c" 1>&6
     
    30513056else
    30523057  cat > conftest.$ac_ext <<EOF
    3053 #line 3054 "configure"
     3058#line 3059 "configure"
    30543059#include "confdefs.h"
    30553060find_stack_direction ()
     
    30703075}
    30713076EOF
    3072 if { (eval echo configure:3073: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3077if { (eval echo configure:3078: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    30733078then
    30743079  ac_cv_c_stack_direction=1
     
    30933098if test $ac_cv_prog_gcc = yes; then
    30943099    echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
    3095 echo "configure:3096: checking whether ${CC-cc} needs -traditional" >&5
     3100echo "configure:3101: checking whether ${CC-cc} needs -traditional" >&5
    30963101if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
    30973102  echo $ac_n "(cached) $ac_c" 1>&6
     
    30993104    ac_pattern="Autoconf.*'x'"
    31003105  cat > conftest.$ac_ext <<EOF
    3101 #line 3102 "configure"
     3106#line 3107 "configure"
    31023107#include "confdefs.h"
    31033108#include <sgtty.h>
     
    31173122  if test $ac_cv_prog_gcc_traditional = no; then
    31183123    cat > conftest.$ac_ext <<EOF
    3119 #line 3120 "configure"
     3124#line 3125 "configure"
    31203125#include "confdefs.h"
    31213126#include <termio.h>
     
    31423147ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    31433148echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    3144 echo "configure:3145: checking for $ac_hdr" >&5
     3149echo "configure:3150: checking for $ac_hdr" >&5
    31453150if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    31463151  echo $ac_n "(cached) $ac_c" 1>&6
    31473152else
    31483153  cat > conftest.$ac_ext <<EOF
    3149 #line 3150 "configure"
     3154#line 3155 "configure"
    31503155#include "confdefs.h"
    31513156#include <$ac_hdr>
    31523157EOF
    31533158ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3154 { (eval echo configure:3155: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3159{ (eval echo configure:3160: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    31553160ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    31563161if test -z "$ac_err"; then
     
    31813186do
    31823187echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3183 echo "configure:3184: checking for $ac_func" >&5
     3188echo "configure:3189: checking for $ac_func" >&5
    31843189if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    31853190  echo $ac_n "(cached) $ac_c" 1>&6
    31863191else
    31873192  cat > conftest.$ac_ext <<EOF
    3188 #line 3189 "configure"
     3193#line 3194 "configure"
    31893194#include "confdefs.h"
    31903195/* System header to define __stub macros and hopefully few prototypes,
     
    32093214; return 0; }
    32103215EOF
    3211 if { (eval echo configure:3212: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3216if { (eval echo configure:3217: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    32123217  rm -rf conftest*
    32133218  eval "ac_cv_func_$ac_func=yes"
     
    32343239
    32353240echo $ac_n "checking for working mmap""... $ac_c" 1>&6
    3236 echo "configure:3237: checking for working mmap" >&5
     3241echo "configure:3242: checking for working mmap" >&5
    32373242if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
    32383243  echo $ac_n "(cached) $ac_c" 1>&6
     
    32423247else
    32433248  cat > conftest.$ac_ext <<EOF
    3244 #line 3245 "configure"
     3249#line 3250 "configure"
    32453250#include "confdefs.h"
    32463251
     
    33823387
    33833388EOF
    3384 if { (eval echo configure:3385: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3389if { (eval echo configure:3390: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    33853390then
    33863391  ac_cv_func_mmap_fixed_mapped=yes
     
    34053410
    34063411echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
    3407 echo "configure:3408: checking return type of signal handlers" >&5
     3412echo "configure:3413: checking return type of signal handlers" >&5
    34083413if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
    34093414  echo $ac_n "(cached) $ac_c" 1>&6
    34103415else
    34113416  cat > conftest.$ac_ext <<EOF
    3412 #line 3413 "configure"
     3417#line 3418 "configure"
    34133418#include "confdefs.h"
    34143419#include <sys/types.h>
     
    34273432; return 0; }
    34283433EOF
    3429 if { (eval echo configure:3430: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3434if { (eval echo configure:3435: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    34303435  rm -rf conftest*
    34313436  ac_cv_type_signal=void
     
    34463451
    34473452echo $ac_n "checking for vprintf""... $ac_c" 1>&6
    3448 echo "configure:3449: checking for vprintf" >&5
     3453echo "configure:3454: checking for vprintf" >&5
    34493454if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
    34503455  echo $ac_n "(cached) $ac_c" 1>&6
    34513456else
    34523457  cat > conftest.$ac_ext <<EOF
    3453 #line 3454 "configure"
     3458#line 3459 "configure"
    34543459#include "confdefs.h"
    34553460/* System header to define __stub macros and hopefully few prototypes,
     
    34743479; return 0; }
    34753480EOF
    3476 if { (eval echo configure:3477: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3481if { (eval echo configure:3482: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    34773482  rm -rf conftest*
    34783483  eval "ac_cv_func_vprintf=yes"
     
    34983503if test "$ac_cv_func_vprintf" != yes; then
    34993504echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
    3500 echo "configure:3501: checking for _doprnt" >&5
     3505echo "configure:3506: checking for _doprnt" >&5
    35013506if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
    35023507  echo $ac_n "(cached) $ac_c" 1>&6
    35033508else
    35043509  cat > conftest.$ac_ext <<EOF
    3505 #line 3506 "configure"
     3510#line 3511 "configure"
    35063511#include "confdefs.h"
    35073512/* System header to define __stub macros and hopefully few prototypes,
     
    35263531; return 0; }
    35273532EOF
    3528 if { (eval echo configure:3529: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3533if { (eval echo configure:3534: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    35293534  rm -rf conftest*
    35303535  eval "ac_cv_func__doprnt=yes"
     
    35523557
    35533558echo $ac_n "checking for library containing setenv""... $ac_c" 1>&6
    3554 echo "configure:3555: checking for library containing setenv" >&5
     3559echo "configure:3560: checking for library containing setenv" >&5
    35553560if eval "test \"`echo '$''{'ac_cv_search_setenv'+set}'`\" = set"; then
    35563561  echo $ac_n "(cached) $ac_c" 1>&6
     
    35593564ac_cv_search_setenv="no"
    35603565cat > conftest.$ac_ext <<EOF
    3561 #line 3562 "configure"
     3566#line 3567 "configure"
    35623567#include "confdefs.h"
    35633568/* Override any gcc2 internal prototype to avoid an error.  */
     
    35703575; return 0; }
    35713576EOF
    3572 if { (eval echo configure:3573: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3577if { (eval echo configure:3578: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    35733578  rm -rf conftest*
    35743579  ac_cv_search_setenv="none required"
     
    35813586LIBS="-l$i  $ac_func_search_save_LIBS"
    35823587cat > conftest.$ac_ext <<EOF
    3583 #line 3584 "configure"
     3588#line 3589 "configure"
    35843589#include "confdefs.h"
    35853590/* Override any gcc2 internal prototype to avoid an error.  */
     
    35923597; return 0; }
    35933598EOF
    3594 if { (eval echo configure:3595: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3599if { (eval echo configure:3600: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    35953600  rm -rf conftest*
    35963601  ac_cv_search_setenv="-l$i"
     
    36163621do
    36173622echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3618 echo "configure:3619: checking for $ac_func" >&5
     3623echo "configure:3624: checking for $ac_func" >&5
    36193624if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    36203625  echo $ac_n "(cached) $ac_c" 1>&6
    36213626else
    36223627  cat > conftest.$ac_ext <<EOF
    3623 #line 3624 "configure"
     3628#line 3629 "configure"
    36243629#include "confdefs.h"
    36253630/* System header to define __stub macros and hopefully few prototypes,
     
    36443649; return 0; }
    36453650EOF
    3646 if { (eval echo configure:3647: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3651if { (eval echo configure:3652: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    36473652  rm -rf conftest*
    36483653  eval "ac_cv_func_$ac_func=yes"
     
    36733678# arithmetic shifts
    36743679echo $ac_n "checking whether your machine has correct arithmetic shifts""... $ac_c" 1>&6
    3675 echo "configure:3676: checking whether your machine has correct arithmetic shifts" >&5
     3680echo "configure:3681: checking whether your machine has correct arithmetic shifts" >&5
    36763681if eval "test \"`echo '$''{'ac_cv_shift'+set}'`\" = set"; then
    36773682  echo $ac_n "(cached) $ac_c" 1>&6
     
    36863691else
    36873692  cat > conftest.$ac_ext <<EOF
    3688 #line 3689 "configure"
     3693#line 3694 "configure"
    36893694#include "confdefs.h"
    36903695 int main() { if (-2 >> 1 == -1) return(0); else return(1); }
    36913696EOF
    3692 if { (eval echo configure:3693: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3697if { (eval echo configure:3698: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    36933698then
    36943699  ac_cv_shift=yes
     
    37153720# check for a peculiar constructor initialization
    37163721echo $ac_n "checking whether explicit C++ constructor calls are allowed""... $ac_c" 1>&6
    3717 echo "configure:3718: checking whether explicit C++ constructor calls are allowed" >&5
     3722echo "configure:3723: checking whether explicit C++ constructor calls are allowed" >&5
    37183723
    37193724ac_ext=C
     
    37283733else
    37293734  cat > conftest.$ac_ext <<EOF
    3730 #line 3731 "configure"
     3735#line 3736 "configure"
    37313736#include "confdefs.h"
    37323737
     
    37463751; return 0; }
    37473752EOF
    3748 if { (eval echo configure:3749: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3753if { (eval echo configure:3754: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    37493754  rm -rf conftest*
    37503755  ac_cv_explicit_const=yes
     
    37753780# sprintf returns number of printed chars
    37763781echo $ac_n "checking whether vsprintf returns number of printed chars""... $ac_c" 1>&6
    3777 echo "configure:3778: checking whether vsprintf returns number of printed chars" >&5
     3782echo "configure:3783: checking whether vsprintf returns number of printed chars" >&5
    37783783if eval "test \"`echo '$''{'ac_cv_returns_n_of_chars'+set}'`\" = set"; then
    37793784  echo $ac_n "(cached) $ac_c" 1>&6
     
    37833788else
    37843789  cat > conftest.$ac_ext <<EOF
    3785 #line 3786 "configure"
     3790#line 3791 "configure"
    37863791#include "confdefs.h"
    37873792#include <stdio.h>
    37883793 main() { char *str=(char*)malloc(20); if (((int) sprintf(str,"123456789")) == 9) exit(0); else exit(1); }
    37893794EOF
    3790 if { (eval echo configure:3791: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3795if { (eval echo configure:3796: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    37913796then
    37923797  ac_cv_returns_n_of_chars=yes
     
    38143819# determine ALIGN_8
    38153820echo $ac_n "checking size of char""... $ac_c" 1>&6
    3816 echo "configure:3817: checking size of char" >&5
     3821echo "configure:3822: checking size of char" >&5
    38173822if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
    38183823  echo $ac_n "(cached) $ac_c" 1>&6
     
    38223827else
    38233828  cat > conftest.$ac_ext <<EOF
    3824 #line 3825 "configure"
     3829#line 3830 "configure"
    38253830#include "confdefs.h"
    38263831#include <stdio.h>
     
    38333838}
    38343839EOF
    3835 if { (eval echo configure:3836: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3840if { (eval echo configure:3841: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    38363841then
    38373842  ac_cv_sizeof_char=`cat conftestval`
     
    38533858
    38543859echo $ac_n "checking size of short""... $ac_c" 1>&6
    3855 echo "configure:3856: checking size of short" >&5
     3860echo "configure:3861: checking size of short" >&5
    38563861if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
    38573862  echo $ac_n "(cached) $ac_c" 1>&6
     
    38613866else
    38623867  cat > conftest.$ac_ext <<EOF
    3863 #line 3864 "configure"
     3868#line 3869 "configure"
    38643869#include "confdefs.h"
    38653870#include <stdio.h>
     
    38723877}
    38733878EOF
    3874 if { (eval echo configure:3875: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3879if { (eval echo configure:3880: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    38753880then
    38763881  ac_cv_sizeof_short=`cat conftestval`
     
    38923897
    38933898echo $ac_n "checking size of int""... $ac_c" 1>&6
    3894 echo "configure:3895: checking size of int" >&5
     3899echo "configure:3900: checking size of int" >&5
    38953900if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
    38963901  echo $ac_n "(cached) $ac_c" 1>&6
     
    39003905else
    39013906  cat > conftest.$ac_ext <<EOF
    3902 #line 3903 "configure"
     3907#line 3908 "configure"
    39033908#include "confdefs.h"
    39043909#include <stdio.h>
     
    39113916}
    39123917EOF
    3913 if { (eval echo configure:3914: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3918if { (eval echo configure:3919: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    39143919then
    39153920  ac_cv_sizeof_int=`cat conftestval`
     
    39313936
    39323937echo $ac_n "checking size of long""... $ac_c" 1>&6
    3933 echo "configure:3934: checking size of long" >&5
     3938echo "configure:3939: checking size of long" >&5
    39343939if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
    39353940  echo $ac_n "(cached) $ac_c" 1>&6
     
    39393944else
    39403945  cat > conftest.$ac_ext <<EOF
    3941 #line 3942 "configure"
     3946#line 3947 "configure"
    39423947#include "confdefs.h"
    39433948#include <stdio.h>
     
    39503955}
    39513956EOF
    3952 if { (eval echo configure:3953: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3957if { (eval echo configure:3958: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    39533958then
    39543959  ac_cv_sizeof_long=`cat conftestval`
     
    39703975
    39713976echo $ac_n "checking size of void*""... $ac_c" 1>&6
    3972 echo "configure:3973: checking size of void*" >&5
     3977echo "configure:3978: checking size of void*" >&5
    39733978if eval "test \"`echo '$''{'ac_cv_sizeof_voidp'+set}'`\" = set"; then
    39743979  echo $ac_n "(cached) $ac_c" 1>&6
     
    39783983else
    39793984  cat > conftest.$ac_ext <<EOF
    3980 #line 3981 "configure"
     3985#line 3986 "configure"
    39813986#include "confdefs.h"
    39823987#include <stdio.h>
     
    39893994}
    39903995EOF
    3991 if { (eval echo configure:3992: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3996if { (eval echo configure:3997: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    39923997then
    39933998  ac_cv_sizeof_voidp=`cat conftestval`
     
    40094014
    40104015echo $ac_n "checking size of double""... $ac_c" 1>&6
    4011 echo "configure:4012: checking size of double" >&5
     4016echo "configure:4017: checking size of double" >&5
    40124017if eval "test \"`echo '$''{'ac_cv_sizeof_double'+set}'`\" = set"; then
    40134018  echo $ac_n "(cached) $ac_c" 1>&6
     
    40174022else
    40184023  cat > conftest.$ac_ext <<EOF
    4019 #line 4020 "configure"
     4024#line 4025 "configure"
    40204025#include "confdefs.h"
    40214026#include <stdio.h>
     
    40284033}
    40294034EOF
    4030 if { (eval echo configure:4031: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     4035if { (eval echo configure:4036: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    40314036then
    40324037  ac_cv_sizeof_double=`cat conftestval`
     
    40484053
    40494054echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
    4050 echo "configure:4051: checking whether byte ordering is bigendian" >&5
     4055echo "configure:4056: checking whether byte ordering is bigendian" >&5
    40514056if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
    40524057  echo $ac_n "(cached) $ac_c" 1>&6
     
    40554060# See if sys/param.h defines the BYTE_ORDER macro.
    40564061cat > conftest.$ac_ext <<EOF
    4057 #line 4058 "configure"
     4062#line 4063 "configure"
    40584063#include "confdefs.h"
    40594064#include <sys/types.h>
     
    40664071; return 0; }
    40674072EOF
    4068 if { (eval echo configure:4069: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4073if { (eval echo configure:4074: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    40694074  rm -rf conftest*
    40704075  # It does; now see whether it defined to BIG_ENDIAN or not.
    40714076cat > conftest.$ac_ext <<EOF
    4072 #line 4073 "configure"
     4077#line 4078 "configure"
    40734078#include "confdefs.h"
    40744079#include <sys/types.h>
     
    40814086; return 0; }
    40824087EOF
    4083 if { (eval echo configure:4084: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4088if { (eval echo configure:4089: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    40844089  rm -rf conftest*
    40854090  ac_cv_c_bigendian=yes
     
    41014106else
    41024107  cat > conftest.$ac_ext <<EOF
    4103 #line 4104 "configure"
     4108#line 4109 "configure"
    41044109#include "confdefs.h"
    41054110main () {
     
    41144119}
    41154120EOF
    4116 if { (eval echo configure:4117: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     4121if { (eval echo configure:4122: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    41174122then
    41184123  ac_cv_c_bigendian=no
     
    42624267
    42634268echo $ac_n "checking whether to use dynamic linking""... $ac_c" 1>&6
    4264 echo "configure:4265: checking whether to use dynamic linking" >&5
     4269echo "configure:4270: checking whether to use dynamic linking" >&5
    42654270if test "$with_dl" != no && test "$ac_lib_dl" = yes; then
    42664271  cat >> confdefs.h <<\EOF
     
    42754280
    42764281echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6
    4277 echo "configure:4278: checking for tgetent in -lncurses" >&5
     4282echo "configure:4283: checking for tgetent in -lncurses" >&5
    42784283ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'`
    42794284if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    42834288LIBS="-lncurses  $LIBS"
    42844289cat > conftest.$ac_ext <<EOF
    4285 #line 4286 "configure"
     4290#line 4291 "configure"
    42864291#include "confdefs.h"
    42874292/* Override any gcc2 internal prototype to avoid an error.  */
     
    42944299; return 0; }
    42954300EOF
    4296 if { (eval echo configure:4297: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4301if { (eval echo configure:4302: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    42974302  rm -rf conftest*
    42984303  eval "ac_cv_lib_$ac_lib_var=yes"
     
    43214326\
    43224327 echo $ac_n "checking for tgetent in -lcurses""... $ac_c" 1>&6
    4323 echo "configure:4324: checking for tgetent in -lcurses" >&5
     4328echo "configure:4329: checking for tgetent in -lcurses" >&5
    43244329ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'`
    43254330if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    43294334LIBS="-lcurses  $LIBS"
    43304335cat > conftest.$ac_ext <<EOF
    4331 #line 4332 "configure"
     4336#line 4337 "configure"
    43324337#include "confdefs.h"
    43334338/* Override any gcc2 internal prototype to avoid an error.  */
     
    43404345; return 0; }
    43414346EOF
    4342 if { (eval echo configure:4343: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4347if { (eval echo configure:4348: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    43434348  rm -rf conftest*
    43444349  eval "ac_cv_lib_$ac_lib_var=yes"
     
    43674372\
    43684373  echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6
    4369 echo "configure:4370: checking for tgetent in -ltermcap" >&5
     4374echo "configure:4375: checking for tgetent in -ltermcap" >&5
    43704375ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'`
    43714376if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    43754380LIBS="-ltermcap  $LIBS"
    43764381cat > conftest.$ac_ext <<EOF
    4377 #line 4378 "configure"
     4382#line 4383 "configure"
    43784383#include "confdefs.h"
    43794384/* Override any gcc2 internal prototype to avoid an error.  */
     
    43864391; return 0; }
    43874392EOF
    4388 if { (eval echo configure:4389: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4393if { (eval echo configure:4394: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    43894394  rm -rf conftest*
    43904395  eval "ac_cv_lib_$ac_lib_var=yes"
     
    44354440
    44364441   echo $ac_n "checking for rl_abort in -lreadline""... $ac_c" 1>&6
    4437 echo "configure:4438: checking for rl_abort in -lreadline" >&5
     4442echo "configure:4443: checking for rl_abort in -lreadline" >&5
    44384443ac_lib_var=`echo readline'_'rl_abort | sed 'y%./+-%__p_%'`
    44394444if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    44434448LIBS="-lreadline  $LIBS"
    44444449cat > conftest.$ac_ext <<EOF
    4445 #line 4446 "configure"
     4450#line 4451 "configure"
    44464451#include "confdefs.h"
    44474452/* Override any gcc2 internal prototype to avoid an error.  */
     
    44574462; return 0; }
    44584463EOF
    4459 if { (eval echo configure:4460: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4464if { (eval echo configure:4465: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    44604465  rm -rf conftest*
    44614466  eval "ac_cv_lib_$ac_lib_var=yes"
     
    44854490
    44864491   echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
    4487 echo "configure:4488: checking how to run the C++ preprocessor" >&5
     4492echo "configure:4493: checking how to run the C++ preprocessor" >&5
    44884493if test -z "$CXXCPP"; then
    44894494if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
     
    44984503  CXXCPP="${CXX-g++} -E"
    44994504  cat > conftest.$ac_ext <<EOF
    4500 #line 4501 "configure"
     4505#line 4506 "configure"
    45014506#include "confdefs.h"
    45024507#include <stdlib.h>
    45034508EOF
    45044509ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4505 { (eval echo configure:4506: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4510{ (eval echo configure:4511: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    45064511ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    45074512if test -z "$ac_err"; then
     
    45314536ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    45324537echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    4533 echo "configure:4534: checking for $ac_hdr" >&5
     4538echo "configure:4539: checking for $ac_hdr" >&5
    45344539if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    45354540  echo $ac_n "(cached) $ac_c" 1>&6
    45364541else
    45374542  cat > conftest.$ac_ext <<EOF
    4538 #line 4539 "configure"
     4543#line 4544 "configure"
    45394544#include "confdefs.h"
    45404545#include <$ac_hdr>
    45414546EOF
    45424547ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4543 { (eval echo configure:4544: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4548{ (eval echo configure:4549: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    45444549ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    45454550if test -z "$ac_err"; then
     
    45704575      test "$ac_cv_header_readline_readline_h" = yes; then
    45714576     echo $ac_n "checking whether readline.h is ok""... $ac_c" 1>&6
    4572 echo "configure:4573: checking whether readline.h is ok" >&5
     4577echo "configure:4578: checking whether readline.h is ok" >&5
    45734578     if eval "test \"`echo '$''{'ac_cv_header_readline_readline_h_ok'+set}'`\" = set"; then
    45744579  echo $ac_n "(cached) $ac_c" 1>&6
    45754580else
    45764581  cat > conftest.$ac_ext <<EOF
    4577 #line 4578 "configure"
     4582#line 4583 "configure"
    45784583#include "confdefs.h"
    45794584#include<unistd.h>
     
    45884593; return 0; }
    45894594EOF
    4590 if { (eval echo configure:4591: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4595if { (eval echo configure:4596: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    45914596  rm -rf conftest*
    45924597  ac_cv_header_readline_readline_h_ok="yes"
     
    46044609#not ok -- try once more with explicitly declaring everything
    46054610      echo $ac_n "checking whether or not we nevertheless can use readline""... $ac_c" 1>&6
    4606 echo "configure:4607: checking whether or not we nevertheless can use readline" >&5
     4611echo "configure:4612: checking whether or not we nevertheless can use readline" >&5
    46074612      if eval "test \"`echo '$''{'ac_cv_have_readline'+set}'`\" = set"; then
    46084613  echo $ac_n "(cached) $ac_c" 1>&6
    46094614else
    46104615  cat > conftest.$ac_ext <<EOF
    4611 #line 4612 "configure"
     4616#line 4617 "configure"
    46124617#include "confdefs.h"
    46134618#include <stdio.h>
     
    46434648; return 0; }
    46444649EOF
    4645 if { (eval echo configure:4646: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4650if { (eval echo configure:4651: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    46464651  rm -rf conftest*
    46474652  ac_cv_have_readline="yes"
     
    46824687
    46834688echo $ac_n "checking which readline to use""... $ac_c" 1>&6
    4684 echo "configure:4685: checking which readline to use" >&5
     4689echo "configure:4690: checking which readline to use" >&5
    46854690if test "$ac_cv_with_readline" = dynamic; then
    46864691  echo "$ac_t""dynamic" 1>&6
     
    47024707# gmp, MP, MPT, factory, libfac
    47034708echo $ac_n "checking for main in -lgmp""... $ac_c" 1>&6
    4704 echo "configure:4705: checking for main in -lgmp" >&5
     4709echo "configure:4710: checking for main in -lgmp" >&5
    47054710ac_lib_var=`echo gmp'_'main | sed 'y%./+-%__p_%'`
    47064711if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    47104715LIBS="-lgmp  $LIBS"
    47114716cat > conftest.$ac_ext <<EOF
    4712 #line 4713 "configure"
     4717#line 4718 "configure"
    47134718#include "confdefs.h"
    47144719
     
    47174722; return 0; }
    47184723EOF
    4719 if { (eval echo configure:4720: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4724if { (eval echo configure:4725: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    47204725  rm -rf conftest*
    47214726  eval "ac_cv_lib_$ac_lib_var=yes"
     
    47464751SAVE_LIBS=$LIBS
    47474752echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6
    4748 echo "configure:4749: checking for IMP_PutGmpInt in -lMP" >&5
     4753echo "configure:4754: checking for IMP_PutGmpInt in -lMP" >&5
    47494754ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'`
    47504755if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    47544759LIBS="-lMP $MP_LIBS $LIBS"
    47554760cat > conftest.$ac_ext <<EOF
    4756 #line 4757 "configure"
     4761#line 4762 "configure"
    47574762#include "confdefs.h"
    47584763/* Override any gcc2 internal prototype to avoid an error.  */
     
    47654770; return 0; }
    47664771EOF
    4767 if { (eval echo configure:4768: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4772if { (eval echo configure:4773: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    47684773  rm -rf conftest*
    47694774  eval "ac_cv_lib_$ac_lib_var=yes"
     
    47934798
    47944799echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6
    4795 echo "configure:4796: checking for MPT_GetTree in -lMPT" >&5
     4800echo "configure:4801: checking for MPT_GetTree in -lMPT" >&5
    47964801ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'`
    47974802if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    48014806LIBS="-lMPT $MP_LIBS $LIBS"
    48024807cat > conftest.$ac_ext <<EOF
    4803 #line 4804 "configure"
     4808#line 4809 "configure"
    48044809#include "confdefs.h"
    48054810/* Override any gcc2 internal prototype to avoid an error.  */
     
    48124817; return 0; }
    48134818EOF
    4814 if { (eval echo configure:4815: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4819if { (eval echo configure:4820: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    48154820  rm -rf conftest*
    48164821  eval "ac_cv_lib_$ac_lib_var=yes"
     
    48414846LIBS=$SAVE_LIBS
    48424847echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6
    4843 echo "configure:4844: checking for atof in -lsingcf" >&5
     4848echo "configure:4849: checking for atof in -lsingcf" >&5
    48444849ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'`
    48454850if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    48494854LIBS="-lsingcf  $LIBS"
    48504855cat > conftest.$ac_ext <<EOF
    4851 #line 4852 "configure"
     4856#line 4857 "configure"
    48524857#include "confdefs.h"
    48534858/* Override any gcc2 internal prototype to avoid an error.  */
     
    48604865; return 0; }
    48614866EOF
    4862 if { (eval echo configure:4863: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4867if { (eval echo configure:4868: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    48634868  rm -rf conftest*
    48644869  eval "ac_cv_lib_$ac_lib_var=yes"
     
    48884893
    48894894echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6
    4890 echo "configure:4891: checking for atof in -lsingfac" >&5
     4895echo "configure:4896: checking for atof in -lsingfac" >&5
    48914896ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'`
    48924897if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    48964901LIBS="-lsingfac  $LIBS"
    48974902cat > conftest.$ac_ext <<EOF
    4898 #line 4899 "configure"
     4903#line 4904 "configure"
    48994904#include "confdefs.h"
    49004905/* Override any gcc2 internal prototype to avoid an error.  */
     
    49074912; return 0; }
    49084913EOF
    4909 if { (eval echo configure:4910: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4914if { (eval echo configure:4915: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    49104915  rm -rf conftest*
    49114916  eval "ac_cv_lib_$ac_lib_var=yes"
     
    49354940
    49364941echo $ac_n "checking for omTestAddr in -lomalloc""... $ac_c" 1>&6
    4937 echo "configure:4938: checking for omTestAddr in -lomalloc" >&5
     4942echo "configure:4943: checking for omTestAddr in -lomalloc" >&5
    49384943ac_lib_var=`echo omalloc'_'omTestAddr | sed 'y%./+-%__p_%'`
    49394944if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    49434948LIBS="-lomalloc  $LIBS"
    49444949cat > conftest.$ac_ext <<EOF
    4945 #line 4946 "configure"
     4950#line 4951 "configure"
    49464951#include "confdefs.h"
    49474952/* Override any gcc2 internal prototype to avoid an error.  */
     
    49544959; return 0; }
    49554960EOF
    4956 if { (eval echo configure:4957: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4961if { (eval echo configure:4962: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    49574962  rm -rf conftest*
    49584963  eval "ac_cv_lib_$ac_lib_var=yes"
     
    49824987
    49834988echo $ac_n "checking for main in -lomalloc_ndebug""... $ac_c" 1>&6
    4984 echo "configure:4985: checking for main in -lomalloc_ndebug" >&5
     4989echo "configure:4990: checking for main in -lomalloc_ndebug" >&5
    49854990ac_lib_var=`echo omalloc_ndebug'_'main | sed 'y%./+-%__p_%'`
    49864991if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    49904995LIBS="-lomalloc_ndebug  $LIBS"
    49914996cat > conftest.$ac_ext <<EOF
    4992 #line 4993 "configure"
     4997#line 4998 "configure"
    49934998#include "confdefs.h"
    49944999
     
    49975002; return 0; }
    49985003EOF
    4999 if { (eval echo configure:5000: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5004if { (eval echo configure:5005: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    50005005  rm -rf conftest*
    50015006  eval "ac_cv_lib_$ac_lib_var=yes"
     
    50255030
    50265031echo $ac_n "checking for main in -lntl""... $ac_c" 1>&6
    5027 echo "configure:5028: checking for main in -lntl" >&5
     5032echo "configure:5033: checking for main in -lntl" >&5
    50285033ac_lib_var=`echo ntl'_'main | sed 'y%./+-%__p_%'`
    50295034if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    50335038LIBS="-lntl  $LIBS"
    50345039cat > conftest.$ac_ext <<EOF
    5035 #line 5036 "configure"
     5040#line 5041 "configure"
    50365041#include "confdefs.h"
    50375042
     
    50405045; return 0; }
    50415046EOF
    5042 if { (eval echo configure:5043: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5047if { (eval echo configure:5048: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    50435048  rm -rf conftest*
    50445049  eval "ac_cv_lib_$ac_lib_var=yes"
     
    50735078ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    50745079echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    5075 echo "configure:5076: checking for $ac_hdr" >&5
     5080echo "configure:5081: checking for $ac_hdr" >&5
    50765081if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    50775082  echo $ac_n "(cached) $ac_c" 1>&6
    50785083else
    50795084  cat > conftest.$ac_ext <<EOF
    5080 #line 5081 "configure"
     5085#line 5086 "configure"
    50815086#include "confdefs.h"
    50825087#include <$ac_hdr>
    50835088EOF
    50845089ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    5085 { (eval echo configure:5086: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     5090{ (eval echo configure:5091: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    50865091ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    50875092if test -z "$ac_err"; then
     
    51115116
    51125117echo $ac_n "checking whether to use Boost""... $ac_c" 1>&6
    5113 echo "configure:5114: checking whether to use Boost" >&5
     5118echo "configure:5119: checking whether to use Boost" >&5
    51145119if test "$with_Boost" != no; then
    51155120  echo "$ac_t""yes" 1>&6
     
    51265131ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    51275132echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    5128 echo "configure:5129: checking for $ac_hdr" >&5
     5133echo "configure:5134: checking for $ac_hdr" >&5
    51295134if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    51305135  echo $ac_n "(cached) $ac_c" 1>&6
    51315136else
    51325137  cat > conftest.$ac_ext <<EOF
    5133 #line 5134 "configure"
     5138#line 5139 "configure"
    51345139#include "confdefs.h"
    51355140#include <$ac_hdr>
    51365141EOF
    51375142ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    5138 { (eval echo configure:5139: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     5143{ (eval echo configure:5144: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    51395144ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    51405145if test -z "$ac_err"; then
     
    51725177  echo "$ac_t""no" 1>&6
    51735178  echo $ac_n "checking whether to use std::vector""... $ac_c" 1>&6
    5174 echo "configure:5175: checking whether to use std::vector" >&5
     5179echo "configure:5180: checking whether to use std::vector" >&5
    51755180  if test "$with_stdvec" != yes; then
    51765181    echo "$ac_t""no" 1>&6
     
    52215226SAVE_LIBS=$LIBS
    52225227echo $ac_n "checking for __stack_chk_fail_local in -lc_nonshared""... $ac_c" 1>&6
    5223 echo "configure:5224: checking for __stack_chk_fail_local in -lc_nonshared" >&5
     5228echo "configure:5229: checking for __stack_chk_fail_local in -lc_nonshared" >&5
    52245229ac_lib_var=`echo c_nonshared'_'__stack_chk_fail_local | sed 'y%./+-%__p_%'`
    52255230if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    52295234LIBS="-lc_nonshared  $LIBS"
    52305235cat > conftest.$ac_ext <<EOF
    5231 #line 5232 "configure"
     5236#line 5237 "configure"
    52325237#include "confdefs.h"
    52335238/* Override any gcc2 internal prototype to avoid an error.  */
     
    52405245; return 0; }
    52415246EOF
    5242 if { (eval echo configure:5243: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5247if { (eval echo configure:5248: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    52435248  rm -rf conftest*
    52445249  eval "ac_cv_lib_$ac_lib_var=yes"
     
    52705275
    52715276echo $ac_n "checking which apint package to use""... $ac_c" 1>&6
    5272 echo "configure:5273: checking which apint package to use" >&5
     5277echo "configure:5278: checking which apint package to use" >&5
    52735278if test "${with_apint}" != gmp; then
    52745279  if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then
     
    52925297
    52935298echo $ac_n "checking whether to use libsvd""... $ac_c" 1>&6
    5294 echo "configure:5295: checking whether to use libsvd" >&5
     5299echo "configure:5300: checking whether to use libsvd" >&5
    52955300if test "$with_svd" = yes; then
    52965301  echo "$ac_t""yes" 1>&6
     
    53075312#
    53085313echo $ac_n "checking whether to have MP""... $ac_c" 1>&6
    5309 echo "configure:5310: checking whether to have MP" >&5
     5314echo "configure:5315: checking whether to have MP" >&5
    53105315if test "${with_MP}" != yes && test "${with_MP}" != no; then
    53115316  if (test "${will_have_gmp}" = yes) && \
     
    53425347
    53435348echo $ac_n "checking whether to have NTL""... $ac_c" 1>&6
    5344 echo "configure:5345: checking whether to have NTL" >&5
     5349echo "configure:5350: checking whether to have NTL" >&5
    53455350if test "${with_NTL}" = yes ; then
    53465351  echo "$ac_t""yes" 1>&6
     
    53515356
    53525357echo $ac_n "checking whether to have factory""... $ac_c" 1>&6
    5353 echo "configure:5354: checking whether to have factory" >&5
     5358echo "configure:5359: checking whether to have factory" >&5
    53545359if test "${with_factory}" != yes && test "${with_factory}" != no; then
    53555360  if test "$ac_factory_ok" =  yes || test "$enable_factory" = yes; then
     
    53825387
    53835388echo $ac_n "checking whether to have libfac""... $ac_c" 1>&6
    5384 echo "configure:5385: checking whether to have libfac" >&5
     5389echo "configure:5390: checking whether to have libfac" >&5
    53855390if test "${with_libfac}" != yes && test "${with_libfac}" != no; then
    53865391  if (test "${will_have_factory}" = yes) && \
     
    54245429
    54255430echo $ac_n "checking whether to have dbm links""... $ac_c" 1>&6
    5426 echo "configure:5427: checking whether to have dbm links" >&5
     5431echo "configure:5432: checking whether to have dbm links" >&5
    54275432if test "$with_dbm" != no; then
    54285433  cat >> confdefs.h <<\EOF
     
    54365441
    54375442echo $ac_n "checking whether to have namespaces""... $ac_c" 1>&6
    5438 echo "configure:5439: checking whether to have namespaces" >&5
     5443echo "configure:5444: checking whether to have namespaces" >&5
    54395444if test "$with_namespaces" != no; then
    54405445  echo "$ac_t""yes" 1>&6
     
    54485453
    54495454echo $ac_n "checking whether to have dynamic modules""... $ac_c" 1>&6
    5450 echo "configure:5451: checking whether to have dynamic modules" >&5
     5455echo "configure:5456: checking whether to have dynamic modules" >&5
    54515456if test "$with_dynamic_modules" = no || test "$ac_have_dl" != yes; then
    54525457  echo "$ac_t""no" 1>&6
     
    54605465
    54615466echo $ac_n "checking whether to have dynamic kernel""... $ac_c" 1>&6
    5462 echo "configure:5463: checking whether to have dynamic kernel" >&5
     5467echo "configure:5468: checking whether to have dynamic kernel" >&5
    54635468if test "$with_dynamic_kernel" != no && test "$ac_lib_dl" = yes; then
    54645469  DL_KERNEL=1
     
    54705475
    54715476echo $ac_n "checking whether to have Plural""... $ac_c" 1>&6
    5472 echo "configure:5473: checking whether to have Plural" >&5
     5477echo "configure:5478: checking whether to have Plural" >&5
    54735478if test "$with_Plural" != no && test "$enable_Plural" != no; then
    54745479  cat >> confdefs.h <<\EOF
Note: See TracChangeset for help on using the changeset viewer.