Changeset f5f439 in git for Singular/configure


Ignore:
Timestamp:
Dec 14, 2000, 3:22:27 PM (23 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
d3ff792fa6d578c0dc08b8f171167fdf828adb12
Parents:
0135574a99dbf474cd1082ac054b1527f32eaf6f
Message:
--no-rtti stuff


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

Legend:

Unmodified
Added
Removed
  • Singular/configure

    r013557 rf5f439  
    12091209temp_cflags=${CXXFLAGS}
    12101210
     1211ac_ext=C
     1212# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
     1213ac_cpp='$CXXCPP $CPPFLAGS'
     1214ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
     1215ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
     1216cross_compiling=$ac_cv_prog_cxx_cross
     1217
    12111218# check whether gcc accepts --no-rtti
    12121219echo $ac_n "checking whether gcc accepts --no-rtti""... $ac_c" 1>&6
    1213 echo "configure:1214: checking whether gcc accepts --no-rtti" >&5
     1220echo "configure:1221: checking whether gcc accepts --no-rtti" >&5
    12141221CXXFLAGS="${CXXFLAGS} --no-rtti"
    12151222if eval "test \"`echo '$''{'ac_cv_cxx_have_rtti'+set}'`\" = set"; then
     
    12171224else
    12181225  cat > conftest.$ac_ext <<EOF
    1219 #line 1220 "configure"
     1226#line 1227 "configure"
    12201227#include "confdefs.h"
    12211228
     
    12241231; return 0; }
    12251232EOF
    1226 if { (eval echo configure:1227: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1233if { (eval echo configure:1234: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    12271234  rm -rf conftest*
    12281235  ac_cv_cxx_have_rtti=yes
     
    12461253# check whether gcc accepts --no-exceptions
    12471254echo $ac_n "checking whether gcc accepts --no-exceptions""... $ac_c" 1>&6
    1248 echo "configure:1249: checking whether gcc accepts --no-exceptions" >&5
     1255echo "configure:1256: checking whether gcc accepts --no-exceptions" >&5
    12491256CXXFLAGS="${CXXFLAGS} --no-exceptions"
    12501257if eval "test \"`echo '$''{'ac_cv_cxx_have_exceptions'+set}'`\" = set"; then
     
    12521259else
    12531260  cat > conftest.$ac_ext <<EOF
    1254 #line 1255 "configure"
     1261#line 1262 "configure"
    12551262#include "confdefs.h"
    12561263
     
    12591266; return 0; }
    12601267EOF
    1261 if { (eval echo configure:1262: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1268if { (eval echo configure:1269: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    12621269  rm -rf conftest*
    12631270  ac_cv_cxx_have_exceptions=yes
     
    12791286fi
    12801287
     1288ac_ext=c
     1289# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
     1290ac_cpp='$CPP $CPPFLAGS'
     1291ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
     1292ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
     1293cross_compiling=$ac_cv_prog_cc_cross
     1294
    12811295CXXFLAGS=$temp_flags
    12821296
     
    12851299# check whether the compiler accepts -pipe
    12861300echo $ac_n "checking whether compiler accepts -pipe""... $ac_c" 1>&6
    1287 echo "configure:1288: checking whether compiler accepts -pipe" >&5
     1301echo "configure:1302: checking whether compiler accepts -pipe" >&5
    12881302temp_cflags=${CFLAGS}
    12891303CFLAGS="${CFLAGS} -pipe"
     
    12921306else
    12931307  cat > conftest.$ac_ext <<EOF
    1294 #line 1295 "configure"
     1308#line 1309 "configure"
    12951309#include "confdefs.h"
    12961310
     
    12991313; return 0; }
    13001314EOF
    1301 if { (eval echo configure:1302: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1315if { (eval echo configure:1316: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    13021316  rm -rf conftest*
    13031317  ac_cv_cxx_have_pipe=yes
     
    13231337# Customize CFLAGS
    13241338echo $ac_n "checking whether _AIX is defined""... $ac_c" 1>&6
    1325 echo "configure:1326: checking whether _AIX is defined" >&5
     1339echo "configure:1340: checking whether _AIX is defined" >&5
    13261340if eval "test \"`echo '$''{'ac_cv_is_aix'+set}'`\" = set"; then
    13271341  echo $ac_n "(cached) $ac_c" 1>&6
    13281342else
    13291343  cat > conftest.$ac_ext <<EOF
    1330 #line 1331 "configure"
     1344#line 1345 "configure"
    13311345#include "confdefs.h"
    13321346#ifdef _AIX
     
    13791393
    13801394echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    1381 echo "configure:1382: checking whether ${MAKE-make} sets \${MAKE}" >&5
     1395echo "configure:1396: checking whether ${MAKE-make} sets \${MAKE}" >&5
    13821396set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    13831397if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    14571471if test "${with_lex+set}" != set; then
    14581472  echo $ac_n "checking for flex""... $ac_c" 1>&6
    1459 echo "configure:1460: checking for flex" >&5
     1473echo "configure:1474: checking for flex" >&5
    14601474    if eval "test \"`echo '$''{'ac_cv_prog_flex'+set}'`\" = set"; then
    14611475  echo $ac_n "(cached) $ac_c" 1>&6
     
    14881502set dummy $ac_prog; ac_word=$2
    14891503echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1490 echo "configure:1491: checking for $ac_word" >&5
     1504echo "configure:1505: checking for $ac_word" >&5
    14911505if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
    14921506  echo $ac_n "(cached) $ac_c" 1>&6
     
    15281542set dummy $ac_prog; ac_word=$2
    15291543echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1530 echo "configure:1531: checking for $ac_word" >&5
     1544echo "configure:1545: checking for $ac_word" >&5
    15311545if eval "test \"`echo '$''{'ac_cv_prog_BISON'+set}'`\" = set"; then
    15321546  echo $ac_n "(cached) $ac_c" 1>&6
     
    15631577# ln -s
    15641578echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    1565 echo "configure:1566: checking whether ln -s works" >&5
     1579echo "configure:1580: checking whether ln -s works" >&5
    15661580if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    15671581  echo $ac_n "(cached) $ac_c" 1>&6
     
    15891603set dummy $ac_prog; ac_word=$2
    15901604echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1591 echo "configure:1592: checking for $ac_word" >&5
     1605echo "configure:1606: checking for $ac_word" >&5
    15921606if eval "test \"`echo '$''{'ac_cv_prog_PERL'+set}'`\" = set"; then
    15931607  echo $ac_n "(cached) $ac_c" 1>&6
     
    16211635# lib checks
    16221636echo $ac_n "checking for atof in -lm""... $ac_c" 1>&6
    1623 echo "configure:1624: checking for atof in -lm" >&5
     1637echo "configure:1638: checking for atof in -lm" >&5
    16241638ac_lib_var=`echo m'_'atof | sed 'y%./+-%__p_%'`
    16251639if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    16291643LIBS="-lm  $LIBS"
    16301644cat > conftest.$ac_ext <<EOF
    1631 #line 1632 "configure"
     1645#line 1646 "configure"
    16321646#include "confdefs.h"
    16331647/* Override any gcc2 internal prototype to avoid an error.  */
     
    16401654; return 0; }
    16411655EOF
    1642 if { (eval echo configure:1643: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1656if { (eval echo configure:1657: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    16431657  rm -rf conftest*
    16441658  eval "ac_cv_lib_$ac_lib_var=yes"
     
    16701684LIBS=
    16711685
    1672 
    16731686# check for dl lib
    16741687case "$ac_cv_singuname" in
    16751688        HPUX*)
    16761689          echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6
    1677 echo "configure:1678: checking for shl_load in -ldld" >&5
     1690echo "configure:1691: checking for shl_load in -ldld" >&5
    16781691ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'`
    16791692if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    16831696LIBS="-ldld  $LIBS"
    16841697cat > conftest.$ac_ext <<EOF
    1685 #line 1686 "configure"
     1698#line 1699 "configure"
    16861699#include "confdefs.h"
    16871700/* Override any gcc2 internal prototype to avoid an error.  */
     
    16941707; return 0; }
    16951708EOF
    1696 if { (eval echo configure:1697: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1709if { (eval echo configure:1710: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    16971710  rm -rf conftest*
    16981711  eval "ac_cv_lib_$ac_lib_var=yes"
     
    17301743        *Linux*)
    17311744          echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
    1732 echo "configure:1733: checking for dlopen in -ldl" >&5
     1745echo "configure:1746: checking for dlopen in -ldl" >&5
    17331746ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
    17341747if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    17381751LIBS="-ldl  $LIBS"
    17391752cat > conftest.$ac_ext <<EOF
    1740 #line 1741 "configure"
     1753#line 1754 "configure"
    17411754#include "confdefs.h"
    17421755/* Override any gcc2 internal prototype to avoid an error.  */
     
    17491762; return 0; }
    17501763EOF
    1751 if { (eval echo configure:1752: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1764if { (eval echo configure:1765: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    17521765  rm -rf conftest*
    17531766  eval "ac_cv_lib_$ac_lib_var=yes"
     
    17921805# heder file checks
    17931806echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    1794 echo "configure:1795: checking for ANSI C header files" >&5
     1807echo "configure:1808: checking for ANSI C header files" >&5
    17951808if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    17961809  echo $ac_n "(cached) $ac_c" 1>&6
    17971810else
    17981811  cat > conftest.$ac_ext <<EOF
    1799 #line 1800 "configure"
     1812#line 1813 "configure"
    18001813#include "confdefs.h"
    18011814#include <stdlib.h>
     
    18051818EOF
    18061819ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1807 { (eval echo configure:1808: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1820{ (eval echo configure:1821: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    18081821ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    18091822if test -z "$ac_err"; then
     
    18221835  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    18231836cat > conftest.$ac_ext <<EOF
    1824 #line 1825 "configure"
     1837#line 1838 "configure"
    18251838#include "confdefs.h"
    18261839#include <string.h>
     
    18401853  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    18411854cat > conftest.$ac_ext <<EOF
    1842 #line 1843 "configure"
     1855#line 1856 "configure"
    18431856#include "confdefs.h"
    18441857#include <stdlib.h>
     
    18611874else
    18621875  cat > conftest.$ac_ext <<EOF
    1863 #line 1864 "configure"
     1876#line 1877 "configure"
    18641877#include "confdefs.h"
    18651878#include <ctype.h>
     
    18721885
    18731886EOF
    1874 if { (eval echo configure:1875: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1887if { (eval echo configure:1888: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    18751888then
    18761889  :
     
    18991912ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    19001913echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    1901 echo "configure:1902: checking for $ac_hdr" >&5
     1914echo "configure:1915: checking for $ac_hdr" >&5
    19021915if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    19031916  echo $ac_n "(cached) $ac_c" 1>&6
    19041917else
    19051918  cat > conftest.$ac_ext <<EOF
    1906 #line 1907 "configure"
     1919#line 1920 "configure"
    19071920#include "confdefs.h"
    19081921#include <$ac_hdr>
    19091922EOF
    19101923ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1911 { (eval echo configure:1912: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1924{ (eval echo configure:1925: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    19121925ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    19131926if test -z "$ac_err"; then
     
    19411954ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    19421955echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    1943 echo "configure:1944: checking for $ac_hdr" >&5
     1956echo "configure:1957: checking for $ac_hdr" >&5
    19441957if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    19451958  echo $ac_n "(cached) $ac_c" 1>&6
    19461959else
    19471960  cat > conftest.$ac_ext <<EOF
    1948 #line 1949 "configure"
     1961#line 1962 "configure"
    19491962#include "confdefs.h"
    19501963#include <$ac_hdr>
    19511964EOF
    19521965ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1953 { (eval echo configure:1954: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1966{ (eval echo configure:1967: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    19541967ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    19551968if test -z "$ac_err"; then
     
    19801993# typedefs, structures
    19811994echo $ac_n "checking for working const""... $ac_c" 1>&6
    1982 echo "configure:1983: checking for working const" >&5
     1995echo "configure:1996: checking for working const" >&5
    19831996if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    19841997  echo $ac_n "(cached) $ac_c" 1>&6
    19851998else
    19861999  cat > conftest.$ac_ext <<EOF
    1987 #line 1988 "configure"
     2000#line 2001 "configure"
    19882001#include "confdefs.h"
    19892002
     
    20342047; return 0; }
    20352048EOF
    2036 if { (eval echo configure:2037: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2049if { (eval echo configure:2050: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    20372050  rm -rf conftest*
    20382051  ac_cv_c_const=yes
     
    20552068
    20562069echo $ac_n "checking for inline""... $ac_c" 1>&6
    2057 echo "configure:2058: checking for inline" >&5
     2070echo "configure:2071: checking for inline" >&5
    20582071if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
    20592072  echo $ac_n "(cached) $ac_c" 1>&6
     
    20622075for ac_kw in inline __inline__ __inline; do
    20632076  cat > conftest.$ac_ext <<EOF
    2064 #line 2065 "configure"
     2077#line 2078 "configure"
    20652078#include "confdefs.h"
    20662079
     
    20692082; return 0; }
    20702083EOF
    2071 if { (eval echo configure:2072: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2084if { (eval echo configure:2085: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    20722085  rm -rf conftest*
    20732086  ac_cv_c_inline=$ac_kw; break
     
    20952108
    20962109echo $ac_n "checking for size_t""... $ac_c" 1>&6
    2097 echo "configure:2098: checking for size_t" >&5
     2110echo "configure:2111: checking for size_t" >&5
    20982111if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    20992112  echo $ac_n "(cached) $ac_c" 1>&6
    21002113else
    21012114  cat > conftest.$ac_ext <<EOF
    2102 #line 2103 "configure"
     2115#line 2116 "configure"
    21032116#include "confdefs.h"
    21042117#include <sys/types.h>
     
    21282141
    21292142echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
    2130 echo "configure:2131: checking whether time.h and sys/time.h may both be included" >&5
     2143echo "configure:2144: checking whether time.h and sys/time.h may both be included" >&5
    21312144if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
    21322145  echo $ac_n "(cached) $ac_c" 1>&6
    21332146else
    21342147  cat > conftest.$ac_ext <<EOF
    2135 #line 2136 "configure"
     2148#line 2149 "configure"
    21362149#include "confdefs.h"
    21372150#include <sys/types.h>
     
    21422155; return 0; }
    21432156EOF
    2144 if { (eval echo configure:2145: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2157if { (eval echo configure:2158: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    21452158  rm -rf conftest*
    21462159  ac_cv_header_time=yes
     
    21632176
    21642177echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
    2165 echo "configure:2166: checking whether struct tm is in sys/time.h or time.h" >&5
     2178echo "configure:2179: checking whether struct tm is in sys/time.h or time.h" >&5
    21662179if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
    21672180  echo $ac_n "(cached) $ac_c" 1>&6
    21682181else
    21692182  cat > conftest.$ac_ext <<EOF
    2170 #line 2171 "configure"
     2183#line 2184 "configure"
    21712184#include "confdefs.h"
    21722185#include <sys/types.h>
     
    21762189; return 0; }
    21772190EOF
    2178 if { (eval echo configure:2179: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2191if { (eval echo configure:2192: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    21792192  rm -rf conftest*
    21802193  ac_cv_struct_tm=time.h
     
    22012214# for constant arguments.  Useless!
    22022215echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
    2203 echo "configure:2204: checking for working alloca.h" >&5
     2216echo "configure:2217: checking for working alloca.h" >&5
    22042217if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    22052218  echo $ac_n "(cached) $ac_c" 1>&6
    22062219else
    22072220  cat > conftest.$ac_ext <<EOF
    2208 #line 2209 "configure"
     2221#line 2222 "configure"
    22092222#include "confdefs.h"
    22102223#include <alloca.h>
     
    22132226; return 0; }
    22142227EOF
    2215 if { (eval echo configure:2216: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2228if { (eval echo configure:2229: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    22162229  rm -rf conftest*
    22172230  ac_cv_header_alloca_h=yes
     
    22342247
    22352248echo $ac_n "checking for alloca""... $ac_c" 1>&6
    2236 echo "configure:2237: checking for alloca" >&5
     2249echo "configure:2250: checking for alloca" >&5
    22372250if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    22382251  echo $ac_n "(cached) $ac_c" 1>&6
    22392252else
    22402253  cat > conftest.$ac_ext <<EOF
    2241 #line 2242 "configure"
     2254#line 2255 "configure"
    22422255#include "confdefs.h"
    22432256
     
    22672280; return 0; }
    22682281EOF
    2269 if { (eval echo configure:2270: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2282if { (eval echo configure:2283: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    22702283  rm -rf conftest*
    22712284  ac_cv_func_alloca_works=yes
     
    22992312
    23002313echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
    2301 echo "configure:2302: checking whether alloca needs Cray hooks" >&5
     2314echo "configure:2315: checking whether alloca needs Cray hooks" >&5
    23022315if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    23032316  echo $ac_n "(cached) $ac_c" 1>&6
    23042317else
    23052318  cat > conftest.$ac_ext <<EOF
    2306 #line 2307 "configure"
     2319#line 2320 "configure"
    23072320#include "confdefs.h"
    23082321#if defined(CRAY) && ! defined(CRAY2)
     
    23292342for ac_func in _getb67 GETB67 getb67; do
    23302343  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2331 echo "configure:2332: checking for $ac_func" >&5
     2344echo "configure:2345: checking for $ac_func" >&5
    23322345if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    23332346  echo $ac_n "(cached) $ac_c" 1>&6
    23342347else
    23352348  cat > conftest.$ac_ext <<EOF
    2336 #line 2337 "configure"
     2349#line 2350 "configure"
    23372350#include "confdefs.h"
    23382351/* System header to define __stub macros and hopefully few prototypes,
     
    23572370; return 0; }
    23582371EOF
    2359 if { (eval echo configure:2360: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2372if { (eval echo configure:2373: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    23602373  rm -rf conftest*
    23612374  eval "ac_cv_func_$ac_func=yes"
     
    23842397
    23852398echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
    2386 echo "configure:2387: checking stack direction for C alloca" >&5
     2399echo "configure:2400: checking stack direction for C alloca" >&5
    23872400if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    23882401  echo $ac_n "(cached) $ac_c" 1>&6
     
    23922405else
    23932406  cat > conftest.$ac_ext <<EOF
    2394 #line 2395 "configure"
     2407#line 2408 "configure"
    23952408#include "confdefs.h"
    23962409find_stack_direction ()
     
    24112424}
    24122425EOF
    2413 if { (eval echo configure:2414: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2426if { (eval echo configure:2427: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    24142427then
    24152428  ac_cv_c_stack_direction=1
     
    24342447if test $ac_cv_prog_gcc = yes; then
    24352448    echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
    2436 echo "configure:2437: checking whether ${CC-cc} needs -traditional" >&5
     2449echo "configure:2450: checking whether ${CC-cc} needs -traditional" >&5
    24372450if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
    24382451  echo $ac_n "(cached) $ac_c" 1>&6
     
    24402453    ac_pattern="Autoconf.*'x'"
    24412454  cat > conftest.$ac_ext <<EOF
    2442 #line 2443 "configure"
     2455#line 2456 "configure"
    24432456#include "confdefs.h"
    24442457#include <sgtty.h>
     
    24582471  if test $ac_cv_prog_gcc_traditional = no; then
    24592472    cat > conftest.$ac_ext <<EOF
    2460 #line 2461 "configure"
     2473#line 2474 "configure"
    24612474#include "confdefs.h"
    24622475#include <termio.h>
     
    24832496ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    24842497echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    2485 echo "configure:2486: checking for $ac_hdr" >&5
     2498echo "configure:2499: checking for $ac_hdr" >&5
    24862499if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    24872500  echo $ac_n "(cached) $ac_c" 1>&6
    24882501else
    24892502  cat > conftest.$ac_ext <<EOF
    2490 #line 2491 "configure"
     2503#line 2504 "configure"
    24912504#include "confdefs.h"
    24922505#include <$ac_hdr>
    24932506EOF
    24942507ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2495 { (eval echo configure:2496: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2508{ (eval echo configure:2509: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    24962509ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    24972510if test -z "$ac_err"; then
     
    25222535do
    25232536echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2524 echo "configure:2525: checking for $ac_func" >&5
     2537echo "configure:2538: checking for $ac_func" >&5
    25252538if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    25262539  echo $ac_n "(cached) $ac_c" 1>&6
    25272540else
    25282541  cat > conftest.$ac_ext <<EOF
    2529 #line 2530 "configure"
     2542#line 2543 "configure"
    25302543#include "confdefs.h"
    25312544/* System header to define __stub macros and hopefully few prototypes,
     
    25502563; return 0; }
    25512564EOF
    2552 if { (eval echo configure:2553: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2565if { (eval echo configure:2566: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    25532566  rm -rf conftest*
    25542567  eval "ac_cv_func_$ac_func=yes"
     
    25752588
    25762589echo $ac_n "checking for working mmap""... $ac_c" 1>&6
    2577 echo "configure:2578: checking for working mmap" >&5
     2590echo "configure:2591: checking for working mmap" >&5
    25782591if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
    25792592  echo $ac_n "(cached) $ac_c" 1>&6
     
    25832596else
    25842597  cat > conftest.$ac_ext <<EOF
    2585 #line 2586 "configure"
     2598#line 2599 "configure"
    25862599#include "confdefs.h"
    25872600
     
    27232736
    27242737EOF
    2725 if { (eval echo configure:2726: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2738if { (eval echo configure:2739: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    27262739then
    27272740  ac_cv_func_mmap_fixed_mapped=yes
     
    27462759
    27472760echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
    2748 echo "configure:2749: checking return type of signal handlers" >&5
     2761echo "configure:2762: checking return type of signal handlers" >&5
    27492762if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
    27502763  echo $ac_n "(cached) $ac_c" 1>&6
    27512764else
    27522765  cat > conftest.$ac_ext <<EOF
    2753 #line 2754 "configure"
     2766#line 2767 "configure"
    27542767#include "confdefs.h"
    27552768#include <sys/types.h>
     
    27682781; return 0; }
    27692782EOF
    2770 if { (eval echo configure:2771: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2783if { (eval echo configure:2784: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    27712784  rm -rf conftest*
    27722785  ac_cv_type_signal=void
     
    27872800
    27882801echo $ac_n "checking for vprintf""... $ac_c" 1>&6
    2789 echo "configure:2790: checking for vprintf" >&5
     2802echo "configure:2803: checking for vprintf" >&5
    27902803if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
    27912804  echo $ac_n "(cached) $ac_c" 1>&6
    27922805else
    27932806  cat > conftest.$ac_ext <<EOF
    2794 #line 2795 "configure"
     2807#line 2808 "configure"
    27952808#include "confdefs.h"
    27962809/* System header to define __stub macros and hopefully few prototypes,
     
    28152828; return 0; }
    28162829EOF
    2817 if { (eval echo configure:2818: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2830if { (eval echo configure:2831: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    28182831  rm -rf conftest*
    28192832  eval "ac_cv_func_vprintf=yes"
     
    28392852if test "$ac_cv_func_vprintf" != yes; then
    28402853echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
    2841 echo "configure:2842: checking for _doprnt" >&5
     2854echo "configure:2855: checking for _doprnt" >&5
    28422855if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
    28432856  echo $ac_n "(cached) $ac_c" 1>&6
    28442857else
    28452858  cat > conftest.$ac_ext <<EOF
    2846 #line 2847 "configure"
     2859#line 2860 "configure"
    28472860#include "confdefs.h"
    28482861/* System header to define __stub macros and hopefully few prototypes,
     
    28672880; return 0; }
    28682881EOF
    2869 if { (eval echo configure:2870: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2882if { (eval echo configure:2883: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    28702883  rm -rf conftest*
    28712884  eval "ac_cv_func__doprnt=yes"
     
    28932906
    28942907echo $ac_n "checking for library containing setenv""... $ac_c" 1>&6
    2895 echo "configure:2896: checking for library containing setenv" >&5
     2908echo "configure:2909: checking for library containing setenv" >&5
    28962909if eval "test \"`echo '$''{'ac_cv_search_setenv'+set}'`\" = set"; then
    28972910  echo $ac_n "(cached) $ac_c" 1>&6
     
    29002913ac_cv_search_setenv="no"
    29012914cat > conftest.$ac_ext <<EOF
    2902 #line 2903 "configure"
     2915#line 2916 "configure"
    29032916#include "confdefs.h"
    29042917/* Override any gcc2 internal prototype to avoid an error.  */
     
    29112924; return 0; }
    29122925EOF
    2913 if { (eval echo configure:2914: \"$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
    29142927  rm -rf conftest*
    29152928  ac_cv_search_setenv="none required"
     
    29222935LIBS="-l$i  $ac_func_search_save_LIBS"
    29232936cat > conftest.$ac_ext <<EOF
    2924 #line 2925 "configure"
     2937#line 2938 "configure"
    29252938#include "confdefs.h"
    29262939/* Override any gcc2 internal prototype to avoid an error.  */
     
    29332946; return 0; }
    29342947EOF
    2935 if { (eval echo configure:2936: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2948if { (eval echo configure:2949: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    29362949  rm -rf conftest*
    29372950  ac_cv_search_setenv="-l$i"
     
    29562969do
    29572970echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2958 echo "configure:2959: checking for $ac_func" >&5
     2971echo "configure:2972: checking for $ac_func" >&5
    29592972if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    29602973  echo $ac_n "(cached) $ac_c" 1>&6
    29612974else
    29622975  cat > conftest.$ac_ext <<EOF
    2963 #line 2964 "configure"
     2976#line 2977 "configure"
    29642977#include "confdefs.h"
    29652978/* System header to define __stub macros and hopefully few prototypes,
     
    29842997; return 0; }
    29852998EOF
    2986 if { (eval echo configure:2987: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2999if { (eval echo configure:3000: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    29873000  rm -rf conftest*
    29883001  eval "ac_cv_func_$ac_func=yes"
     
    30133026# arithmetic shifts
    30143027echo $ac_n "checking whether your machine has correct arithmetic shifts""... $ac_c" 1>&6
    3015 echo "configure:3016: checking whether your machine has correct arithmetic shifts" >&5
     3028echo "configure:3029: checking whether your machine has correct arithmetic shifts" >&5
    30163029if eval "test \"`echo '$''{'ac_cv_shift'+set}'`\" = set"; then
    30173030  echo $ac_n "(cached) $ac_c" 1>&6
     
    30263039else
    30273040  cat > conftest.$ac_ext <<EOF
    3028 #line 3029 "configure"
     3041#line 3042 "configure"
    30293042#include "confdefs.h"
    30303043 int main() { if (-2 >> 1 == -1) exit(0); else exit(1); }
    30313044EOF
    3032 if { (eval echo configure:3033: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3045if { (eval echo configure:3046: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    30333046then
    30343047  ac_cv_shift=yes
     
    30553068# check for a peculiar constructor initialization
    30563069echo $ac_n "checking whether explicit C++ constructor calls are allowed""... $ac_c" 1>&6
    3057 echo "configure:3058: checking whether explicit C++ constructor calls are allowed" >&5
     3070echo "configure:3071: checking whether explicit C++ constructor calls are allowed" >&5
    30583071
    30593072ac_ext=C
     
    30683081else
    30693082  cat > conftest.$ac_ext <<EOF
    3070 #line 3071 "configure"
     3083#line 3084 "configure"
    30713084#include "confdefs.h"
    30723085
     
    30863099; return 0; }
    30873100EOF
    3088 if { (eval echo configure:3089: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3101if { (eval echo configure:3102: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    30893102  rm -rf conftest*
    30903103  ac_cv_explicit_const=yes
     
    31153128# sprintf returns number of printed chars
    31163129echo $ac_n "checking whether vsprintf returns number of printed chars""... $ac_c" 1>&6
    3117 echo "configure:3118: checking whether vsprintf returns number of printed chars" >&5
     3130echo "configure:3131: checking whether vsprintf returns number of printed chars" >&5
    31183131if eval "test \"`echo '$''{'ac_cv_returns_n_of_chars'+set}'`\" = set"; then
    31193132  echo $ac_n "(cached) $ac_c" 1>&6
     
    31233136else
    31243137  cat > conftest.$ac_ext <<EOF
    3125 #line 3126 "configure"
     3138#line 3139 "configure"
    31263139#include "confdefs.h"
    31273140#include <stdio.h>
    31283141 main() { char *str=(char*)malloc(20); if (((int) sprintf(str,"123456789")) == 9) exit(0); else exit(1); }
    31293142EOF
    3130 if { (eval echo configure:3131: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3143if { (eval echo configure:3144: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    31313144then
    31323145  ac_cv_returns_n_of_chars=yes
     
    31543167# determine ALIGN_8
    31553168echo $ac_n "checking size of char""... $ac_c" 1>&6
    3156 echo "configure:3157: checking size of char" >&5
     3169echo "configure:3170: checking size of char" >&5
    31573170if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
    31583171  echo $ac_n "(cached) $ac_c" 1>&6
     
    31623175else
    31633176  cat > conftest.$ac_ext <<EOF
    3164 #line 3165 "configure"
     3177#line 3178 "configure"
    31653178#include "confdefs.h"
    31663179#include <stdio.h>
     
    31733186}
    31743187EOF
    3175 if { (eval echo configure:3176: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3188if { (eval echo configure:3189: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    31763189then
    31773190  ac_cv_sizeof_char=`cat conftestval`
     
    31933206
    31943207echo $ac_n "checking size of short""... $ac_c" 1>&6
    3195 echo "configure:3196: checking size of short" >&5
     3208echo "configure:3209: checking size of short" >&5
    31963209if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
    31973210  echo $ac_n "(cached) $ac_c" 1>&6
     
    32013214else
    32023215  cat > conftest.$ac_ext <<EOF
    3203 #line 3204 "configure"
     3216#line 3217 "configure"
    32043217#include "confdefs.h"
    32053218#include <stdio.h>
     
    32123225}
    32133226EOF
    3214 if { (eval echo configure:3215: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3227if { (eval echo configure:3228: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    32153228then
    32163229  ac_cv_sizeof_short=`cat conftestval`
     
    32323245
    32333246echo $ac_n "checking size of int""... $ac_c" 1>&6
    3234 echo "configure:3235: checking size of int" >&5
     3247echo "configure:3248: checking size of int" >&5
    32353248if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
    32363249  echo $ac_n "(cached) $ac_c" 1>&6
     
    32403253else
    32413254  cat > conftest.$ac_ext <<EOF
    3242 #line 3243 "configure"
     3255#line 3256 "configure"
    32433256#include "confdefs.h"
    32443257#include <stdio.h>
     
    32513264}
    32523265EOF
    3253 if { (eval echo configure:3254: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3266if { (eval echo configure:3267: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    32543267then
    32553268  ac_cv_sizeof_int=`cat conftestval`
     
    32713284
    32723285echo $ac_n "checking size of long""... $ac_c" 1>&6
    3273 echo "configure:3274: checking size of long" >&5
     3286echo "configure:3287: checking size of long" >&5
    32743287if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
    32753288  echo $ac_n "(cached) $ac_c" 1>&6
     
    32793292else
    32803293  cat > conftest.$ac_ext <<EOF
    3281 #line 3282 "configure"
     3294#line 3295 "configure"
    32823295#include "confdefs.h"
    32833296#include <stdio.h>
     
    32903303}
    32913304EOF
    3292 if { (eval echo configure:3293: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3305if { (eval echo configure:3306: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    32933306then
    32943307  ac_cv_sizeof_long=`cat conftestval`
     
    33103323
    33113324echo $ac_n "checking size of void*""... $ac_c" 1>&6
    3312 echo "configure:3313: checking size of void*" >&5
     3325echo "configure:3326: checking size of void*" >&5
    33133326if eval "test \"`echo '$''{'ac_cv_sizeof_voidp'+set}'`\" = set"; then
    33143327  echo $ac_n "(cached) $ac_c" 1>&6
     
    33183331else
    33193332  cat > conftest.$ac_ext <<EOF
    3320 #line 3321 "configure"
     3333#line 3334 "configure"
    33213334#include "confdefs.h"
    33223335#include <stdio.h>
     
    33293342}
    33303343EOF
    3331 if { (eval echo configure:3332: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3344if { (eval echo configure:3345: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    33323345then
    33333346  ac_cv_sizeof_voidp=`cat conftestval`
     
    33493362
    33503363echo $ac_n "checking size of double""... $ac_c" 1>&6
    3351 echo "configure:3352: checking size of double" >&5
     3364echo "configure:3365: checking size of double" >&5
    33523365if eval "test \"`echo '$''{'ac_cv_sizeof_double'+set}'`\" = set"; then
    33533366  echo $ac_n "(cached) $ac_c" 1>&6
     
    33573370else
    33583371  cat > conftest.$ac_ext <<EOF
    3359 #line 3360 "configure"
     3372#line 3373 "configure"
    33603373#include "confdefs.h"
    33613374#include <stdio.h>
     
    33683381}
    33693382EOF
    3370 if { (eval echo configure:3371: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3383if { (eval echo configure:3384: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    33713384then
    33723385  ac_cv_sizeof_double=`cat conftestval`
     
    33883401
    33893402echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
    3390 echo "configure:3391: checking whether byte ordering is bigendian" >&5
     3403echo "configure:3404: checking whether byte ordering is bigendian" >&5
    33913404if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
    33923405  echo $ac_n "(cached) $ac_c" 1>&6
     
    33953408# See if sys/param.h defines the BYTE_ORDER macro.
    33963409cat > conftest.$ac_ext <<EOF
    3397 #line 3398 "configure"
     3410#line 3411 "configure"
    33983411#include "confdefs.h"
    33993412#include <sys/types.h>
     
    34063419; return 0; }
    34073420EOF
    3408 if { (eval echo configure:3409: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3421if { (eval echo configure:3422: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    34093422  rm -rf conftest*
    34103423  # It does; now see whether it defined to BIG_ENDIAN or not.
    34113424cat > conftest.$ac_ext <<EOF
    3412 #line 3413 "configure"
     3425#line 3426 "configure"
    34133426#include "confdefs.h"
    34143427#include <sys/types.h>
     
    34213434; return 0; }
    34223435EOF
    3423 if { (eval echo configure:3424: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3436if { (eval echo configure:3437: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    34243437  rm -rf conftest*
    34253438  ac_cv_c_bigendian=yes
     
    34413454else
    34423455  cat > conftest.$ac_ext <<EOF
    3443 #line 3444 "configure"
     3456#line 3457 "configure"
    34443457#include "confdefs.h"
    34453458main () {
     
    34543467}
    34553468EOF
    3456 if { (eval echo configure:3457: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3469if { (eval echo configure:3470: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    34573470then
    34583471  ac_cv_c_bigendian=no
     
    35723585
    35733586echo $ac_n "checking whether to use dynamic linking""... $ac_c" 1>&6
    3574 echo "configure:3575: checking whether to use dynamic linking" >&5
     3587echo "configure:3588: checking whether to use dynamic linking" >&5
    35753588if test "$with_dl" != no && test "$ac_lib_dl" = yes; then
    35763589  cat >> confdefs.h <<\EOF
     
    35853598
    35863599echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6
    3587 echo "configure:3588: checking for tgetent in -lncurses" >&5
     3600echo "configure:3601: checking for tgetent in -lncurses" >&5
    35883601ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'`
    35893602if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    35933606LIBS="-lncurses  $LIBS"
    35943607cat > conftest.$ac_ext <<EOF
    3595 #line 3596 "configure"
     3608#line 3609 "configure"
    35963609#include "confdefs.h"
    35973610/* Override any gcc2 internal prototype to avoid an error.  */
     
    36043617; return 0; }
    36053618EOF
    3606 if { (eval echo configure:3607: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3619if { (eval echo configure:3620: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    36073620  rm -rf conftest*
    36083621  eval "ac_cv_lib_$ac_lib_var=yes"
     
    36313644\
    36323645 echo $ac_n "checking for tgetent in -lcurses""... $ac_c" 1>&6
    3633 echo "configure:3634: checking for tgetent in -lcurses" >&5
     3646echo "configure:3647: checking for tgetent in -lcurses" >&5
    36343647ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'`
    36353648if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    36393652LIBS="-lcurses  $LIBS"
    36403653cat > conftest.$ac_ext <<EOF
    3641 #line 3642 "configure"
     3654#line 3655 "configure"
    36423655#include "confdefs.h"
    36433656/* Override any gcc2 internal prototype to avoid an error.  */
     
    36503663; return 0; }
    36513664EOF
    3652 if { (eval echo configure:3653: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3665if { (eval echo configure:3666: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    36533666  rm -rf conftest*
    36543667  eval "ac_cv_lib_$ac_lib_var=yes"
     
    36773690\
    36783691  echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6
    3679 echo "configure:3680: checking for tgetent in -ltermcap" >&5
     3692echo "configure:3693: checking for tgetent in -ltermcap" >&5
    36803693ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'`
    36813694if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    36853698LIBS="-ltermcap  $LIBS"
    36863699cat > conftest.$ac_ext <<EOF
    3687 #line 3688 "configure"
     3700#line 3701 "configure"
    36883701#include "confdefs.h"
    36893702/* Override any gcc2 internal prototype to avoid an error.  */
     
    36963709; return 0; }
    36973710EOF
    3698 if { (eval echo configure:3699: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3711if { (eval echo configure:3712: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    36993712  rm -rf conftest*
    37003713  eval "ac_cv_lib_$ac_lib_var=yes"
     
    37453758
    37463759   echo $ac_n "checking for rl_abort in -lreadline""... $ac_c" 1>&6
    3747 echo "configure:3748: checking for rl_abort in -lreadline" >&5
     3760echo "configure:3761: checking for rl_abort in -lreadline" >&5
    37483761ac_lib_var=`echo readline'_'rl_abort | sed 'y%./+-%__p_%'`
    37493762if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    37533766LIBS="-lreadline  $LIBS"
    37543767cat > conftest.$ac_ext <<EOF
    3755 #line 3756 "configure"
     3768#line 3769 "configure"
    37563769#include "confdefs.h"
    37573770/* Override any gcc2 internal prototype to avoid an error.  */
     
    37673780; return 0; }
    37683781EOF
    3769 if { (eval echo configure:3770: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3782if { (eval echo configure:3783: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    37703783  rm -rf conftest*
    37713784  eval "ac_cv_lib_$ac_lib_var=yes"
     
    37953808
    37963809   echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
    3797 echo "configure:3798: checking how to run the C++ preprocessor" >&5
     3810echo "configure:3811: checking how to run the C++ preprocessor" >&5
    37983811if test -z "$CXXCPP"; then
    37993812if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
     
    38083821  CXXCPP="${CXX-g++} -E"
    38093822  cat > conftest.$ac_ext <<EOF
    3810 #line 3811 "configure"
     3823#line 3824 "configure"
    38113824#include "confdefs.h"
    38123825#include <stdlib.h>
    38133826EOF
    38143827ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3815 { (eval echo configure:3816: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3828{ (eval echo configure:3829: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    38163829ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    38173830if test -z "$ac_err"; then
     
    38413854ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    38423855echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    3843 echo "configure:3844: checking for $ac_hdr" >&5
     3856echo "configure:3857: checking for $ac_hdr" >&5
    38443857if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    38453858  echo $ac_n "(cached) $ac_c" 1>&6
    38463859else
    38473860  cat > conftest.$ac_ext <<EOF
    3848 #line 3849 "configure"
     3861#line 3862 "configure"
    38493862#include "confdefs.h"
    38503863#include <$ac_hdr>
    38513864EOF
    38523865ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3853 { (eval echo configure:3854: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3866{ (eval echo configure:3867: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    38543867ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    38553868if test -z "$ac_err"; then
     
    38803893      test "$ac_cv_header_readline_readline_h" = yes; then
    38813894     echo $ac_n "checking whether readline.h is ok""... $ac_c" 1>&6
    3882 echo "configure:3883: checking whether readline.h is ok" >&5
     3895echo "configure:3896: checking whether readline.h is ok" >&5
    38833896     if eval "test \"`echo '$''{'ac_cv_header_readline_readline_h_ok'+set}'`\" = set"; then
    38843897  echo $ac_n "(cached) $ac_c" 1>&6
    38853898else
    38863899  cat > conftest.$ac_ext <<EOF
    3887 #line 3888 "configure"
     3900#line 3901 "configure"
    38883901#include "confdefs.h"
    38893902#include<unistd.h>
     
    39103923; return 0; }
    39113924EOF
    3912 if { (eval echo configure:3913: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3925if { (eval echo configure:3926: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    39133926  rm -rf conftest*
    39143927  ac_cv_header_readline_readline_h_ok="yes"
     
    39263939#not ok -- try once more with explicitly declaring everything
    39273940      echo $ac_n "checking whether or not we nevertheless can use readline""... $ac_c" 1>&6
    3928 echo "configure:3929: checking whether or not we nevertheless can use readline" >&5
     3941echo "configure:3942: checking whether or not we nevertheless can use readline" >&5
    39293942      if eval "test \"`echo '$''{'ac_cv_have_readline'+set}'`\" = set"; then
    39303943  echo $ac_n "(cached) $ac_c" 1>&6
    39313944else
    39323945  cat > conftest.$ac_ext <<EOF
    3933 #line 3934 "configure"
     3946#line 3947 "configure"
    39343947#include "confdefs.h"
    39353948#include <stdio.h>
     
    39653978; return 0; }
    39663979EOF
    3967 if { (eval echo configure:3968: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3980if { (eval echo configure:3981: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    39683981  rm -rf conftest*
    39693982  ac_cv_have_readline="yes"
     
    40044017
    40054018echo $ac_n "checking which readline to use""... $ac_c" 1>&6
    4006 echo "configure:4007: checking which readline to use" >&5
     4019echo "configure:4020: checking which readline to use" >&5
    40074020if test "$ac_cv_with_readline" = dynamic; then
    40084021  echo "$ac_t""dynamic" 1>&6
     
    40224035# gmp, smallgmp, MP, MPT, factory, libfac
    40234036echo $ac_n "checking for main in -lgmp""... $ac_c" 1>&6
    4024 echo "configure:4025: checking for main in -lgmp" >&5
     4037echo "configure:4038: checking for main in -lgmp" >&5
    40254038ac_lib_var=`echo gmp'_'main | sed 'y%./+-%__p_%'`
    40264039if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    40304043LIBS="-lgmp  $LIBS"
    40314044cat > conftest.$ac_ext <<EOF
    4032 #line 4033 "configure"
     4045#line 4046 "configure"
    40334046#include "confdefs.h"
    40344047
     
    40374050; return 0; }
    40384051EOF
    4039 if { (eval echo configure:4040: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4052if { (eval echo configure:4053: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    40404053  rm -rf conftest*
    40414054  eval "ac_cv_lib_$ac_lib_var=yes"
     
    40684081fi
    40694082echo $ac_n "checking for main in -lsmallgmp""... $ac_c" 1>&6
    4070 echo "configure:4071: checking for main in -lsmallgmp" >&5
     4083echo "configure:4084: checking for main in -lsmallgmp" >&5
    40714084ac_lib_var=`echo smallgmp'_'main | sed 'y%./+-%__p_%'`
    40724085if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    40764089LIBS="-lsmallgmp  $LIBS"
    40774090cat > conftest.$ac_ext <<EOF
    4078 #line 4079 "configure"
     4091#line 4092 "configure"
    40794092#include "confdefs.h"
    40804093
     
    40834096; return 0; }
    40844097EOF
    4085 if { (eval echo configure:4086: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4098if { (eval echo configure:4099: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    40864099  rm -rf conftest*
    40874100  eval "ac_cv_lib_$ac_lib_var=yes"
     
    41124125SAVE_LIBS=$LIBS
    41134126echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6
    4114 echo "configure:4115: checking for IMP_PutGmpInt in -lMP" >&5
     4127echo "configure:4128: checking for IMP_PutGmpInt in -lMP" >&5
    41154128ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'`
    41164129if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    41204133LIBS="-lMP $MP_LIBS $LIBS"
    41214134cat > conftest.$ac_ext <<EOF
    4122 #line 4123 "configure"
     4135#line 4136 "configure"
    41234136#include "confdefs.h"
    41244137/* Override any gcc2 internal prototype to avoid an error.  */
     
    41314144; return 0; }
    41324145EOF
    4133 if { (eval echo configure:4134: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4146if { (eval echo configure:4147: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    41344147  rm -rf conftest*
    41354148  eval "ac_cv_lib_$ac_lib_var=yes"
     
    41594172
    41604173echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6
    4161 echo "configure:4162: checking for MPT_GetTree in -lMPT" >&5
     4174echo "configure:4175: checking for MPT_GetTree in -lMPT" >&5
    41624175ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'`
    41634176if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    41674180LIBS="-lMPT $MP_LIBS $LIBS"
    41684181cat > conftest.$ac_ext <<EOF
    4169 #line 4170 "configure"
     4182#line 4183 "configure"
    41704183#include "confdefs.h"
    41714184/* Override any gcc2 internal prototype to avoid an error.  */
     
    41784191; return 0; }
    41794192EOF
    4180 if { (eval echo configure:4181: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4193if { (eval echo configure:4194: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    41814194  rm -rf conftest*
    41824195  eval "ac_cv_lib_$ac_lib_var=yes"
     
    42074220LIBS=$SAVE_LIBS
    42084221echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6
    4209 echo "configure:4210: checking for atof in -lsingcf" >&5
     4222echo "configure:4223: checking for atof in -lsingcf" >&5
    42104223ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'`
    42114224if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    42154228LIBS="-lsingcf  $LIBS"
    42164229cat > conftest.$ac_ext <<EOF
    4217 #line 4218 "configure"
     4230#line 4231 "configure"
    42184231#include "confdefs.h"
    42194232/* Override any gcc2 internal prototype to avoid an error.  */
     
    42264239; return 0; }
    42274240EOF
    4228 if { (eval echo configure:4229: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4241if { (eval echo configure:4242: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    42294242  rm -rf conftest*
    42304243  eval "ac_cv_lib_$ac_lib_var=yes"
     
    42544267
    42554268echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6
    4256 echo "configure:4257: checking for atof in -lsingfac" >&5
     4269echo "configure:4270: checking for atof in -lsingfac" >&5
    42574270ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'`
    42584271if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    42624275LIBS="-lsingfac  $LIBS"
    42634276cat > conftest.$ac_ext <<EOF
    4264 #line 4265 "configure"
     4277#line 4278 "configure"
    42654278#include "confdefs.h"
    42664279/* Override any gcc2 internal prototype to avoid an error.  */
     
    42734286; return 0; }
    42744287EOF
    4275 if { (eval echo configure:4276: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4288if { (eval echo configure:4289: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    42764289  rm -rf conftest*
    42774290  eval "ac_cv_lib_$ac_lib_var=yes"
     
    43014314
    43024315echo $ac_n "checking for omTestAddr in -lomalloc""... $ac_c" 1>&6
    4303 echo "configure:4304: checking for omTestAddr in -lomalloc" >&5
     4316echo "configure:4317: checking for omTestAddr in -lomalloc" >&5
    43044317ac_lib_var=`echo omalloc'_'omTestAddr | sed 'y%./+-%__p_%'`
    43054318if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    43094322LIBS="-lomalloc  $LIBS"
    43104323cat > conftest.$ac_ext <<EOF
    4311 #line 4312 "configure"
     4324#line 4325 "configure"
    43124325#include "confdefs.h"
    43134326/* Override any gcc2 internal prototype to avoid an error.  */
     
    43204333; return 0; }
    43214334EOF
    4322 if { (eval echo configure:4323: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4335if { (eval echo configure:4336: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    43234336  rm -rf conftest*
    43244337  eval "ac_cv_lib_$ac_lib_var=yes"
     
    43484361
    43494362echo $ac_n "checking for main in -lomalloc_ndebug""... $ac_c" 1>&6
    4350 echo "configure:4351: checking for main in -lomalloc_ndebug" >&5
     4363echo "configure:4364: checking for main in -lomalloc_ndebug" >&5
    43514364ac_lib_var=`echo omalloc_ndebug'_'main | sed 'y%./+-%__p_%'`
    43524365if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    43564369LIBS="-lomalloc_ndebug  $LIBS"
    43574370cat > conftest.$ac_ext <<EOF
    4358 #line 4359 "configure"
     4371#line 4372 "configure"
    43594372#include "confdefs.h"
    43604373
     
    43634376; return 0; }
    43644377EOF
    4365 if { (eval echo configure:4366: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4378if { (eval echo configure:4379: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    43664379  rm -rf conftest*
    43674380  eval "ac_cv_lib_$ac_lib_var=yes"
     
    43954408ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    43964409echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    4397 echo "configure:4398: checking for $ac_hdr" >&5
     4410echo "configure:4411: checking for $ac_hdr" >&5
    43984411if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    43994412  echo $ac_n "(cached) $ac_c" 1>&6
    44004413else
    44014414  cat > conftest.$ac_ext <<EOF
    4402 #line 4403 "configure"
     4415#line 4416 "configure"
    44034416#include "confdefs.h"
    44044417#include <$ac_hdr>
    44054418EOF
    44064419ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4407 { (eval echo configure:4408: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4420{ (eval echo configure:4421: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    44084421ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    44094422if test -z "$ac_err"; then
     
    44744487
    44754488echo $ac_n "checking which apint package to use""... $ac_c" 1>&6
    4476 echo "configure:4477: checking which apint package to use" >&5
     4489echo "configure:4490: checking which apint package to use" >&5
    44774490if test "${with_apint}" != gmp && test "${with_apint}" != smallgmp; then
    44784491  if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then
     
    45164529#
    45174530echo $ac_n "checking whether to have MP""... $ac_c" 1>&6
    4518 echo "configure:4519: checking whether to have MP" >&5
     4531echo "configure:4532: checking whether to have MP" >&5
    45194532if test "${with_MP}" != yes && test "${with_MP}" != no; then
    45204533  if (test "${will_have_gmp}" = yes) && \
     
    45514564
    45524565echo $ac_n "checking whether to have factory""... $ac_c" 1>&6
    4553 echo "configure:4554: checking whether to have factory" >&5
     4566echo "configure:4567: checking whether to have factory" >&5
    45544567if test "${with_factory}" != yes && test "${with_factory}" != no; then
    45554568  if test "$ac_factory_ok" =  yes || test "$enable_factory" = yes; then
     
    45824595
    45834596echo $ac_n "checking whether to have libfac""... $ac_c" 1>&6
    4584 echo "configure:4585: checking whether to have libfac" >&5
     4597echo "configure:4598: checking whether to have libfac" >&5
    45854598if test "${with_libfac}" != yes && test "${with_libfac}" != no; then
    45864599  if (test "${will_have_factory}" = yes) && \
     
    46164629
    46174630echo $ac_n "checking whether to have dbm links""... $ac_c" 1>&6
    4618 echo "configure:4619: checking whether to have dbm links" >&5
     4631echo "configure:4632: checking whether to have dbm links" >&5
    46194632if test "$with_dbm" != no; then
    46204633  cat >> confdefs.h <<\EOF
     
    46284641
    46294642echo $ac_n "checking whether to have namespaces""... $ac_c" 1>&6
    4630 echo "configure:4631: checking whether to have namespaces" >&5
     4643echo "configure:4644: checking whether to have namespaces" >&5
    46314644if test "$with_namespaces" != yes; then
    46324645  echo "$ac_t""no" 1>&6
     
    46404653
    46414654echo $ac_n "checking whether to have dynamic modules""... $ac_c" 1>&6
    4642 echo "configure:4643: checking whether to have dynamic modules" >&5
     4655echo "configure:4656: checking whether to have dynamic modules" >&5
    46434656if test "$with_dynamic_modules" != yes || test "$ac_have_dl" != yes; then
    46444657  echo "$ac_t""no" 1>&6
     
    46524665
    46534666echo $ac_n "checking whether to have dynamic kernel""... $ac_c" 1>&6
    4654 echo "configure:4655: checking whether to have dynamic kernel" >&5
     4667echo "configure:4668: checking whether to have dynamic kernel" >&5
    46554668if test "$with_dynamic_kernel" != no && test "$ac_lib_dl" = yes; then
    46564669  DL_KERNEL=1
     
    46604673
    46614674echo $ac_n "checking whether to have Plural""... $ac_c" 1>&6
    4662 echo "configure:4663: checking whether to have Plural" >&5
     4675echo "configure:4676: checking whether to have Plural" >&5
    46634676if test "$with_plural" != yes; then
    46644677  echo "$ac_t""no" 1>&6
Note: See TracChangeset for help on using the changeset viewer.