Changeset 89eb77 in git for MP/configure


Ignore:
Timestamp:
Jun 15, 1999, 5:30:35 PM (25 years ago)
Author:
Gert-Martin Greuel <greuel@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
64b0be57e2ca9b4b5ca36cb9e9d11a9e6e2c0eb8
Parents:
1368792c2ccb1197c3f2ab30867fd969143e673f
Message:
* MP honors localhost in launch mode as much as possible


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

Legend:

Unmodified
Added
Removed
  • MP/configure

    r136879 r89eb77  
    16721672
    16731673
     1674for ac_func in gethostbyname
     1675do
     1676echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
     1677echo "configure:1678: checking for $ac_func" >&5
     1678if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
     1679  echo $ac_n "(cached) $ac_c" 1>&6
     1680else
     1681  cat > conftest.$ac_ext <<EOF
     1682#line 1683 "configure"
     1683#include "confdefs.h"
     1684/* System header to define __stub macros and hopefully few prototypes,
     1685    which can conflict with char $ac_func(); below.  */
     1686#include <assert.h>
     1687/* Override any gcc2 internal prototype to avoid an error.  */
     1688/* We use char because int might match the return type of a gcc2
     1689    builtin and then its argument prototype would still apply.  */
     1690char $ac_func();
     1691
     1692int main() {
     1693
     1694/* The GNU C library defines this for functions which it implements
     1695    to always fail with ENOSYS.  Some functions are actually named
     1696    something starting with __ and the normal name is an alias.  */
     1697#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
     1698choke me
     1699#else
     1700$ac_func();
     1701#endif
     1702
     1703; return 0; }
     1704EOF
     1705if { (eval echo configure:1706: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1706  rm -rf conftest*
     1707  eval "ac_cv_func_$ac_func=yes"
     1708else
     1709  echo "configure: failed program was:" >&5
     1710  cat conftest.$ac_ext >&5
     1711  rm -rf conftest*
     1712  eval "ac_cv_func_$ac_func=no"
     1713fi
     1714rm -f conftest*
     1715fi
     1716
     1717if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
     1718  echo "$ac_t""yes" 1>&6
     1719    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
     1720  cat >> confdefs.h <<EOF
     1721#define $ac_tr_func 1
     1722EOF
     1723 
     1724else
     1725  echo "$ac_t""no" 1>&6
     1726fi
     1727done
     1728
    16741729
    16751730if test "$ac_check_prog" = yes; then
    16761731  echo $ac_n "checking for atof in -lm""... $ac_c" 1>&6
    1677 echo "configure:1678: checking for atof in -lm" >&5
     1732echo "configure:1733: checking for atof in -lm" >&5
    16781733ac_lib_var=`echo m'_'atof | sed 'y%./+-%__p_%'`
    16791734if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    16831738LIBS="-lm  $LIBS"
    16841739cat > conftest.$ac_ext <<EOF
    1685 #line 1686 "configure"
     1740#line 1741 "configure"
    16861741#include "confdefs.h"
    16871742/* Override any gcc2 internal prototype to avoid an error.  */
     
    16941749; return 0; }
    16951750EOF
    1696 if { (eval echo configure:1697: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1751if { (eval echo configure:1752: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    16971752  rm -rf conftest*
    16981753  eval "ac_cv_lib_$ac_lib_var=yes"
     
    17221777
    17231778  echo $ac_n "checking for socket in -lbsd""... $ac_c" 1>&6
    1724 echo "configure:1725: checking for socket in -lbsd" >&5
     1779echo "configure:1780: checking for socket in -lbsd" >&5
    17251780ac_lib_var=`echo bsd'_'socket | sed 'y%./+-%__p_%'`
    17261781if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    17301785LIBS="-lbsd  $LIBS"
    17311786cat > conftest.$ac_ext <<EOF
    1732 #line 1733 "configure"
     1787#line 1788 "configure"
    17331788#include "confdefs.h"
    17341789/* Override any gcc2 internal prototype to avoid an error.  */
     
    17411796; return 0; }
    17421797EOF
    1743 if { (eval echo configure:1744: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1798if { (eval echo configure:1799: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    17441799  rm -rf conftest*
    17451800  eval "ac_cv_lib_$ac_lib_var=yes"
     
    17691824
    17701825  echo $ac_n "checking for mpz_init in -lgmp""... $ac_c" 1>&6
    1771 echo "configure:1772: checking for mpz_init in -lgmp" >&5
     1826echo "configure:1827: checking for mpz_init in -lgmp" >&5
    17721827ac_lib_var=`echo gmp'_'mpz_init | sed 'y%./+-%__p_%'`
    17731828if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    17771832LIBS="-lgmp  $LIBS"
    17781833cat > conftest.$ac_ext <<EOF
    1779 #line 1780 "configure"
     1834#line 1835 "configure"
    17801835#include "confdefs.h"
    17811836/* Override any gcc2 internal prototype to avoid an error.  */
     
    17881843; return 0; }
    17891844EOF
    1790 if { (eval echo configure:1791: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1845if { (eval echo configure:1846: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    17911846  rm -rf conftest*
    17921847  eval "ac_cv_lib_$ac_lib_var=yes"
     
    18261881do
    18271882echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    1828 echo "configure:1829: checking for $ac_func" >&5
     1883echo "configure:1884: checking for $ac_func" >&5
    18291884if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    18301885  echo $ac_n "(cached) $ac_c" 1>&6
    18311886else
    18321887  cat > conftest.$ac_ext <<EOF
    1833 #line 1834 "configure"
     1888#line 1889 "configure"
    18341889#include "confdefs.h"
    18351890/* System header to define __stub macros and hopefully few prototypes,
     
    18541909; return 0; }
    18551910EOF
    1856 if { (eval echo configure:1857: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1911if { (eval echo configure:1912: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    18571912  rm -rf conftest*
    18581913  eval "ac_cv_func_$ac_func=yes"
     
    18891944  if test "$ac_cv_func_gethostbyname" != yes; then
    18901945    echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
    1891 echo "configure:1892: checking for gethostbyname in -lnsl" >&5
     1946echo "configure:1947: checking for gethostbyname in -lnsl" >&5
    18921947ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
    18931948if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    18971952LIBS="-lnsl  $LIBS"
    18981953cat > conftest.$ac_ext <<EOF
    1899 #line 1900 "configure"
     1954#line 1955 "configure"
    19001955#include "confdefs.h"
    19011956/* Override any gcc2 internal prototype to avoid an error.  */
     
    19081963; return 0; }
    19091964EOF
    1910 if { (eval echo configure:1911: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1965if { (eval echo configure:1966: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    19111966  rm -rf conftest*
    19121967  eval "ac_cv_lib_$ac_lib_var=yes"
     
    19361991
    19371992    if test "$ac_cv_lib_nsl_gethostbyname" != yes; then
    1938       echo "configure: warning: Did not find library containing gethostname" 1>&2
     1993      echo "configure: warning: Did not find library containing gethostbyname" 1>&2
    19391994      echo "configure: warning: Linking programs with MP might fail" 1>&2
    19401995    fi
     
    19431998  if test "$ac_cv_func_socket" != yes; then
    19441999    echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
    1945 echo "configure:1946: checking for socket in -lsocket" >&5
     2000echo "configure:2001: checking for socket in -lsocket" >&5
    19462001ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'`
    19472002if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    19512006LIBS="-lsocket  $LIBS"
    19522007cat > conftest.$ac_ext <<EOF
    1953 #line 1954 "configure"
     2008#line 2009 "configure"
    19542009#include "confdefs.h"
    19552010/* Override any gcc2 internal prototype to avoid an error.  */
     
    19622017; return 0; }
    19632018EOF
    1964 if { (eval echo configure:1965: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     2019if { (eval echo configure:2020: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    19652020  rm -rf conftest*
    19662021  eval "ac_cv_lib_$ac_lib_var=yes"
     
    19982053
    19992054echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    2000 echo "configure:2001: checking for ANSI C header files" >&5
     2055echo "configure:2056: checking for ANSI C header files" >&5
    20012056if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    20022057  echo $ac_n "(cached) $ac_c" 1>&6
    20032058else
    20042059  cat > conftest.$ac_ext <<EOF
    2005 #line 2006 "configure"
     2060#line 2061 "configure"
    20062061#include "confdefs.h"
    20072062#include <stdlib.h>
     
    20112066EOF
    20122067ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2013 { (eval echo configure:2014: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2068{ (eval echo configure:2069: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    20142069ac_err=`grep -v '^ *+' conftest.out`
    20152070if test -z "$ac_err"; then
     
    20282083  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    20292084cat > conftest.$ac_ext <<EOF
    2030 #line 2031 "configure"
     2085#line 2086 "configure"
    20312086#include "confdefs.h"
    20322087#include <string.h>
     
    20462101  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    20472102cat > conftest.$ac_ext <<EOF
    2048 #line 2049 "configure"
     2103#line 2104 "configure"
    20492104#include "confdefs.h"
    20502105#include <stdlib.h>
     
    20672122else
    20682123  cat > conftest.$ac_ext <<EOF
    2069 #line 2070 "configure"
     2124#line 2125 "configure"
    20702125#include "confdefs.h"
    20712126#include <ctype.h>
     
    20782133
    20792134EOF
    2080 if { (eval echo configure:2081: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
     2135if { (eval echo configure:2136: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    20812136then
    20822137  :
     
    21032158ac_safe=`echo "arpa/inet.h" | sed 'y%./+-%__p_%'`
    21042159echo $ac_n "checking for arpa/inet.h""... $ac_c" 1>&6
    2105 echo "configure:2106: checking for arpa/inet.h" >&5
     2160echo "configure:2161: checking for arpa/inet.h" >&5
    21062161if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    21072162  echo $ac_n "(cached) $ac_c" 1>&6
    21082163else
    21092164  cat > conftest.$ac_ext <<EOF
    2110 #line 2111 "configure"
     2165#line 2166 "configure"
    21112166#include "confdefs.h"
    21122167#include <arpa/inet.h>
    21132168EOF
    21142169ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2115 { (eval echo configure:2116: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2170{ (eval echo configure:2171: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    21162171ac_err=`grep -v '^ *+' conftest.out`
    21172172if test -z "$ac_err"; then
     
    21372192ac_safe=`echo "assert.h" | sed 'y%./+-%__p_%'`
    21382193echo $ac_n "checking for assert.h""... $ac_c" 1>&6
    2139 echo "configure:2140: checking for assert.h" >&5
     2194echo "configure:2195: checking for assert.h" >&5
    21402195if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    21412196  echo $ac_n "(cached) $ac_c" 1>&6
    21422197else
    21432198  cat > conftest.$ac_ext <<EOF
    2144 #line 2145 "configure"
     2199#line 2200 "configure"
    21452200#include "confdefs.h"
    21462201#include <assert.h>
    21472202EOF
    21482203ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2149 { (eval echo configure:2150: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2204{ (eval echo configure:2205: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    21502205ac_err=`grep -v '^ *+' conftest.out`
    21512206if test -z "$ac_err"; then
     
    21712226ac_safe=`echo "ctype.h" | sed 'y%./+-%__p_%'`
    21722227echo $ac_n "checking for ctype.h""... $ac_c" 1>&6
    2173 echo "configure:2174: checking for ctype.h" >&5
     2228echo "configure:2229: checking for ctype.h" >&5
    21742229if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    21752230  echo $ac_n "(cached) $ac_c" 1>&6
    21762231else
    21772232  cat > conftest.$ac_ext <<EOF
    2178 #line 2179 "configure"
     2233#line 2234 "configure"
    21792234#include "confdefs.h"
    21802235#include <ctype.h>
    21812236EOF
    21822237ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2183 { (eval echo configure:2184: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2238{ (eval echo configure:2239: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    21842239ac_err=`grep -v '^ *+' conftest.out`
    21852240if test -z "$ac_err"; then
     
    22052260ac_safe=`echo "errno.h" | sed 'y%./+-%__p_%'`
    22062261echo $ac_n "checking for errno.h""... $ac_c" 1>&6
    2207 echo "configure:2208: checking for errno.h" >&5
     2262echo "configure:2263: checking for errno.h" >&5
    22082263if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    22092264  echo $ac_n "(cached) $ac_c" 1>&6
    22102265else
    22112266  cat > conftest.$ac_ext <<EOF
    2212 #line 2213 "configure"
     2267#line 2268 "configure"
    22132268#include "confdefs.h"
    22142269#include <errno.h>
    22152270EOF
    22162271ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2217 { (eval echo configure:2218: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2272{ (eval echo configure:2273: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    22182273ac_err=`grep -v '^ *+' conftest.out`
    22192274if test -z "$ac_err"; then
     
    22392294ac_safe=`echo "netdb.h" | sed 'y%./+-%__p_%'`
    22402295echo $ac_n "checking for netdb.h""... $ac_c" 1>&6
    2241 echo "configure:2242: checking for netdb.h" >&5
     2296echo "configure:2297: checking for netdb.h" >&5
    22422297if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    22432298  echo $ac_n "(cached) $ac_c" 1>&6
    22442299else
    22452300  cat > conftest.$ac_ext <<EOF
    2246 #line 2247 "configure"
     2301#line 2302 "configure"
    22472302#include "confdefs.h"
    22482303#include <netdb.h>
    22492304EOF
    22502305ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2251 { (eval echo configure:2252: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2306{ (eval echo configure:2307: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    22522307ac_err=`grep -v '^ *+' conftest.out`
    22532308if test -z "$ac_err"; then
     
    22732328ac_safe=`echo "netinet/in.h" | sed 'y%./+-%__p_%'`
    22742329echo $ac_n "checking for netinet/in.h""... $ac_c" 1>&6
    2275 echo "configure:2276: checking for netinet/in.h" >&5
     2330echo "configure:2331: checking for netinet/in.h" >&5
    22762331if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    22772332  echo $ac_n "(cached) $ac_c" 1>&6
    22782333else
    22792334  cat > conftest.$ac_ext <<EOF
    2280 #line 2281 "configure"
     2335#line 2336 "configure"
    22812336#include "confdefs.h"
    22822337#include <netinet/in.h>
    22832338EOF
    22842339ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2285 { (eval echo configure:2286: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2340{ (eval echo configure:2341: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    22862341ac_err=`grep -v '^ *+' conftest.out`
    22872342if test -z "$ac_err"; then
     
    23072362ac_safe=`echo "netinet/tcp.h" | sed 'y%./+-%__p_%'`
    23082363echo $ac_n "checking for netinet/tcp.h""... $ac_c" 1>&6
    2309 echo "configure:2310: checking for netinet/tcp.h" >&5
     2364echo "configure:2365: checking for netinet/tcp.h" >&5
    23102365if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    23112366  echo $ac_n "(cached) $ac_c" 1>&6
    23122367else
    23132368  cat > conftest.$ac_ext <<EOF
    2314 #line 2315 "configure"
     2369#line 2370 "configure"
    23152370#include "confdefs.h"
    23162371#include <netinet/tcp.h>
    23172372EOF
    23182373ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2319 { (eval echo configure:2320: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2374{ (eval echo configure:2375: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    23202375ac_err=`grep -v '^ *+' conftest.out`
    23212376if test -z "$ac_err"; then
     
    23412396ac_safe=`echo "signal.h" | sed 'y%./+-%__p_%'`
    23422397echo $ac_n "checking for signal.h""... $ac_c" 1>&6
    2343 echo "configure:2344: checking for signal.h" >&5
     2398echo "configure:2399: checking for signal.h" >&5
    23442399if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    23452400  echo $ac_n "(cached) $ac_c" 1>&6
    23462401else
    23472402  cat > conftest.$ac_ext <<EOF
    2348 #line 2349 "configure"
     2403#line 2404 "configure"
    23492404#include "confdefs.h"
    23502405#include <signal.h>
    23512406EOF
    23522407ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2353 { (eval echo configure:2354: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2408{ (eval echo configure:2409: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    23542409ac_err=`grep -v '^ *+' conftest.out`
    23552410if test -z "$ac_err"; then
     
    23752430ac_safe=`echo "stdarg.h" | sed 'y%./+-%__p_%'`
    23762431echo $ac_n "checking for stdarg.h""... $ac_c" 1>&6
    2377 echo "configure:2378: checking for stdarg.h" >&5
     2432echo "configure:2433: checking for stdarg.h" >&5
    23782433if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    23792434  echo $ac_n "(cached) $ac_c" 1>&6
    23802435else
    23812436  cat > conftest.$ac_ext <<EOF
    2382 #line 2383 "configure"
     2437#line 2438 "configure"
    23832438#include "confdefs.h"
    23842439#include <stdarg.h>
    23852440EOF
    23862441ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2387 { (eval echo configure:2388: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2442{ (eval echo configure:2443: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    23882443ac_err=`grep -v '^ *+' conftest.out`
    23892444if test -z "$ac_err"; then
     
    24092464ac_safe=`echo "stdio.h" | sed 'y%./+-%__p_%'`
    24102465echo $ac_n "checking for stdio.h""... $ac_c" 1>&6
    2411 echo "configure:2412: checking for stdio.h" >&5
     2466echo "configure:2467: checking for stdio.h" >&5
    24122467if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    24132468  echo $ac_n "(cached) $ac_c" 1>&6
    24142469else
    24152470  cat > conftest.$ac_ext <<EOF
    2416 #line 2417 "configure"
     2471#line 2472 "configure"
    24172472#include "confdefs.h"
    24182473#include <stdio.h>
    24192474EOF
    24202475ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2421 { (eval echo configure:2422: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2476{ (eval echo configure:2477: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    24222477ac_err=`grep -v '^ *+' conftest.out`
    24232478if test -z "$ac_err"; then
     
    24432498ac_safe=`echo "stdlib.h" | sed 'y%./+-%__p_%'`
    24442499echo $ac_n "checking for stdlib.h""... $ac_c" 1>&6
    2445 echo "configure:2446: checking for stdlib.h" >&5
     2500echo "configure:2501: checking for stdlib.h" >&5
    24462501if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    24472502  echo $ac_n "(cached) $ac_c" 1>&6
    24482503else
    24492504  cat > conftest.$ac_ext <<EOF
    2450 #line 2451 "configure"
     2505#line 2506 "configure"
    24512506#include "confdefs.h"
    24522507#include <stdlib.h>
    24532508EOF
    24542509ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2455 { (eval echo configure:2456: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2510{ (eval echo configure:2511: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    24562511ac_err=`grep -v '^ *+' conftest.out`
    24572512if test -z "$ac_err"; then
     
    24772532ac_safe=`echo "string.h" | sed 'y%./+-%__p_%'`
    24782533echo $ac_n "checking for string.h""... $ac_c" 1>&6
    2479 echo "configure:2480: checking for string.h" >&5
     2534echo "configure:2535: checking for string.h" >&5
    24802535if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    24812536  echo $ac_n "(cached) $ac_c" 1>&6
    24822537else
    24832538  cat > conftest.$ac_ext <<EOF
    2484 #line 2485 "configure"
     2539#line 2540 "configure"
    24852540#include "confdefs.h"
    24862541#include <string.h>
    24872542EOF
    24882543ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2489 { (eval echo configure:2490: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2544{ (eval echo configure:2545: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    24902545ac_err=`grep -v '^ *+' conftest.out`
    24912546if test -z "$ac_err"; then
     
    25112566ac_safe=`echo "stddef.h" | sed 'y%./+-%__p_%'`
    25122567echo $ac_n "checking for stddef.h""... $ac_c" 1>&6
    2513 echo "configure:2514: checking for stddef.h" >&5
     2568echo "configure:2569: checking for stddef.h" >&5
    25142569if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    25152570  echo $ac_n "(cached) $ac_c" 1>&6
    25162571else
    25172572  cat > conftest.$ac_ext <<EOF
    2518 #line 2519 "configure"
     2573#line 2574 "configure"
    25192574#include "confdefs.h"
    25202575#include <stddef.h>
    25212576EOF
    25222577ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2523 { (eval echo configure:2524: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2578{ (eval echo configure:2579: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    25242579ac_err=`grep -v '^ *+' conftest.out`
    25252580if test -z "$ac_err"; then
     
    25452600ac_safe=`echo "values.h" | sed 'y%./+-%__p_%'`
    25462601echo $ac_n "checking for values.h""... $ac_c" 1>&6
    2547 echo "configure:2548: checking for values.h" >&5
     2602echo "configure:2603: checking for values.h" >&5
    25482603if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    25492604  echo $ac_n "(cached) $ac_c" 1>&6
    25502605else
    25512606  cat > conftest.$ac_ext <<EOF
    2552 #line 2553 "configure"
     2607#line 2608 "configure"
    25532608#include "confdefs.h"
    25542609#include <values.h>
    25552610EOF
    25562611ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2557 { (eval echo configure:2558: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2612{ (eval echo configure:2613: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    25582613ac_err=`grep -v '^ *+' conftest.out`
    25592614if test -z "$ac_err"; then
     
    25802635ac_safe=`echo "fcntl.h" | sed 'y%./+-%__p_%'`
    25812636echo $ac_n "checking for fcntl.h""... $ac_c" 1>&6
    2582 echo "configure:2583: checking for fcntl.h" >&5
     2637echo "configure:2638: checking for fcntl.h" >&5
    25832638if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    25842639  echo $ac_n "(cached) $ac_c" 1>&6
    25852640else
    25862641  cat > conftest.$ac_ext <<EOF
    2587 #line 2588 "configure"
     2642#line 2643 "configure"
    25882643#include "confdefs.h"
    25892644#include <fcntl.h>
    25902645EOF
    25912646ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2592 { (eval echo configure:2593: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2647{ (eval echo configure:2648: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    25932648ac_err=`grep -v '^ *+' conftest.out`
    25942649if test -z "$ac_err"; then
     
    26142669ac_safe=`echo "sys/ioctl.h" | sed 'y%./+-%__p_%'`
    26152670echo $ac_n "checking for sys/ioctl.h""... $ac_c" 1>&6
    2616 echo "configure:2617: checking for sys/ioctl.h" >&5
     2671echo "configure:2672: checking for sys/ioctl.h" >&5
    26172672if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    26182673  echo $ac_n "(cached) $ac_c" 1>&6
    26192674else
    26202675  cat > conftest.$ac_ext <<EOF
    2621 #line 2622 "configure"
     2676#line 2677 "configure"
    26222677#include "confdefs.h"
    26232678#include <sys/ioctl.h>
    26242679EOF
    26252680ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2626 { (eval echo configure:2627: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2681{ (eval echo configure:2682: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    26272682ac_err=`grep -v '^ *+' conftest.out`
    26282683if test -z "$ac_err"; then
     
    26482703ac_safe=`echo "sys/param.h" | sed 'y%./+-%__p_%'`
    26492704echo $ac_n "checking for sys/param.h""... $ac_c" 1>&6
    2650 echo "configure:2651: checking for sys/param.h" >&5
     2705echo "configure:2706: checking for sys/param.h" >&5
    26512706if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    26522707  echo $ac_n "(cached) $ac_c" 1>&6
    26532708else
    26542709  cat > conftest.$ac_ext <<EOF
    2655 #line 2656 "configure"
     2710#line 2711 "configure"
    26562711#include "confdefs.h"
    26572712#include <sys/param.h>
    26582713EOF
    26592714ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2660 { (eval echo configure:2661: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2715{ (eval echo configure:2716: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    26612716ac_err=`grep -v '^ *+' conftest.out`
    26622717if test -z "$ac_err"; then
     
    26822737ac_safe=`echo "sys/socket.h" | sed 'y%./+-%__p_%'`
    26832738echo $ac_n "checking for sys/socket.h""... $ac_c" 1>&6
    2684 echo "configure:2685: checking for sys/socket.h" >&5
     2739echo "configure:2740: checking for sys/socket.h" >&5
    26852740if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    26862741  echo $ac_n "(cached) $ac_c" 1>&6
    26872742else
    26882743  cat > conftest.$ac_ext <<EOF
    2689 #line 2690 "configure"
     2744#line 2745 "configure"
    26902745#include "confdefs.h"
    26912746#include <sys/socket.h>
    26922747EOF
    26932748ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2694 { (eval echo configure:2695: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2749{ (eval echo configure:2750: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    26952750ac_err=`grep -v '^ *+' conftest.out`
    26962751if test -z "$ac_err"; then
     
    27162771ac_safe=`echo "sys/stat.h" | sed 'y%./+-%__p_%'`
    27172772echo $ac_n "checking for sys/stat.h""... $ac_c" 1>&6
    2718 echo "configure:2719: checking for sys/stat.h" >&5
     2773echo "configure:2774: checking for sys/stat.h" >&5
    27192774if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    27202775  echo $ac_n "(cached) $ac_c" 1>&6
    27212776else
    27222777  cat > conftest.$ac_ext <<EOF
    2723 #line 2724 "configure"
     2778#line 2779 "configure"
    27242779#include "confdefs.h"
    27252780#include <sys/stat.h>
    27262781EOF
    27272782ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2728 { (eval echo configure:2729: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2783{ (eval echo configure:2784: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    27292784ac_err=`grep -v '^ *+' conftest.out`
    27302785if test -z "$ac_err"; then
     
    27502805ac_safe=`echo "sys/time.h" | sed 'y%./+-%__p_%'`
    27512806echo $ac_n "checking for sys/time.h""... $ac_c" 1>&6
    2752 echo "configure:2753: checking for sys/time.h" >&5
     2807echo "configure:2808: checking for sys/time.h" >&5
    27532808if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    27542809  echo $ac_n "(cached) $ac_c" 1>&6
    27552810else
    27562811  cat > conftest.$ac_ext <<EOF
    2757 #line 2758 "configure"
     2812#line 2813 "configure"
    27582813#include "confdefs.h"
    27592814#include <sys/time.h>
    27602815EOF
    27612816ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2762 { (eval echo configure:2763: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2817{ (eval echo configure:2818: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    27632818ac_err=`grep -v '^ *+' conftest.out`
    27642819if test -z "$ac_err"; then
     
    27842839ac_safe=`echo "sys/types.h" | sed 'y%./+-%__p_%'`
    27852840echo $ac_n "checking for sys/types.h""... $ac_c" 1>&6
    2786 echo "configure:2787: checking for sys/types.h" >&5
     2841echo "configure:2842: checking for sys/types.h" >&5
    27872842if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    27882843  echo $ac_n "(cached) $ac_c" 1>&6
    27892844else
    27902845  cat > conftest.$ac_ext <<EOF
    2791 #line 2792 "configure"
     2846#line 2847 "configure"
    27922847#include "confdefs.h"
    27932848#include <sys/types.h>
    27942849EOF
    27952850ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2796 { (eval echo configure:2797: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2851{ (eval echo configure:2852: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    27972852ac_err=`grep -v '^ *+' conftest.out`
    27982853if test -z "$ac_err"; then
     
    28182873ac_safe=`echo "sys/uio.h" | sed 'y%./+-%__p_%'`
    28192874echo $ac_n "checking for sys/uio.h""... $ac_c" 1>&6
    2820 echo "configure:2821: checking for sys/uio.h" >&5
     2875echo "configure:2876: checking for sys/uio.h" >&5
    28212876if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    28222877  echo $ac_n "(cached) $ac_c" 1>&6
    28232878else
    28242879  cat > conftest.$ac_ext <<EOF
    2825 #line 2826 "configure"
     2880#line 2881 "configure"
    28262881#include "confdefs.h"
    28272882#include <sys/uio.h>
    28282883EOF
    28292884ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2830 { (eval echo configure:2831: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2885{ (eval echo configure:2886: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    28312886ac_err=`grep -v '^ *+' conftest.out`
    28322887if test -z "$ac_err"; then
     
    28522907ac_safe=`echo "sys/un.h" | sed 'y%./+-%__p_%'`
    28532908echo $ac_n "checking for sys/un.h""... $ac_c" 1>&6
    2854 echo "configure:2855: checking for sys/un.h" >&5
     2909echo "configure:2910: checking for sys/un.h" >&5
    28552910if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    28562911  echo $ac_n "(cached) $ac_c" 1>&6
    28572912else
    28582913  cat > conftest.$ac_ext <<EOF
    2859 #line 2860 "configure"
     2914#line 2915 "configure"
    28602915#include "confdefs.h"
    28612916#include <sys/un.h>
    28622917EOF
    28632918ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2864 { (eval echo configure:2865: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2919{ (eval echo configure:2920: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    28652920ac_err=`grep -v '^ *+' conftest.out`
    28662921if test -z "$ac_err"; then
     
    28862941ac_safe=`echo "unistd.h" | sed 'y%./+-%__p_%'`
    28872942echo $ac_n "checking for unistd.h""... $ac_c" 1>&6
    2888 echo "configure:2889: checking for unistd.h" >&5
     2943echo "configure:2944: checking for unistd.h" >&5
    28892944if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    28902945  echo $ac_n "(cached) $ac_c" 1>&6
    28912946else
    28922947  cat > conftest.$ac_ext <<EOF
    2893 #line 2894 "configure"
     2948#line 2949 "configure"
    28942949#include "confdefs.h"
    28952950#include <unistd.h>
    28962951EOF
    28972952ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2898 { (eval echo configure:2899: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2953{ (eval echo configure:2954: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    28992954ac_err=`grep -v '^ *+' conftest.out`
    29002955if test -z "$ac_err"; then
     
    29202975ac_safe=`echo "math.h" | sed 'y%./+-%__p_%'`
    29212976echo $ac_n "checking for math.h""... $ac_c" 1>&6
    2922 echo "configure:2923: checking for math.h" >&5
     2977echo "configure:2978: checking for math.h" >&5
    29232978if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    29242979  echo $ac_n "(cached) $ac_c" 1>&6
    29252980else
    29262981  cat > conftest.$ac_ext <<EOF
    2927 #line 2928 "configure"
     2982#line 2983 "configure"
    29282983#include "confdefs.h"
    29292984#include <math.h>
    29302985EOF
    29312986ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2932 { (eval echo configure:2933: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2987{ (eval echo configure:2988: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    29332988ac_err=`grep -v '^ *+' conftest.out`
    29342989if test -z "$ac_err"; then
     
    29583013ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    29593014echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    2960 echo "configure:2961: checking for $ac_hdr" >&5
     3015echo "configure:3016: checking for $ac_hdr" >&5
    29613016if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    29623017  echo $ac_n "(cached) $ac_c" 1>&6
    29633018else
    29643019  cat > conftest.$ac_ext <<EOF
    2965 #line 2966 "configure"
     3020#line 3021 "configure"
    29663021#include "confdefs.h"
    29673022#include <$ac_hdr>
    29683023EOF
    29693024ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2970 { (eval echo configure:2971: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3025{ (eval echo configure:3026: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    29713026ac_err=`grep -v '^ *+' conftest.out`
    29723027if test -z "$ac_err"; then
     
    29973052if test "$ac_cv_header_gmp_h" = yes; then
    29983053  cat > conftest.$ac_ext <<EOF
    2999 #line 3000 "configure"
     3054#line 3055 "configure"
    30003055#include "confdefs.h"
    30013056#include <gmp.h>
     
    30103065  if test ! "$MPZ_PTR" = mpz_ptr; then
    30113066    cat > conftest.$ac_ext <<EOF
    3012 #line 3013 "configure"
     3067#line 3068 "configure"
    30133068#include "confdefs.h"
    30143069#include <gmp.h>
     
    30393094  fi
    30403095  cat > conftest.$ac_ext <<EOF
    3041 #line 3042 "configure"
     3096#line 3097 "configure"
    30423097#include "confdefs.h"
    30433098#include <gmp.h>
     
    32843339
    32853340    echo $ac_n "checking for ulong""... $ac_c" 1>&6
    3286 echo "configure:3287: checking for ulong" >&5
     3341echo "configure:3342: checking for ulong" >&5
    32873342if eval "test \"`echo '$''{'ac_cv_type_ulong'+set}'`\" = set"; then
    32883343  echo $ac_n "(cached) $ac_c" 1>&6
    32893344else
    32903345  cat > conftest.$ac_ext <<EOF
    3291 #line 3292 "configure"
     3346#line 3347 "configure"
    32923347#include "confdefs.h"
    32933348#include <sys/types.h>
     
    33303385  ac_safe=`echo "TB.h" | sed 'y%./+-%__p_%'`
    33313386echo $ac_n "checking for TB.h""... $ac_c" 1>&6
    3332 echo "configure:3333: checking for TB.h" >&5
     3387echo "configure:3388: checking for TB.h" >&5
    33333388if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    33343389  echo $ac_n "(cached) $ac_c" 1>&6
    33353390else
    33363391  cat > conftest.$ac_ext <<EOF
    3337 #line 3338 "configure"
     3392#line 3393 "configure"
    33383393#include "confdefs.h"
    33393394#include <TB.h>
    33403395EOF
    33413396ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3342 { (eval echo configure:3343: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3397{ (eval echo configure:3398: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    33433398ac_err=`grep -v '^ *+' conftest.out`
    33443399if test -z "$ac_err"; then
     
    33743429 ac_safe=`echo "pvm3.h" | sed 'y%./+-%__p_%'`
    33753430echo $ac_n "checking for pvm3.h""... $ac_c" 1>&6
    3376 echo "configure:3377: checking for pvm3.h" >&5
     3431echo "configure:3432: checking for pvm3.h" >&5
    33773432if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    33783433  echo $ac_n "(cached) $ac_c" 1>&6
    33793434else
    33803435  cat > conftest.$ac_ext <<EOF
    3381 #line 3382 "configure"
     3436#line 3437 "configure"
    33823437#include "confdefs.h"
    33833438#include <pvm3.h>
    33843439EOF
    33853440ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3386 { (eval echo configure:3387: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3441{ (eval echo configure:3442: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    33873442ac_err=`grep -v '^ *+' conftest.out`
    33883443if test -z "$ac_err"; then
     
    34233478set dummy ${with_rsh}; ac_word=$2
    34243479echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3425 echo "configure:3426: checking for $ac_word" >&5
     3480echo "configure:3481: checking for $ac_word" >&5
    34263481if eval "test \"`echo '$''{'ac_cv_prog_with_rsh'+set}'`\" = set"; then
    34273482  echo $ac_n "(cached) $ac_c" 1>&6
     
    34603515set dummy rsh; ac_word=$2
    34613516echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3462 echo "configure:3463: checking for $ac_word" >&5
     3517echo "configure:3518: checking for $ac_word" >&5
    34633518if eval "test \"`echo '$''{'ac_cv_prog_mp_rsh'+set}'`\" = set"; then
    34643519  echo $ac_n "(cached) $ac_c" 1>&6
     
    34933548set dummy remsh; ac_word=$2
    34943549echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3495 echo "configure:3496: checking for $ac_word" >&5
     3550echo "configure:3551: checking for $ac_word" >&5
    34963551if eval "test \"`echo '$''{'ac_cv_prog_mp_remsh'+set}'`\" = set"; then
    34973552  echo $ac_n "(cached) $ac_c" 1>&6
     
    35263581set dummy ssh; ac_word=$2
    35273582echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3528 echo "configure:3529: checking for $ac_word" >&5
     3583echo "configure:3584: checking for $ac_word" >&5
    35293584if eval "test \"`echo '$''{'ac_cv_prog_mp_ssh'+set}'`\" = set"; then
    35303585  echo $ac_n "(cached) $ac_c" 1>&6
     
    35573612
    35583613echo $ac_n "checking which remote shell command to use""... $ac_c" 1>&6
    3559 echo "configure:3560: checking which remote shell command to use" >&5
     3614echo "configure:3615: checking which remote shell command to use" >&5
    35603615for mp_rsh in $ac_rsh_programs; do
    3561     if $mp_rsh `hostname` -n uname \>\& /dev/null; then
     3616    if $mp_rsh localhost -n uname \>\& /dev/null; then
    35623617      mp_rsh_found=$mp_rsh
    35633618      break;
     
    35863641  ac_safe=`echo "${with_malloc}" | sed 'y%./+-%__p_%'`
    35873642echo $ac_n "checking for ${with_malloc}""... $ac_c" 1>&6
    3588 echo "configure:3589: checking for ${with_malloc}" >&5
     3643echo "configure:3644: checking for ${with_malloc}" >&5
    35893644if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    35903645  echo $ac_n "(cached) $ac_c" 1>&6
    35913646else
    35923647  cat > conftest.$ac_ext <<EOF
    3593 #line 3594 "configure"
     3648#line 3649 "configure"
    35943649#include "confdefs.h"
    35953650#include <${with_malloc}>
    35963651EOF
    35973652ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3598 { (eval echo configure:3599: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3653{ (eval echo configure:3654: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    35993654ac_err=`grep -v '^ *+' conftest.out`
    36003655if test -z "$ac_err"; then
     
    36203675fi
    36213676echo $ac_n "checking where malloc rotuines come from""... $ac_c" 1>&6
    3622 echo "configure:3623: checking where malloc rotuines come from" >&5
     3677echo "configure:3678: checking where malloc rotuines come from" >&5
    36233678if test "${with_malloc+set}" = set; then
    36243679  echo "$ac_t""${with_malloc}" 1>&6
     
    36373692
    36383693echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
    3639 echo "configure:3640: checking whether byte ordering is bigendian" >&5
     3694echo "configure:3695: checking whether byte ordering is bigendian" >&5
    36403695if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
    36413696  echo $ac_n "(cached) $ac_c" 1>&6
     
    36443699# See if sys/param.h defines the BYTE_ORDER macro.
    36453700cat > conftest.$ac_ext <<EOF
    3646 #line 3647 "configure"
     3701#line 3702 "configure"
    36473702#include "confdefs.h"
    36483703#include <sys/types.h>
     
    36553710; return 0; }
    36563711EOF
    3657 if { (eval echo configure:3658: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3712if { (eval echo configure:3713: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    36583713  rm -rf conftest*
    36593714  # It does; now see whether it defined to BIG_ENDIAN or not.
    36603715cat > conftest.$ac_ext <<EOF
    3661 #line 3662 "configure"
     3716#line 3717 "configure"
    36623717#include "confdefs.h"
    36633718#include <sys/types.h>
     
    36703725; return 0; }
    36713726EOF
    3672 if { (eval echo configure:3673: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3727if { (eval echo configure:3728: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    36733728  rm -rf conftest*
    36743729  ac_cv_c_bigendian=yes
     
    36903745else
    36913746  cat > conftest.$ac_ext <<EOF
    3692 #line 3693 "configure"
     3747#line 3748 "configure"
    36933748#include "confdefs.h"
    36943749main () {
     
    37033758}
    37043759EOF
    3705 if { (eval echo configure:3706: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
     3760if { (eval echo configure:3761: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    37063761then
    37073762  ac_cv_c_bigendian=no
     
    37273782
    37283783echo $ac_n "checking for working const""... $ac_c" 1>&6
    3729 echo "configure:3730: checking for working const" >&5
     3784echo "configure:3785: checking for working const" >&5
    37303785if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    37313786  echo $ac_n "(cached) $ac_c" 1>&6
    37323787else
    37333788  cat > conftest.$ac_ext <<EOF
    3734 #line 3735 "configure"
     3789#line 3790 "configure"
    37353790#include "confdefs.h"
    37363791
     
    37813836; return 0; }
    37823837EOF
    3783 if { (eval echo configure:3784: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3838if { (eval echo configure:3839: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    37843839  rm -rf conftest*
    37853840  ac_cv_c_const=yes
     
    38023857
    38033858echo $ac_n "checking for size_t""... $ac_c" 1>&6
    3804 echo "configure:3805: checking for size_t" >&5
     3859echo "configure:3860: checking for size_t" >&5
    38053860if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    38063861  echo $ac_n "(cached) $ac_c" 1>&6
    38073862else
    38083863  cat > conftest.$ac_ext <<EOF
    3809 #line 3810 "configure"
     3864#line 3865 "configure"
    38103865#include "confdefs.h"
    38113866#include <sys/types.h>
     
    38353890
    38363891echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
    3837 echo "configure:3838: checking whether time.h and sys/time.h may both be included" >&5
     3892echo "configure:3893: checking whether time.h and sys/time.h may both be included" >&5
    38383893if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
    38393894  echo $ac_n "(cached) $ac_c" 1>&6
    38403895else
    38413896  cat > conftest.$ac_ext <<EOF
    3842 #line 3843 "configure"
     3897#line 3898 "configure"
    38433898#include "confdefs.h"
    38443899#include <sys/types.h>
     
    38493904; return 0; }
    38503905EOF
    3851 if { (eval echo configure:3852: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3906if { (eval echo configure:3907: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    38523907  rm -rf conftest*
    38533908  ac_cv_header_time=yes
     
    38713926
    38723927echo $ac_n "checking size of long""... $ac_c" 1>&6
    3873 echo "configure:3874: checking size of long" >&5
     3928echo "configure:3929: checking size of long" >&5
    38743929if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
    38753930  echo $ac_n "(cached) $ac_c" 1>&6
     
    38793934else
    38803935  cat > conftest.$ac_ext <<EOF
    3881 #line 3882 "configure"
     3936#line 3937 "configure"
    38823937#include "confdefs.h"
    38833938#include <stdio.h>
     
    38903945}
    38913946EOF
    3892 if { (eval echo configure:3893: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
     3947if { (eval echo configure:3948: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    38933948then
    38943949  ac_cv_sizeof_long=`cat conftestval`
Note: See TracChangeset for help on using the changeset viewer.