Changeset 185af8 in git for Singular/configure


Ignore:
Timestamp:
Dec 12, 2000, 3:54:59 PM (23 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
2c72eb986386d08c4cad3c7641468921a9faf348
Parents:
70afd2438566a9b020dc708d29829c9db46981bc
Message:
* HP adjustments


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

Legend:

Unmodified
Added
Removed
  • Singular/configure

    r70afd2 r185af8  
    16691669SAVE_LIBS=${LIBS}
    16701670LIBS=
    1671 echo $ac_n "checking for socket in -lbsd""... $ac_c" 1>&6
    1672 echo "configure:1673: checking for socket in -lbsd" >&5
    1673 ac_lib_var=`echo bsd'_'socket | sed 'y%./+-%__p_%'`
    1674 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    1675   echo $ac_n "(cached) $ac_c" 1>&6
    1676 else
    1677   ac_save_LIBS="$LIBS"
    1678 LIBS="-lbsd  $LIBS"
    1679 cat > conftest.$ac_ext <<EOF
    1680 #line 1681 "configure"
    1681 #include "confdefs.h"
    1682 /* Override any gcc2 internal prototype to avoid an error.  */
    1683 /* We use char because int might match the return type of a gcc2
    1684     builtin and then its argument prototype would still apply.  */
    1685 char socket();
    1686 
    1687 int main() {
    1688 socket()
    1689 ; return 0; }
    1690 EOF
    1691 if { (eval echo configure:1692: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    1692   rm -rf conftest*
    1693   eval "ac_cv_lib_$ac_lib_var=yes"
    1694 else
    1695   echo "configure: failed program was:" >&5
    1696   cat conftest.$ac_ext >&5
    1697   rm -rf conftest*
    1698   eval "ac_cv_lib_$ac_lib_var=no"
    1699 fi
    1700 rm -f conftest*
    1701 LIBS="$ac_save_LIBS"
    1702 
    1703 fi
    1704 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
    1705   echo "$ac_t""yes" 1>&6
    1706     ac_tr_lib=HAVE_LIB`echo bsd | sed -e 's/[^a-zA-Z0-9_]/_/g' \
    1707     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
    1708   cat >> confdefs.h <<EOF
    1709 #define $ac_tr_lib 1
    1710 EOF
    1711 
    1712   LIBS="-lbsd $LIBS"
    1713 
    1714 else
    1715   echo "$ac_t""no" 1>&6
    1716 fi
    1717 
    1718 echo $ac_n "checking for listen in -lsocket""... $ac_c" 1>&6
    1719 echo "configure:1720: checking for listen in -lsocket" >&5
    1720 ac_lib_var=`echo socket'_'listen | sed 'y%./+-%__p_%'`
    1721 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    1722   echo $ac_n "(cached) $ac_c" 1>&6
    1723 else
    1724   ac_save_LIBS="$LIBS"
    1725 LIBS="-lsocket  $LIBS"
    1726 cat > conftest.$ac_ext <<EOF
    1727 #line 1728 "configure"
    1728 #include "confdefs.h"
    1729 /* Override any gcc2 internal prototype to avoid an error.  */
    1730 /* We use char because int might match the return type of a gcc2
    1731     builtin and then its argument prototype would still apply.  */
    1732 char listen();
    1733 
    1734 int main() {
    1735 listen()
    1736 ; return 0; }
    1737 EOF
    1738 if { (eval echo configure:1739: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    1739   rm -rf conftest*
    1740   eval "ac_cv_lib_$ac_lib_var=yes"
    1741 else
    1742   echo "configure: failed program was:" >&5
    1743   cat conftest.$ac_ext >&5
    1744   rm -rf conftest*
    1745   eval "ac_cv_lib_$ac_lib_var=no"
    1746 fi
    1747 rm -f conftest*
    1748 LIBS="$ac_save_LIBS"
    1749 
    1750 fi
    1751 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
    1752   echo "$ac_t""yes" 1>&6
    1753     ac_tr_lib=HAVE_LIB`echo socket | sed -e 's/[^a-zA-Z0-9_]/_/g' \
    1754     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
    1755   cat >> confdefs.h <<EOF
    1756 #define $ac_tr_lib 1
    1757 EOF
    1758 
    1759   LIBS="-lsocket $LIBS"
    1760 
    1761 else
    1762   echo "$ac_t""no" 1>&6
    1763 fi
    1764 
    1765 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
    1766 echo "configure:1767: checking for gethostbyname in -lnsl" >&5
    1767 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
    1768 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    1769   echo $ac_n "(cached) $ac_c" 1>&6
    1770 else
    1771   ac_save_LIBS="$LIBS"
    1772 LIBS="-lnsl  $LIBS"
    1773 cat > conftest.$ac_ext <<EOF
    1774 #line 1775 "configure"
    1775 #include "confdefs.h"
    1776 /* Override any gcc2 internal prototype to avoid an error.  */
    1777 /* We use char because int might match the return type of a gcc2
    1778     builtin and then its argument prototype would still apply.  */
    1779 char gethostbyname();
    1780 
    1781 int main() {
    1782 gethostbyname()
    1783 ; return 0; }
    1784 EOF
    1785 if { (eval echo configure:1786: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    1786   rm -rf conftest*
    1787   eval "ac_cv_lib_$ac_lib_var=yes"
    1788 else
    1789   echo "configure: failed program was:" >&5
    1790   cat conftest.$ac_ext >&5
    1791   rm -rf conftest*
    1792   eval "ac_cv_lib_$ac_lib_var=no"
    1793 fi
    1794 rm -f conftest*
    1795 LIBS="$ac_save_LIBS"
    1796 
    1797 fi
    1798 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
    1799   echo "$ac_t""yes" 1>&6
    1800     ac_tr_lib=HAVE_LIB`echo nsl | sed -e 's/[^a-zA-Z0-9_]/_/g' \
    1801     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
    1802   cat >> confdefs.h <<EOF
    1803 #define $ac_tr_lib 1
    1804 EOF
    1805 
    1806   LIBS="-lnsl $LIBS"
    1807 
    1808 else
    1809   echo "$ac_t""no" 1>&6
    1810 fi
    1811 
    1812 echo $ac_n "checking for index in -lucb""... $ac_c" 1>&6
    1813 echo "configure:1814: checking for index in -lucb" >&5
    1814 ac_lib_var=`echo ucb'_'index | sed 'y%./+-%__p_%'`
    1815 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    1816   echo $ac_n "(cached) $ac_c" 1>&6
    1817 else
    1818   ac_save_LIBS="$LIBS"
    1819 LIBS="-lucb  $LIBS"
    1820 cat > conftest.$ac_ext <<EOF
    1821 #line 1822 "configure"
    1822 #include "confdefs.h"
    1823 /* Override any gcc2 internal prototype to avoid an error.  */
    1824 /* We use char because int might match the return type of a gcc2
    1825     builtin and then its argument prototype would still apply.  */
    1826 char ;
    1827 
    1828 int main() {
    1829 index()
    1830 ; return 0; }
    1831 EOF
    1832 if { (eval echo configure:1833: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    1833   rm -rf conftest*
    1834   eval "ac_cv_lib_$ac_lib_var=yes"
    1835 else
    1836   echo "configure: failed program was:" >&5
    1837   cat conftest.$ac_ext >&5
    1838   rm -rf conftest*
    1839   eval "ac_cv_lib_$ac_lib_var=no"
    1840 fi
    1841 rm -f conftest*
    1842 LIBS="$ac_save_LIBS"
    1843 
    1844 fi
    1845 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
    1846   echo "$ac_t""yes" 1>&6
    1847     ac_tr_lib=HAVE_LIB`echo ucb | sed -e 's/[^a-zA-Z0-9_]/_/g' \
    1848     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
    1849   cat >> confdefs.h <<EOF
    1850 #define $ac_tr_lib 1
    1851 EOF
    1852 
    1853   LIBS="-lucb $LIBS"
    1854 
    1855 else
    1856   echo "$ac_t""no" 1>&6
    1857 fi
    1858 
    1859 MP_LIBS=${LIBS}
    1860 LIBS=
     1671
    18611672
    18621673# check for dl lib
     
    18641675        HPUX*)
    18651676          echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6
    1866 echo "configure:1867: checking for shl_load in -ldld" >&5
     1677echo "configure:1678: checking for shl_load in -ldld" >&5
    18671678ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'`
    18681679if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    18721683LIBS="-ldld  $LIBS"
    18731684cat > conftest.$ac_ext <<EOF
    1874 #line 1875 "configure"
     1685#line 1686 "configure"
    18751686#include "confdefs.h"
    18761687/* Override any gcc2 internal prototype to avoid an error.  */
     
    18831694; return 0; }
    18841695EOF
    1885 if { (eval echo configure:1886: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1696if { (eval echo configure:1697: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    18861697  rm -rf conftest*
    18871698  eval "ac_cv_lib_$ac_lib_var=yes"
     
    19191730        *Linux*)
    19201731          echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
    1921 echo "configure:1922: checking for dlopen in -ldl" >&5
     1732echo "configure:1733: checking for dlopen in -ldl" >&5
    19221733ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
    19231734if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    19271738LIBS="-ldl  $LIBS"
    19281739cat > conftest.$ac_ext <<EOF
    1929 #line 1930 "configure"
     1740#line 1741 "configure"
    19301741#include "confdefs.h"
    19311742/* Override any gcc2 internal prototype to avoid an error.  */
     
    19381749; return 0; }
    19391750EOF
    1940 if { (eval echo configure:1941: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1751if { (eval echo configure:1752: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    19411752  rm -rf conftest*
    19421753  eval "ac_cv_lib_$ac_lib_var=yes"
     
    19801791# heder file checks
    19811792echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    1982 echo "configure:1983: checking for ANSI C header files" >&5
     1793echo "configure:1794: checking for ANSI C header files" >&5
    19831794if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    19841795  echo $ac_n "(cached) $ac_c" 1>&6
    19851796else
    19861797  cat > conftest.$ac_ext <<EOF
    1987 #line 1988 "configure"
     1798#line 1799 "configure"
    19881799#include "confdefs.h"
    19891800#include <stdlib.h>
     
    19931804EOF
    19941805ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1995 { (eval echo configure:1996: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1806{ (eval echo configure:1807: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    19961807ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    19971808if test -z "$ac_err"; then
     
    20101821  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    20111822cat > conftest.$ac_ext <<EOF
    2012 #line 2013 "configure"
     1823#line 1824 "configure"
    20131824#include "confdefs.h"
    20141825#include <string.h>
     
    20281839  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    20291840cat > conftest.$ac_ext <<EOF
    2030 #line 2031 "configure"
     1841#line 1842 "configure"
    20311842#include "confdefs.h"
    20321843#include <stdlib.h>
     
    20491860else
    20501861  cat > conftest.$ac_ext <<EOF
    2051 #line 2052 "configure"
     1862#line 1863 "configure"
    20521863#include "confdefs.h"
    20531864#include <ctype.h>
     
    20601871
    20611872EOF
    2062 if { (eval echo configure:2063: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1873if { (eval echo configure:1874: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    20631874then
    20641875  :
     
    20871898ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    20881899echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    2089 echo "configure:2090: checking for $ac_hdr" >&5
     1900echo "configure:1901: checking for $ac_hdr" >&5
    20901901if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    20911902  echo $ac_n "(cached) $ac_c" 1>&6
    20921903else
    20931904  cat > conftest.$ac_ext <<EOF
    2094 #line 2095 "configure"
     1905#line 1906 "configure"
    20951906#include "confdefs.h"
    20961907#include <$ac_hdr>
    20971908EOF
    20981909ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2099 { (eval echo configure:2100: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1910{ (eval echo configure:1911: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    21001911ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    21011912if test -z "$ac_err"; then
     
    21291940ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    21301941echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    2131 echo "configure:2132: checking for $ac_hdr" >&5
     1942echo "configure:1943: checking for $ac_hdr" >&5
    21321943if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    21331944  echo $ac_n "(cached) $ac_c" 1>&6
    21341945else
    21351946  cat > conftest.$ac_ext <<EOF
    2136 #line 2137 "configure"
     1947#line 1948 "configure"
    21371948#include "confdefs.h"
    21381949#include <$ac_hdr>
    21391950EOF
    21401951ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2141 { (eval echo configure:2142: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1952{ (eval echo configure:1953: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    21421953ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    21431954if test -z "$ac_err"; then
     
    21681979# typedefs, structures
    21691980echo $ac_n "checking for working const""... $ac_c" 1>&6
    2170 echo "configure:2171: checking for working const" >&5
     1981echo "configure:1982: checking for working const" >&5
    21711982if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    21721983  echo $ac_n "(cached) $ac_c" 1>&6
    21731984else
    21741985  cat > conftest.$ac_ext <<EOF
    2175 #line 2176 "configure"
     1986#line 1987 "configure"
    21761987#include "confdefs.h"
    21771988
     
    22222033; return 0; }
    22232034EOF
    2224 if { (eval echo configure:2225: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2035if { (eval echo configure:2036: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    22252036  rm -rf conftest*
    22262037  ac_cv_c_const=yes
     
    22432054
    22442055echo $ac_n "checking for inline""... $ac_c" 1>&6
    2245 echo "configure:2246: checking for inline" >&5
     2056echo "configure:2057: checking for inline" >&5
    22462057if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
    22472058  echo $ac_n "(cached) $ac_c" 1>&6
     
    22502061for ac_kw in inline __inline__ __inline; do
    22512062  cat > conftest.$ac_ext <<EOF
    2252 #line 2253 "configure"
     2063#line 2064 "configure"
    22532064#include "confdefs.h"
    22542065
     
    22572068; return 0; }
    22582069EOF
    2259 if { (eval echo configure:2260: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2070if { (eval echo configure:2071: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    22602071  rm -rf conftest*
    22612072  ac_cv_c_inline=$ac_kw; break
     
    22832094
    22842095echo $ac_n "checking for size_t""... $ac_c" 1>&6
    2285 echo "configure:2286: checking for size_t" >&5
     2096echo "configure:2097: checking for size_t" >&5
    22862097if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    22872098  echo $ac_n "(cached) $ac_c" 1>&6
    22882099else
    22892100  cat > conftest.$ac_ext <<EOF
    2290 #line 2291 "configure"
     2101#line 2102 "configure"
    22912102#include "confdefs.h"
    22922103#include <sys/types.h>
     
    23162127
    23172128echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
    2318 echo "configure:2319: checking whether time.h and sys/time.h may both be included" >&5
     2129echo "configure:2130: checking whether time.h and sys/time.h may both be included" >&5
    23192130if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
    23202131  echo $ac_n "(cached) $ac_c" 1>&6
    23212132else
    23222133  cat > conftest.$ac_ext <<EOF
    2323 #line 2324 "configure"
     2134#line 2135 "configure"
    23242135#include "confdefs.h"
    23252136#include <sys/types.h>
     
    23302141; return 0; }
    23312142EOF
    2332 if { (eval echo configure:2333: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2143if { (eval echo configure:2144: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    23332144  rm -rf conftest*
    23342145  ac_cv_header_time=yes
     
    23512162
    23522163echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
    2353 echo "configure:2354: checking whether struct tm is in sys/time.h or time.h" >&5
     2164echo "configure:2165: checking whether struct tm is in sys/time.h or time.h" >&5
    23542165if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
    23552166  echo $ac_n "(cached) $ac_c" 1>&6
    23562167else
    23572168  cat > conftest.$ac_ext <<EOF
    2358 #line 2359 "configure"
     2169#line 2170 "configure"
    23592170#include "confdefs.h"
    23602171#include <sys/types.h>
     
    23642175; return 0; }
    23652176EOF
    2366 if { (eval echo configure:2367: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2177if { (eval echo configure:2178: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    23672178  rm -rf conftest*
    23682179  ac_cv_struct_tm=time.h
     
    23892200# for constant arguments.  Useless!
    23902201echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
    2391 echo "configure:2392: checking for working alloca.h" >&5
     2202echo "configure:2203: checking for working alloca.h" >&5
    23922203if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    23932204  echo $ac_n "(cached) $ac_c" 1>&6
    23942205else
    23952206  cat > conftest.$ac_ext <<EOF
    2396 #line 2397 "configure"
     2207#line 2208 "configure"
    23972208#include "confdefs.h"
    23982209#include <alloca.h>
     
    24012212; return 0; }
    24022213EOF
    2403 if { (eval echo configure:2404: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2214if { (eval echo configure:2215: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    24042215  rm -rf conftest*
    24052216  ac_cv_header_alloca_h=yes
     
    24222233
    24232234echo $ac_n "checking for alloca""... $ac_c" 1>&6
    2424 echo "configure:2425: checking for alloca" >&5
     2235echo "configure:2236: checking for alloca" >&5
    24252236if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    24262237  echo $ac_n "(cached) $ac_c" 1>&6
    24272238else
    24282239  cat > conftest.$ac_ext <<EOF
    2429 #line 2430 "configure"
     2240#line 2241 "configure"
    24302241#include "confdefs.h"
    24312242
     
    24552266; return 0; }
    24562267EOF
    2457 if { (eval echo configure:2458: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2268if { (eval echo configure:2269: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    24582269  rm -rf conftest*
    24592270  ac_cv_func_alloca_works=yes
     
    24872298
    24882299echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
    2489 echo "configure:2490: checking whether alloca needs Cray hooks" >&5
     2300echo "configure:2301: checking whether alloca needs Cray hooks" >&5
    24902301if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    24912302  echo $ac_n "(cached) $ac_c" 1>&6
    24922303else
    24932304  cat > conftest.$ac_ext <<EOF
    2494 #line 2495 "configure"
     2305#line 2306 "configure"
    24952306#include "confdefs.h"
    24962307#if defined(CRAY) && ! defined(CRAY2)
     
    25172328for ac_func in _getb67 GETB67 getb67; do
    25182329  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2519 echo "configure:2520: checking for $ac_func" >&5
     2330echo "configure:2331: checking for $ac_func" >&5
    25202331if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    25212332  echo $ac_n "(cached) $ac_c" 1>&6
    25222333else
    25232334  cat > conftest.$ac_ext <<EOF
    2524 #line 2525 "configure"
     2335#line 2336 "configure"
    25252336#include "confdefs.h"
    25262337/* System header to define __stub macros and hopefully few prototypes,
     
    25452356; return 0; }
    25462357EOF
    2547 if { (eval echo configure:2548: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2358if { (eval echo configure:2359: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    25482359  rm -rf conftest*
    25492360  eval "ac_cv_func_$ac_func=yes"
     
    25722383
    25732384echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
    2574 echo "configure:2575: checking stack direction for C alloca" >&5
     2385echo "configure:2386: checking stack direction for C alloca" >&5
    25752386if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    25762387  echo $ac_n "(cached) $ac_c" 1>&6
     
    25802391else
    25812392  cat > conftest.$ac_ext <<EOF
    2582 #line 2583 "configure"
     2393#line 2394 "configure"
    25832394#include "confdefs.h"
    25842395find_stack_direction ()
     
    25992410}
    26002411EOF
    2601 if { (eval echo configure:2602: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2412if { (eval echo configure:2413: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    26022413then
    26032414  ac_cv_c_stack_direction=1
     
    26222433if test $ac_cv_prog_gcc = yes; then
    26232434    echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
    2624 echo "configure:2625: checking whether ${CC-cc} needs -traditional" >&5
     2435echo "configure:2436: checking whether ${CC-cc} needs -traditional" >&5
    26252436if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
    26262437  echo $ac_n "(cached) $ac_c" 1>&6
     
    26282439    ac_pattern="Autoconf.*'x'"
    26292440  cat > conftest.$ac_ext <<EOF
    2630 #line 2631 "configure"
     2441#line 2442 "configure"
    26312442#include "confdefs.h"
    26322443#include <sgtty.h>
     
    26462457  if test $ac_cv_prog_gcc_traditional = no; then
    26472458    cat > conftest.$ac_ext <<EOF
    2648 #line 2649 "configure"
     2459#line 2460 "configure"
    26492460#include "confdefs.h"
    26502461#include <termio.h>
     
    26712482ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    26722483echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    2673 echo "configure:2674: checking for $ac_hdr" >&5
     2484echo "configure:2485: checking for $ac_hdr" >&5
    26742485if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    26752486  echo $ac_n "(cached) $ac_c" 1>&6
    26762487else
    26772488  cat > conftest.$ac_ext <<EOF
    2678 #line 2679 "configure"
     2489#line 2490 "configure"
    26792490#include "confdefs.h"
    26802491#include <$ac_hdr>
    26812492EOF
    26822493ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2683 { (eval echo configure:2684: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2494{ (eval echo configure:2495: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    26842495ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    26852496if test -z "$ac_err"; then
     
    27102521do
    27112522echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2712 echo "configure:2713: checking for $ac_func" >&5
     2523echo "configure:2524: checking for $ac_func" >&5
    27132524if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    27142525  echo $ac_n "(cached) $ac_c" 1>&6
    27152526else
    27162527  cat > conftest.$ac_ext <<EOF
    2717 #line 2718 "configure"
     2528#line 2529 "configure"
    27182529#include "confdefs.h"
    27192530/* System header to define __stub macros and hopefully few prototypes,
     
    27382549; return 0; }
    27392550EOF
    2740 if { (eval echo configure:2741: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2551if { (eval echo configure:2552: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    27412552  rm -rf conftest*
    27422553  eval "ac_cv_func_$ac_func=yes"
     
    27632574
    27642575echo $ac_n "checking for working mmap""... $ac_c" 1>&6
    2765 echo "configure:2766: checking for working mmap" >&5
     2576echo "configure:2577: checking for working mmap" >&5
    27662577if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
    27672578  echo $ac_n "(cached) $ac_c" 1>&6
     
    27712582else
    27722583  cat > conftest.$ac_ext <<EOF
    2773 #line 2774 "configure"
     2584#line 2585 "configure"
    27742585#include "confdefs.h"
    27752586
     
    29112722
    29122723EOF
    2913 if { (eval echo configure:2914: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2724if { (eval echo configure:2725: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    29142725then
    29152726  ac_cv_func_mmap_fixed_mapped=yes
     
    29342745
    29352746echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
    2936 echo "configure:2937: checking return type of signal handlers" >&5
     2747echo "configure:2748: checking return type of signal handlers" >&5
    29372748if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
    29382749  echo $ac_n "(cached) $ac_c" 1>&6
    29392750else
    29402751  cat > conftest.$ac_ext <<EOF
    2941 #line 2942 "configure"
     2752#line 2753 "configure"
    29422753#include "confdefs.h"
    29432754#include <sys/types.h>
     
    29562767; return 0; }
    29572768EOF
    2958 if { (eval echo configure:2959: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2769if { (eval echo configure:2770: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    29592770  rm -rf conftest*
    29602771  ac_cv_type_signal=void
     
    29752786
    29762787echo $ac_n "checking for vprintf""... $ac_c" 1>&6
    2977 echo "configure:2978: checking for vprintf" >&5
     2788echo "configure:2789: checking for vprintf" >&5
    29782789if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
    29792790  echo $ac_n "(cached) $ac_c" 1>&6
    29802791else
    29812792  cat > conftest.$ac_ext <<EOF
    2982 #line 2983 "configure"
     2793#line 2794 "configure"
    29832794#include "confdefs.h"
    29842795/* System header to define __stub macros and hopefully few prototypes,
     
    30032814; return 0; }
    30042815EOF
    3005 if { (eval echo configure:3006: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2816if { (eval echo configure:2817: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    30062817  rm -rf conftest*
    30072818  eval "ac_cv_func_vprintf=yes"
     
    30272838if test "$ac_cv_func_vprintf" != yes; then
    30282839echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
    3029 echo "configure:3030: checking for _doprnt" >&5
     2840echo "configure:2841: checking for _doprnt" >&5
    30302841if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
    30312842  echo $ac_n "(cached) $ac_c" 1>&6
    30322843else
    30332844  cat > conftest.$ac_ext <<EOF
    3034 #line 3035 "configure"
     2845#line 2846 "configure"
    30352846#include "confdefs.h"
    30362847/* System header to define __stub macros and hopefully few prototypes,
     
    30552866; return 0; }
    30562867EOF
    3057 if { (eval echo configure:3058: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2868if { (eval echo configure:2869: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    30582869  rm -rf conftest*
    30592870  eval "ac_cv_func__doprnt=yes"
     
    30822893do
    30832894echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3084 echo "configure:3085: checking for $ac_func" >&5
     2895echo "configure:2896: checking for $ac_func" >&5
    30852896if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    30862897  echo $ac_n "(cached) $ac_c" 1>&6
    30872898else
    30882899  cat > conftest.$ac_ext <<EOF
    3089 #line 3090 "configure"
     2900#line 2901 "configure"
    30902901#include "confdefs.h"
    30912902/* System header to define __stub macros and hopefully few prototypes,
     
    31102921; return 0; }
    31112922EOF
    3112 if { (eval echo configure:3113: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2923if { (eval echo configure:2924: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    31132924  rm -rf conftest*
    31142925  eval "ac_cv_func_$ac_func=yes"
     
    31382949# arithmetic shifts
    31392950echo $ac_n "checking whether your machine has correct arithmetic shifts""... $ac_c" 1>&6
    3140 echo "configure:3141: checking whether your machine has correct arithmetic shifts" >&5
     2951echo "configure:2952: checking whether your machine has correct arithmetic shifts" >&5
    31412952if eval "test \"`echo '$''{'ac_cv_shift'+set}'`\" = set"; then
    31422953  echo $ac_n "(cached) $ac_c" 1>&6
     
    31512962else
    31522963  cat > conftest.$ac_ext <<EOF
    3153 #line 3154 "configure"
     2964#line 2965 "configure"
    31542965#include "confdefs.h"
    31552966 int main() { if (-2 >> 1 == -1) exit(0); else exit(1); }
    31562967EOF
    3157 if { (eval echo configure:3158: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2968if { (eval echo configure:2969: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    31582969then
    31592970  ac_cv_shift=yes
     
    31802991# check for a peculiar constructor initialization
    31812992echo $ac_n "checking whether explicit C++ constructor calls are allowed""... $ac_c" 1>&6
    3182 echo "configure:3183: checking whether explicit C++ constructor calls are allowed" >&5
     2993echo "configure:2994: checking whether explicit C++ constructor calls are allowed" >&5
    31832994
    31842995ac_ext=C
     
    31933004else
    31943005  cat > conftest.$ac_ext <<EOF
    3195 #line 3196 "configure"
     3006#line 3007 "configure"
    31963007#include "confdefs.h"
    31973008
     
    32113022; return 0; }
    32123023EOF
    3213 if { (eval echo configure:3214: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3024if { (eval echo configure:3025: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    32143025  rm -rf conftest*
    32153026  ac_cv_explicit_const=yes
     
    32403051# sprintf returns number of printed chars
    32413052echo $ac_n "checking whether vsprintf returns number of printed chars""... $ac_c" 1>&6
    3242 echo "configure:3243: checking whether vsprintf returns number of printed chars" >&5
     3053echo "configure:3054: checking whether vsprintf returns number of printed chars" >&5
    32433054if eval "test \"`echo '$''{'ac_cv_returns_n_of_chars'+set}'`\" = set"; then
    32443055  echo $ac_n "(cached) $ac_c" 1>&6
     
    32483059else
    32493060  cat > conftest.$ac_ext <<EOF
    3250 #line 3251 "configure"
     3061#line 3062 "configure"
    32513062#include "confdefs.h"
    32523063#include <stdio.h>
    32533064 main() { char *str=(char*)malloc(20); if (((int) sprintf(str,"123456789")) == 9) exit(0); else exit(1); }
    32543065EOF
    3255 if { (eval echo configure:3256: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3066if { (eval echo configure:3067: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    32563067then
    32573068  ac_cv_returns_n_of_chars=yes
     
    32793090# determine ALIGN_8
    32803091echo $ac_n "checking size of char""... $ac_c" 1>&6
    3281 echo "configure:3282: checking size of char" >&5
     3092echo "configure:3093: checking size of char" >&5
    32823093if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
    32833094  echo $ac_n "(cached) $ac_c" 1>&6
     
    32873098else
    32883099  cat > conftest.$ac_ext <<EOF
    3289 #line 3290 "configure"
     3100#line 3101 "configure"
    32903101#include "confdefs.h"
    32913102#include <stdio.h>
     
    32983109}
    32993110EOF
    3300 if { (eval echo configure:3301: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3111if { (eval echo configure:3112: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    33013112then
    33023113  ac_cv_sizeof_char=`cat conftestval`
     
    33183129
    33193130echo $ac_n "checking size of short""... $ac_c" 1>&6
    3320 echo "configure:3321: checking size of short" >&5
     3131echo "configure:3132: checking size of short" >&5
    33213132if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
    33223133  echo $ac_n "(cached) $ac_c" 1>&6
     
    33263137else
    33273138  cat > conftest.$ac_ext <<EOF
    3328 #line 3329 "configure"
     3139#line 3140 "configure"
    33293140#include "confdefs.h"
    33303141#include <stdio.h>
     
    33373148}
    33383149EOF
    3339 if { (eval echo configure:3340: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3150if { (eval echo configure:3151: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    33403151then
    33413152  ac_cv_sizeof_short=`cat conftestval`
     
    33573168
    33583169echo $ac_n "checking size of int""... $ac_c" 1>&6
    3359 echo "configure:3360: checking size of int" >&5
     3170echo "configure:3171: checking size of int" >&5
    33603171if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
    33613172  echo $ac_n "(cached) $ac_c" 1>&6
     
    33653176else
    33663177  cat > conftest.$ac_ext <<EOF
    3367 #line 3368 "configure"
     3178#line 3179 "configure"
    33683179#include "confdefs.h"
    33693180#include <stdio.h>
     
    33763187}
    33773188EOF
    3378 if { (eval echo configure:3379: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3189if { (eval echo configure:3190: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    33793190then
    33803191  ac_cv_sizeof_int=`cat conftestval`
     
    33963207
    33973208echo $ac_n "checking size of long""... $ac_c" 1>&6
    3398 echo "configure:3399: checking size of long" >&5
     3209echo "configure:3210: checking size of long" >&5
    33993210if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
    34003211  echo $ac_n "(cached) $ac_c" 1>&6
     
    34043215else
    34053216  cat > conftest.$ac_ext <<EOF
    3406 #line 3407 "configure"
     3217#line 3218 "configure"
    34073218#include "confdefs.h"
    34083219#include <stdio.h>
     
    34153226}
    34163227EOF
    3417 if { (eval echo configure:3418: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3228if { (eval echo configure:3229: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    34183229then
    34193230  ac_cv_sizeof_long=`cat conftestval`
     
    34353246
    34363247echo $ac_n "checking size of void*""... $ac_c" 1>&6
    3437 echo "configure:3438: checking size of void*" >&5
     3248echo "configure:3249: checking size of void*" >&5
    34383249if eval "test \"`echo '$''{'ac_cv_sizeof_voidp'+set}'`\" = set"; then
    34393250  echo $ac_n "(cached) $ac_c" 1>&6
     
    34433254else
    34443255  cat > conftest.$ac_ext <<EOF
    3445 #line 3446 "configure"
     3256#line 3257 "configure"
    34463257#include "confdefs.h"
    34473258#include <stdio.h>
     
    34543265}
    34553266EOF
    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
     3267if { (eval echo configure:3268: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    34573268then
    34583269  ac_cv_sizeof_voidp=`cat conftestval`
     
    34743285
    34753286echo $ac_n "checking size of double""... $ac_c" 1>&6
    3476 echo "configure:3477: checking size of double" >&5
     3287echo "configure:3288: checking size of double" >&5
    34773288if eval "test \"`echo '$''{'ac_cv_sizeof_double'+set}'`\" = set"; then
    34783289  echo $ac_n "(cached) $ac_c" 1>&6
     
    34823293else
    34833294  cat > conftest.$ac_ext <<EOF
    3484 #line 3485 "configure"
     3295#line 3296 "configure"
    34853296#include "confdefs.h"
    34863297#include <stdio.h>
     
    34933304}
    34943305EOF
    3495 if { (eval echo configure:3496: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3306if { (eval echo configure:3307: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    34963307then
    34973308  ac_cv_sizeof_double=`cat conftestval`
     
    35133324
    35143325echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
    3515 echo "configure:3516: checking whether byte ordering is bigendian" >&5
     3326echo "configure:3327: checking whether byte ordering is bigendian" >&5
    35163327if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
    35173328  echo $ac_n "(cached) $ac_c" 1>&6
     
    35203331# See if sys/param.h defines the BYTE_ORDER macro.
    35213332cat > conftest.$ac_ext <<EOF
    3522 #line 3523 "configure"
     3333#line 3334 "configure"
    35233334#include "confdefs.h"
    35243335#include <sys/types.h>
     
    35313342; return 0; }
    35323343EOF
    3533 if { (eval echo configure:3534: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3344if { (eval echo configure:3345: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    35343345  rm -rf conftest*
    35353346  # It does; now see whether it defined to BIG_ENDIAN or not.
    35363347cat > conftest.$ac_ext <<EOF
    3537 #line 3538 "configure"
     3348#line 3349 "configure"
    35383349#include "confdefs.h"
    35393350#include <sys/types.h>
     
    35463357; return 0; }
    35473358EOF
    3548 if { (eval echo configure:3549: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3359if { (eval echo configure:3360: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    35493360  rm -rf conftest*
    35503361  ac_cv_c_bigendian=yes
     
    35663377else
    35673378  cat > conftest.$ac_ext <<EOF
    3568 #line 3569 "configure"
     3379#line 3380 "configure"
    35693380#include "confdefs.h"
    35703381main () {
     
    35793390}
    35803391EOF
    3581 if { (eval echo configure:3582: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3392if { (eval echo configure:3393: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    35823393then
    35833394  ac_cv_c_bigendian=no
     
    36973508
    36983509echo $ac_n "checking whether to use dynamic linking""... $ac_c" 1>&6
    3699 echo "configure:3700: checking whether to use dynamic linking" >&5
     3510echo "configure:3511: checking whether to use dynamic linking" >&5
    37003511if test "$with_dl" != no && test "$ac_lib_dl" = yes; then
    37013512  cat >> confdefs.h <<\EOF
     
    37103521
    37113522echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6
    3712 echo "configure:3713: checking for tgetent in -lncurses" >&5
     3523echo "configure:3524: checking for tgetent in -lncurses" >&5
    37133524ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'`
    37143525if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    37183529LIBS="-lncurses  $LIBS"
    37193530cat > conftest.$ac_ext <<EOF
    3720 #line 3721 "configure"
     3531#line 3532 "configure"
    37213532#include "confdefs.h"
    37223533/* Override any gcc2 internal prototype to avoid an error.  */
     
    37293540; return 0; }
    37303541EOF
    3731 if { (eval echo configure:3732: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3542if { (eval echo configure:3543: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    37323543  rm -rf conftest*
    37333544  eval "ac_cv_lib_$ac_lib_var=yes"
     
    37563567\
    37573568 echo $ac_n "checking for tgetent in -lcurses""... $ac_c" 1>&6
    3758 echo "configure:3759: checking for tgetent in -lcurses" >&5
     3569echo "configure:3570: checking for tgetent in -lcurses" >&5
    37593570ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'`
    37603571if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    37643575LIBS="-lcurses  $LIBS"
    37653576cat > conftest.$ac_ext <<EOF
    3766 #line 3767 "configure"
     3577#line 3578 "configure"
    37673578#include "confdefs.h"
    37683579/* Override any gcc2 internal prototype to avoid an error.  */
     
    37753586; return 0; }
    37763587EOF
    3777 if { (eval echo configure:3778: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3588if { (eval echo configure:3589: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    37783589  rm -rf conftest*
    37793590  eval "ac_cv_lib_$ac_lib_var=yes"
     
    38023613\
    38033614  echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6
    3804 echo "configure:3805: checking for tgetent in -ltermcap" >&5
     3615echo "configure:3616: checking for tgetent in -ltermcap" >&5
    38053616ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'`
    38063617if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    38103621LIBS="-ltermcap  $LIBS"
    38113622cat > conftest.$ac_ext <<EOF
    3812 #line 3813 "configure"
     3623#line 3624 "configure"
    38133624#include "confdefs.h"
    38143625/* Override any gcc2 internal prototype to avoid an error.  */
     
    38213632; return 0; }
    38223633EOF
    3823 if { (eval echo configure:3824: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3634if { (eval echo configure:3635: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    38243635  rm -rf conftest*
    38253636  eval "ac_cv_lib_$ac_lib_var=yes"
     
    38703681
    38713682   echo $ac_n "checking for rl_abort in -lreadline""... $ac_c" 1>&6
    3872 echo "configure:3873: checking for rl_abort in -lreadline" >&5
     3683echo "configure:3684: checking for rl_abort in -lreadline" >&5
    38733684ac_lib_var=`echo readline'_'rl_abort | sed 'y%./+-%__p_%'`
    38743685if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    38783689LIBS="-lreadline  $LIBS"
    38793690cat > conftest.$ac_ext <<EOF
    3880 #line 3881 "configure"
     3691#line 3692 "configure"
    38813692#include "confdefs.h"
    38823693/* Override any gcc2 internal prototype to avoid an error.  */
     
    38923703; return 0; }
    38933704EOF
    3894 if { (eval echo configure:3895: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3705if { (eval echo configure:3706: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    38953706  rm -rf conftest*
    38963707  eval "ac_cv_lib_$ac_lib_var=yes"
     
    39203731
    39213732   echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
    3922 echo "configure:3923: checking how to run the C++ preprocessor" >&5
     3733echo "configure:3734: checking how to run the C++ preprocessor" >&5
    39233734if test -z "$CXXCPP"; then
    39243735if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
     
    39333744  CXXCPP="${CXX-g++} -E"
    39343745  cat > conftest.$ac_ext <<EOF
    3935 #line 3936 "configure"
     3746#line 3747 "configure"
    39363747#include "confdefs.h"
    39373748#include <stdlib.h>
    39383749EOF
    39393750ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3940 { (eval echo configure:3941: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3751{ (eval echo configure:3752: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    39413752ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    39423753if test -z "$ac_err"; then
     
    39663777ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    39673778echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    3968 echo "configure:3969: checking for $ac_hdr" >&5
     3779echo "configure:3780: checking for $ac_hdr" >&5
    39693780if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    39703781  echo $ac_n "(cached) $ac_c" 1>&6
    39713782else
    39723783  cat > conftest.$ac_ext <<EOF
    3973 #line 3974 "configure"
     3784#line 3785 "configure"
    39743785#include "confdefs.h"
    39753786#include <$ac_hdr>
    39763787EOF
    39773788ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3978 { (eval echo configure:3979: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3789{ (eval echo configure:3790: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    39793790ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    39803791if test -z "$ac_err"; then
     
    40053816      test "$ac_cv_header_readline_readline_h" = yes; then
    40063817     echo $ac_n "checking whether readline.h is ok""... $ac_c" 1>&6
    4007 echo "configure:4008: checking whether readline.h is ok" >&5
     3818echo "configure:3819: checking whether readline.h is ok" >&5
    40083819     if eval "test \"`echo '$''{'ac_cv_header_readline_readline_h_ok'+set}'`\" = set"; then
    40093820  echo $ac_n "(cached) $ac_c" 1>&6
    40103821else
    40113822  cat > conftest.$ac_ext <<EOF
    4012 #line 4013 "configure"
     3823#line 3824 "configure"
    40133824#include "confdefs.h"
    40143825#include<unistd.h>
     
    40353846; return 0; }
    40363847EOF
    4037 if { (eval echo configure:4038: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3848if { (eval echo configure:3849: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    40383849  rm -rf conftest*
    40393850  ac_cv_header_readline_readline_h_ok="yes"
     
    40513862#not ok -- try once more with explicitly declaring everything
    40523863      echo $ac_n "checking whether or not we nevertheless can use readline""... $ac_c" 1>&6
    4053 echo "configure:4054: checking whether or not we nevertheless can use readline" >&5
     3864echo "configure:3865: checking whether or not we nevertheless can use readline" >&5
    40543865      if eval "test \"`echo '$''{'ac_cv_have_readline'+set}'`\" = set"; then
    40553866  echo $ac_n "(cached) $ac_c" 1>&6
    40563867else
    40573868  cat > conftest.$ac_ext <<EOF
    4058 #line 4059 "configure"
     3869#line 3870 "configure"
    40593870#include "confdefs.h"
    40603871#include <stdio.h>
     
    40903901; return 0; }
    40913902EOF
    4092 if { (eval echo configure:4093: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3903if { (eval echo configure:3904: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    40933904  rm -rf conftest*
    40943905  ac_cv_have_readline="yes"
     
    41293940
    41303941echo $ac_n "checking which readline to use""... $ac_c" 1>&6
    4131 echo "configure:4132: checking which readline to use" >&5
     3942echo "configure:3943: checking which readline to use" >&5
    41323943if test "$ac_cv_with_readline" = dynamic; then
    41333944  echo "$ac_t""dynamic" 1>&6
     
    41473958# gmp, smallgmp, MP, MPT, factory, libfac
    41483959echo $ac_n "checking for main in -lgmp""... $ac_c" 1>&6
    4149 echo "configure:4150: checking for main in -lgmp" >&5
     3960echo "configure:3961: checking for main in -lgmp" >&5
    41503961ac_lib_var=`echo gmp'_'main | sed 'y%./+-%__p_%'`
    41513962if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    41553966LIBS="-lgmp  $LIBS"
    41563967cat > conftest.$ac_ext <<EOF
    4157 #line 4158 "configure"
     3968#line 3969 "configure"
    41583969#include "confdefs.h"
    41593970
     
    41623973; return 0; }
    41633974EOF
    4164 if { (eval echo configure:4165: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3975if { (eval echo configure:3976: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    41653976  rm -rf conftest*
    41663977  eval "ac_cv_lib_$ac_lib_var=yes"
     
    41934004fi
    41944005echo $ac_n "checking for main in -lsmallgmp""... $ac_c" 1>&6
    4195 echo "configure:4196: checking for main in -lsmallgmp" >&5
     4006echo "configure:4007: checking for main in -lsmallgmp" >&5
    41964007ac_lib_var=`echo smallgmp'_'main | sed 'y%./+-%__p_%'`
    41974008if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    42014012LIBS="-lsmallgmp  $LIBS"
    42024013cat > conftest.$ac_ext <<EOF
    4203 #line 4204 "configure"
     4014#line 4015 "configure"
    42044015#include "confdefs.h"
    42054016
     
    42084019; return 0; }
    42094020EOF
    4210 if { (eval echo configure:4211: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4021if { (eval echo configure:4022: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    42114022  rm -rf conftest*
    42124023  eval "ac_cv_lib_$ac_lib_var=yes"
     
    42374048SAVE_LIBS=$LIBS
    42384049echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6
    4239 echo "configure:4240: checking for IMP_PutGmpInt in -lMP" >&5
     4050echo "configure:4051: checking for IMP_PutGmpInt in -lMP" >&5
    42404051ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'`
    42414052if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    42454056LIBS="-lMP $MP_LIBS $LIBS"
    42464057cat > conftest.$ac_ext <<EOF
    4247 #line 4248 "configure"
     4058#line 4059 "configure"
    42484059#include "confdefs.h"
    42494060/* Override any gcc2 internal prototype to avoid an error.  */
     
    42564067; return 0; }
    42574068EOF
    4258 if { (eval echo configure:4259: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4069if { (eval echo configure:4070: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    42594070  rm -rf conftest*
    42604071  eval "ac_cv_lib_$ac_lib_var=yes"
     
    42844095
    42854096echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6
    4286 echo "configure:4287: checking for MPT_GetTree in -lMPT" >&5
     4097echo "configure:4098: checking for MPT_GetTree in -lMPT" >&5
    42874098ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'`
    42884099if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    42924103LIBS="-lMPT $MP_LIBS $LIBS"
    42934104cat > conftest.$ac_ext <<EOF
    4294 #line 4295 "configure"
     4105#line 4106 "configure"
    42954106#include "confdefs.h"
    42964107/* Override any gcc2 internal prototype to avoid an error.  */
     
    43034114; return 0; }
    43044115EOF
    4305 if { (eval echo configure:4306: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4116if { (eval echo configure:4117: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    43064117  rm -rf conftest*
    43074118  eval "ac_cv_lib_$ac_lib_var=yes"
     
    43324143LIBS=$SAVE_LIBS
    43334144echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6
    4334 echo "configure:4335: checking for atof in -lsingcf" >&5
     4145echo "configure:4146: checking for atof in -lsingcf" >&5
    43354146ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'`
    43364147if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    43404151LIBS="-lsingcf  $LIBS"
    43414152cat > conftest.$ac_ext <<EOF
    4342 #line 4343 "configure"
     4153#line 4154 "configure"
    43434154#include "confdefs.h"
    43444155/* Override any gcc2 internal prototype to avoid an error.  */
     
    43514162; return 0; }
    43524163EOF
    4353 if { (eval echo configure:4354: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4164if { (eval echo configure:4165: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    43544165  rm -rf conftest*
    43554166  eval "ac_cv_lib_$ac_lib_var=yes"
     
    43794190
    43804191echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6
    4381 echo "configure:4382: checking for atof in -lsingfac" >&5
     4192echo "configure:4193: checking for atof in -lsingfac" >&5
    43824193ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'`
    43834194if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    43874198LIBS="-lsingfac  $LIBS"
    43884199cat > conftest.$ac_ext <<EOF
    4389 #line 4390 "configure"
     4200#line 4201 "configure"
    43904201#include "confdefs.h"
    43914202/* Override any gcc2 internal prototype to avoid an error.  */
     
    43984209; return 0; }
    43994210EOF
    4400 if { (eval echo configure:4401: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4211if { (eval echo configure:4212: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    44014212  rm -rf conftest*
    44024213  eval "ac_cv_lib_$ac_lib_var=yes"
     
    44264237
    44274238echo $ac_n "checking for omTestAddr in -lomalloc""... $ac_c" 1>&6
    4428 echo "configure:4429: checking for omTestAddr in -lomalloc" >&5
     4239echo "configure:4240: checking for omTestAddr in -lomalloc" >&5
    44294240ac_lib_var=`echo omalloc'_'omTestAddr | sed 'y%./+-%__p_%'`
    44304241if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    44344245LIBS="-lomalloc  $LIBS"
    44354246cat > conftest.$ac_ext <<EOF
    4436 #line 4437 "configure"
     4247#line 4248 "configure"
    44374248#include "confdefs.h"
    44384249/* Override any gcc2 internal prototype to avoid an error.  */
     
    44454256; return 0; }
    44464257EOF
    4447 if { (eval echo configure:4448: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4258if { (eval echo configure:4259: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    44484259  rm -rf conftest*
    44494260  eval "ac_cv_lib_$ac_lib_var=yes"
     
    44734284
    44744285echo $ac_n "checking for main in -lomalloc_ndebug""... $ac_c" 1>&6
    4475 echo "configure:4476: checking for main in -lomalloc_ndebug" >&5
     4286echo "configure:4287: checking for main in -lomalloc_ndebug" >&5
    44764287ac_lib_var=`echo omalloc_ndebug'_'main | sed 'y%./+-%__p_%'`
    44774288if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    44814292LIBS="-lomalloc_ndebug  $LIBS"
    44824293cat > conftest.$ac_ext <<EOF
    4483 #line 4484 "configure"
     4294#line 4295 "configure"
    44844295#include "confdefs.h"
    44854296
     
    44884299; return 0; }
    44894300EOF
    4490 if { (eval echo configure:4491: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4301if { (eval echo configure:4302: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    44914302  rm -rf conftest*
    44924303  eval "ac_cv_lib_$ac_lib_var=yes"
     
    45204331ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    45214332echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    4522 echo "configure:4523: checking for $ac_hdr" >&5
     4333echo "configure:4334: checking for $ac_hdr" >&5
    45234334if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    45244335  echo $ac_n "(cached) $ac_c" 1>&6
    45254336else
    45264337  cat > conftest.$ac_ext <<EOF
    4527 #line 4528 "configure"
     4338#line 4339 "configure"
    45284339#include "confdefs.h"
    45294340#include <$ac_hdr>
    45304341EOF
    45314342ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4532 { (eval echo configure:4533: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4343{ (eval echo configure:4344: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    45334344ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    45344345if test -z "$ac_err"; then
     
    45994410
    46004411echo $ac_n "checking which apint package to use""... $ac_c" 1>&6
    4601 echo "configure:4602: checking which apint package to use" >&5
     4412echo "configure:4413: checking which apint package to use" >&5
    46024413if test "${with_apint}" != gmp && test "${with_apint}" != smallgmp; then
    46034414  if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then
     
    46414452#
    46424453echo $ac_n "checking whether to have MP""... $ac_c" 1>&6
    4643 echo "configure:4644: checking whether to have MP" >&5
     4454echo "configure:4455: checking whether to have MP" >&5
    46444455if test "${with_MP}" != yes && test "${with_MP}" != no; then
    46454456  if (test "${will_have_gmp}" = yes) && \
     
    46764487
    46774488echo $ac_n "checking whether to have factory""... $ac_c" 1>&6
    4678 echo "configure:4679: checking whether to have factory" >&5
     4489echo "configure:4490: checking whether to have factory" >&5
    46794490if test "${with_factory}" != yes && test "${with_factory}" != no; then
    46804491  if test "$ac_factory_ok" =  yes || test "$enable_factory" = yes; then
     
    47074518
    47084519echo $ac_n "checking whether to have libfac""... $ac_c" 1>&6
    4709 echo "configure:4710: checking whether to have libfac" >&5
     4520echo "configure:4521: checking whether to have libfac" >&5
    47104521if test "${with_libfac}" != yes && test "${with_libfac}" != no; then
    47114522  if (test "${will_have_factory}" = yes) && \
     
    47414552
    47424553echo $ac_n "checking whether to have dbm links""... $ac_c" 1>&6
    4743 echo "configure:4744: checking whether to have dbm links" >&5
     4554echo "configure:4555: checking whether to have dbm links" >&5
    47444555if test "$with_dbm" != no; then
    47454556  cat >> confdefs.h <<\EOF
     
    47534564
    47544565echo $ac_n "checking whether to have namespaces""... $ac_c" 1>&6
    4755 echo "configure:4756: checking whether to have namespaces" >&5
     4566echo "configure:4567: checking whether to have namespaces" >&5
    47564567if test "$with_namespaces" != yes; then
    47574568  echo "$ac_t""no" 1>&6
     
    47654576
    47664577echo $ac_n "checking whether to have dynamic modules""... $ac_c" 1>&6
    4767 echo "configure:4768: checking whether to have dynamic modules" >&5
     4578echo "configure:4579: checking whether to have dynamic modules" >&5
    47684579if test "$with_dynamic_modules" != yes || test "$ac_have_dl" != yes; then
    47694580  echo "$ac_t""no" 1>&6
     
    47774588
    47784589echo $ac_n "checking whether to have dynamic kernel""... $ac_c" 1>&6
    4779 echo "configure:4780: checking whether to have dynamic kernel" >&5
     4590echo "configure:4591: checking whether to have dynamic kernel" >&5
    47804591if test "$with_dynamic_kernel" != no && test "$ac_lib_dl" = yes; then
    47814592  DL_KERNEL=1
     
    47854596
    47864597echo $ac_n "checking whether to have Plural""... $ac_c" 1>&6
    4787 echo "configure:4788: checking whether to have Plural" >&5
     4598echo "configure:4599: checking whether to have Plural" >&5
    47884599if test "$with_plural" != yes; then
    47894600  echo "$ac_t""no" 1>&6
Note: See TracChangeset for help on using the changeset viewer.