Changeset 0d691469a766b18159a80de5589bf4ae3f6bce37

Show
Ignore:
Timestamp:
05/04/02 14:35:47 (7 years ago)
Author:
Sam Hocevar <sam@videolan.org>
git-committer:
Sam Hocevar <sam@videolan.org> 1018010147 +0000
git-parent:

[e98aae28c0040819f43bde6259ec95d3029deedf]

git-author:
Sam Hocevar <sam@videolan.org> 1018010147 +0000
Message:
  • ./configure.in: added --enable-intfwin to enable the win32 interface and
    --with-bcbuilder to tell make where to find Borland C++ Builder.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • ChangeLog

    re98aae2 r0d69146  
    55HEAD 
    66 
     7  * ./configure.in: added --enable-intfwin to enable the win32 interface and 
     8    --with-bcbuilder to tell make where to find Borland C++ Builder. 
    79  * ./plugins/win32/intfwin.bpr: we now build intfwin.so at the right place. 
    810  * ./plugins/win32/Makefile: intfwin.so can be built using commandline. 
  • Makefile.opts.in

    r928d731 r0d69146  
    4949SHELL = @SHELL@ 
    5050RANLIB = @RANLIB@ 
     51MOC = @MOC@ 
    5152WINDRES = @WINDRES@ 
    52 MOC = @MOC
     53BCBUILDER = @BCBUILDER
    5354DLL_PATH = @DLL_PATH@ 
    5455 
  • configure

    re98aae2 r0d69146  
    116116  --enable-qnx            QNX RTOS support (default enabled on QNX RTOS)" 
    117117ac_help="$ac_help 
    118   --enable-win32          Win32 interface support (default disabled)" 
     118  --enable-intfwin        Win32 interface support (default disabled)" 
     119ac_help="$ac_help 
     120    --with-bcbuilder=PATH Borland C++ Builder installation path" 
    119121ac_help="$ac_help 
    120122  --enable-ncurses        ncurses interface support (default disabled)" 
     
    696698 
    697699echo $ac_n "checking host system type""... $ac_c" 1>&6 
    698 echo "configure:699: checking host system type" >&5 
     700echo "configure:701: checking host system type" >&5 
    699701 
    700702host_alias=$host 
     
    717719 
    718720echo $ac_n "checking target system type""... $ac_c" 1>&6 
    719 echo "configure:720: checking target system type" >&5 
     721echo "configure:722: checking target system type" >&5 
    720722 
    721723target_alias=$target 
     
    735737 
    736738echo $ac_n "checking build system type""... $ac_c" 1>&6 
    737 echo "configure:738: checking build system type" >&5 
     739echo "configure:740: checking build system type" >&5 
    738740 
    739741build_alias=$build 
     
    765767 
    766768echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 
    767 echo "configure:768: checking whether ${MAKE-make} sets \${MAKE}" >&5 
     769echo "configure:770: checking whether ${MAKE-make} sets \${MAKE}" >&5 
    768770set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 
    769771if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then 
     
    794796set dummy gcc; ac_word=$2 
    795797echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    796 echo "configure:797: checking for $ac_word" >&5 
     798echo "configure:799: checking for $ac_word" >&5 
    797799if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 
    798800  echo $ac_n "(cached) $ac_c" 1>&6 
     
    824826set dummy cc; ac_word=$2 
    825827echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    826 echo "configure:827: checking for $ac_word" >&5 
     828echo "configure:829: checking for $ac_word" >&5 
    827829if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 
    828830  echo $ac_n "(cached) $ac_c" 1>&6 
     
    875877set dummy cl; ac_word=$2 
    876878echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    877 echo "configure:878: checking for $ac_word" >&5 
     879echo "configure:880: checking for $ac_word" >&5 
    878880if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 
    879881  echo $ac_n "(cached) $ac_c" 1>&6 
     
    907909 
    908910echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 
    909 echo "configure:910: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 
     911echo "configure:912: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 
    910912 
    911913ac_ext=c 
     
    918920cat > conftest.$ac_ext << EOF 
    919921 
    920 #line 921 "configure" 
     922#line 923 "configure" 
    921923#include "confdefs.h" 
    922924 
    923925main(){return(0);} 
    924926EOF 
    925 if { (eval echo configure:926: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     927if { (eval echo configure:928: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    926928  ac_cv_prog_cc_works=yes 
    927929  # If we can't run a trivial program, we are probably using a cross compiler. 
     
    949951fi 
    950952echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 
    951 echo "configure:952: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 
     953echo "configure:954: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 
    952954echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 
    953955cross_compiling=$ac_cv_prog_cc_cross 
    954956 
    955957echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 
    956 echo "configure:957: checking whether we are using GNU C" >&5 
     958echo "configure:959: checking whether we are using GNU C" >&5 
    957959if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 
    958960  echo $ac_n "(cached) $ac_c" 1>&6 
     
    963965#endif 
    964966EOF 
    965 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:966: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 
     967if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:968: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 
    966968  ac_cv_prog_gcc=yes 
    967969else 
     
    982984CFLAGS= 
    983985echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 
    984 echo "configure:985: checking whether ${CC-cc} accepts -g" >&5 
     986echo "configure:987: checking whether ${CC-cc} accepts -g" >&5 
    985987if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 
    986988  echo $ac_n "(cached) $ac_c" 1>&6 
     
    10141016 
    10151017echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 
    1016 echo "configure:1017: checking how to run the C preprocessor" >&5 
     1018echo "configure:1019: checking how to run the C preprocessor" >&5 
    10171019# On Suns, sometimes $CPP names a directory. 
    10181020if test -n "$CPP" && test -d "$CPP"; then 
     
    10291031  # not just through cpp. 
    10301032  cat > conftest.$ac_ext <<EOF 
    1031 #line 1032 "configure" 
     1033#line 1034 "configure" 
    10321034#include "confdefs.h" 
    10331035#include <assert.h> 
     
    10351037EOF 
    10361038ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    1037 { (eval echo configure:1038: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     1039{ (eval echo configure:1040: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    10381040ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    10391041if test -z "$ac_err"; then 
     
    10461048  CPP="${CC-cc} -E -traditional-cpp" 
    10471049  cat > conftest.$ac_ext <<EOF 
    1048 #line 1049 "configure" 
     1050#line 1051 "configure" 
    10491051#include "confdefs.h" 
    10501052#include <assert.h> 
     
    10521054EOF 
    10531055ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    1054 { (eval echo configure:1055: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     1056{ (eval echo configure:1057: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    10551057ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    10561058if test -z "$ac_err"; then 
     
    10631065  CPP="${CC-cc} -nologo -E" 
    10641066  cat > conftest.$ac_ext <<EOF 
    1065 #line 1066 "configure" 
     1067#line 1068 "configure" 
    10661068#include "confdefs.h" 
    10671069#include <assert.h> 
     
    10691071EOF 
    10701072ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    1071 { (eval echo configure:1072: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     1073{ (eval echo configure:1074: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    10721074ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    10731075if test -z "$ac_err"; then 
     
    11031105set dummy ${ac_tool_prefix}ranlib; ac_word=$2 
    11041106echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    1105 echo "configure:1106: checking for $ac_word" >&5 
     1107echo "configure:1108: checking for $ac_word" >&5 
    11061108if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 
    11071109  echo $ac_n "(cached) $ac_c" 1>&6 
     
    11351137set dummy ranlib; ac_word=$2 
    11361138echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    1137 echo "configure:1138: checking for $ac_word" >&5 
     1139echo "configure:1140: checking for $ac_word" >&5 
    11381140if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 
    11391141  echo $ac_n "(cached) $ac_c" 1>&6 
     
    11711173set dummy gmake; ac_word=$2 
    11721174echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    1173 echo "configure:1174: checking for $ac_word" >&5 
     1175echo "configure:1176: checking for $ac_word" >&5 
    11741176if eval "test \"`echo '$''{'ac_cv_path_GMAKE'+set}'`\" = set"; then 
    11751177  echo $ac_n "(cached) $ac_c" 1>&6 
     
    12061208if test "x$GMAKE" = "xno"; then 
    12071209  echo $ac_n "checking whether GNU make is installed""... $ac_c" 1>&6 
    1208 echo "configure:1209: checking whether GNU make is installed" >&5 
     1210echo "configure:1211: checking whether GNU make is installed" >&5 
    12091211if eval "test \"`echo '$''{'ac_cv_gmake'+set}'`\" = set"; then 
    12101212  echo $ac_n "(cached) $ac_c" 1>&6 
     
    12381240set dummy ranlib; ac_word=$2 
    12391241echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    1240 echo "configure:1241: checking for $ac_word" >&5 
     1242echo "configure:1243: checking for $ac_word" >&5 
    12411243if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 
    12421244  echo $ac_n "(cached) $ac_c" 1>&6 
     
    12671269 
    12681270        echo $ac_n "checking for strerror in -lcposix""... $ac_c" 1>&6 
    1269 echo "configure:1270: checking for strerror in -lcposix" >&5 
     1271echo "configure:1272: checking for strerror in -lcposix" >&5 
    12701272ac_lib_var=`echo cposix'_'strerror | sed 'y%./+-%__p_%'` 
    12711273if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    12751277LIBS="-lcposix  $LIBS" 
    12761278cat > conftest.$ac_ext <<EOF 
    1277 #line 1278 "configure" 
     1279#line 1280 "configure" 
    12781280#include "confdefs.h" 
    12791281/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    12861288; return 0; } 
    12871289EOF 
    1288 if { (eval echo configure:1289: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1290if { (eval echo configure:1291: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    12891291  rm -rf conftest* 
    12901292  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    13091311 
    13101312echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 
    1311 echo "configure:1312: checking for ANSI C header files" >&5 
     1313echo "configure:1314: checking for ANSI C header files" >&5 
    13121314if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 
    13131315  echo $ac_n "(cached) $ac_c" 1>&6 
    13141316else 
    13151317  cat > conftest.$ac_ext <<EOF 
    1316 #line 1317 "configure" 
     1318#line 1319 "configure" 
    13171319#include "confdefs.h" 
    13181320#include <stdlib.h> 
     
    13221324EOF 
    13231325ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    1324 { (eval echo configure:1325: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     1326{ (eval echo configure:1327: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    13251327ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    13261328if test -z "$ac_err"; then 
     
    13391341  # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 
    13401342cat > conftest.$ac_ext <<EOF 
    1341 #line 1342 "configure" 
     1343#line 1344 "configure" 
    13421344#include "confdefs.h" 
    13431345#include <string.h> 
     
    13571359  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 
    13581360cat > conftest.$ac_ext <<EOF 
    1359 #line 1360 "configure" 
     1361#line 1362 "configure" 
    13601362#include "confdefs.h" 
    13611363#include <stdlib.h> 
     
    13781380else 
    13791381  cat > conftest.$ac_ext <<EOF 
    1380 #line 1381 "configure" 
     1382#line 1383 "configure" 
    13811383#include "confdefs.h" 
    13821384#include <ctype.h> 
     
    13891391 
    13901392EOF 
    1391 if { (eval echo configure:1392: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
     1393if { (eval echo configure:1394: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
    13921394then 
    13931395  : 
     
    14131415 
    14141416echo $ac_n "checking for working const""... $ac_c" 1>&6 
    1415 echo "configure:1416: checking for working const" >&5 
     1417echo "configure:1418: checking for working const" >&5 
    14161418if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 
    14171419  echo $ac_n "(cached) $ac_c" 1>&6 
    14181420else 
    14191421  cat > conftest.$ac_ext <<EOF 
    1420 #line 1421 "configure" 
     1422#line 1423 "configure" 
    14211423#include "confdefs.h" 
    14221424 
     
    14671469; return 0; } 
    14681470EOF 
    1469 if { (eval echo configure:1470: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     1471if { (eval echo configure:1472: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    14701472  rm -rf conftest* 
    14711473  ac_cv_c_const=yes 
     
    14881490 
    14891491echo $ac_n "checking for inline""... $ac_c" 1>&6 
    1490 echo "configure:1491: checking for inline" >&5 
     1492echo "configure:1493: checking for inline" >&5 
    14911493if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 
    14921494  echo $ac_n "(cached) $ac_c" 1>&6 
     
    14951497for ac_kw in inline __inline__ __inline; do 
    14961498  cat > conftest.$ac_ext <<EOF 
    1497 #line 1498 "configure" 
     1499#line 1500 "configure" 
    14981500#include "confdefs.h" 
    14991501 
     
    15021504; return 0; } 
    15031505EOF 
    1504 if { (eval echo configure:1505: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     1506if { (eval echo configure:1507: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    15051507  rm -rf conftest* 
    15061508  ac_cv_c_inline=$ac_kw; break 
     
    15281530 
    15291531echo $ac_n "checking for off_t""... $ac_c" 1>&6 
    1530 echo "configure:1531: checking for off_t" >&5 
     1532echo "configure:1533: checking for off_t" >&5 
    15311533if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then 
    15321534  echo $ac_n "(cached) $ac_c" 1>&6 
    15331535else 
    15341536  cat > conftest.$ac_ext <<EOF 
    1535 #line 1536 "configure" 
     1537#line 1538 "configure" 
    15361538#include "confdefs.h" 
    15371539#include <sys/types.h> 
     
    15611563 
    15621564echo $ac_n "checking for size_t""... $ac_c" 1>&6 
    1563 echo "configure:1564: checking for size_t" >&5 
     1565echo "configure:1566: checking for size_t" >&5 
    15641566if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 
    15651567  echo $ac_n "(cached) $ac_c" 1>&6 
    15661568else 
    15671569  cat > conftest.$ac_ext <<EOF 
    1568 #line 1569 "configure" 
     1570#line 1571 "configure" 
    15691571#include "confdefs.h" 
    15701572#include <sys/types.h> 
     
    15961598# for constant arguments.  Useless! 
    15971599echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 
    1598 echo "configure:1599: checking for working alloca.h" >&5 
     1600echo "configure:1601: checking for working alloca.h" >&5 
    15991601if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 
    16001602  echo $ac_n "(cached) $ac_c" 1>&6 
    16011603else 
    16021604  cat > conftest.$ac_ext <<EOF 
    1603 #line 1604 "configure" 
     1605#line 1606 "configure" 
    16041606#include "confdefs.h" 
    16051607#include <alloca.h> 
     
    16081610; return 0; } 
    16091611EOF 
    1610 if { (eval echo configure:1611: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1612if { (eval echo configure:1613: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    16111613  rm -rf conftest* 
    16121614  ac_cv_header_alloca_h=yes 
     
    16291631 
    16301632echo $ac_n "checking for alloca""... $ac_c" 1>&6 
    1631 echo "configure:1632: checking for alloca" >&5 
     1633echo "configure:1634: checking for alloca" >&5 
    16321634if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 
    16331635  echo $ac_n "(cached) $ac_c" 1>&6 
    16341636else 
    16351637  cat > conftest.$ac_ext <<EOF 
    1636 #line 1637 "configure" 
     1638#line 1639 "configure" 
    16371639#include "confdefs.h" 
    16381640 
     
    16621664; return 0; } 
    16631665EOF 
    1664 if { (eval echo configure:1665: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1666if { (eval echo configure:1667: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    16651667  rm -rf conftest* 
    16661668  ac_cv_func_alloca_works=yes 
     
    16941696 
    16951697echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 
    1696 echo "configure:1697: checking whether alloca needs Cray hooks" >&5 
     1698echo "configure:1699: checking whether alloca needs Cray hooks" >&5 
    16971699if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 
    16981700  echo $ac_n "(cached) $ac_c" 1>&6 
    16991701else 
    17001702  cat > conftest.$ac_ext <<EOF 
    1701 #line 1702 "configure" 
     1703#line 1704 "configure" 
    17021704#include "confdefs.h" 
    17031705#if defined(CRAY) && ! defined(CRAY2) 
     
    17241726for ac_func in _getb67 GETB67 getb67; do 
    17251727  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
    1726 echo "configure:1727: checking for $ac_func" >&5 
     1728echo "configure:1729: checking for $ac_func" >&5 
    17271729if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
    17281730  echo $ac_n "(cached) $ac_c" 1>&6 
    17291731else 
    17301732  cat > conftest.$ac_ext <<EOF 
    1731 #line 1732 "configure" 
     1733#line 1734 "configure" 
    17321734#include "confdefs.h" 
    17331735/* System header to define __stub macros and hopefully few prototypes, 
     
    17521754; return 0; } 
    17531755EOF 
    1754 if { (eval echo configure:1755: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1756if { (eval echo configure:1757: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    17551757  rm -rf conftest* 
    17561758  eval "ac_cv_func_$ac_func=yes" 
     
    17791781 
    17801782echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 
    1781 echo "configure:1782: checking stack direction for C alloca" >&5 
     1783echo "configure:1784: checking stack direction for C alloca" >&5 
    17821784if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 
    17831785  echo $ac_n "(cached) $ac_c" 1>&6 
     
    17871789else 
    17881790  cat > conftest.$ac_ext <<EOF 
    1789 #line 1790 "configure" 
     1791#line 1792 "configure" 
    17901792#include "confdefs.h" 
    17911793find_stack_direction () 
     
    18061808} 
    18071809EOF 
    1808 if { (eval echo configure:1809: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
     1810if { (eval echo configure:1811: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
    18091811then 
    18101812  ac_cv_c_stack_direction=1 
     
    18311833ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    18321834echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    1833 echo "configure:1834: checking for $ac_hdr" >&5 
     1835echo "configure:1836: checking for $ac_hdr" >&5 
    18341836if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    18351837  echo $ac_n "(cached) $ac_c" 1>&6 
    18361838else 
    18371839  cat > conftest.$ac_ext <<EOF 
    1838 #line 1839 "configure" 
     1840#line 1841 "configure" 
    18391841#include "confdefs.h" 
    18401842#include <$ac_hdr> 
    18411843EOF 
    18421844ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    1843 { (eval echo configure:1844: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     1845{ (eval echo configure:1846: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    18441846ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    18451847if test -z "$ac_err"; then 
     
    18701872do 
    18711873echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
    1872 echo "configure:1873: checking for $ac_func" >&5 
     1874echo "configure:1875: checking for $ac_func" >&5 
    18731875if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
    18741876  echo $ac_n "(cached) $ac_c" 1>&6 
    18751877else 
    18761878  cat > conftest.$ac_ext <<EOF 
    1877 #line 1878 "configure" 
     1879#line 1880 "configure" 
    18781880#include "confdefs.h" 
    18791881/* System header to define __stub macros and hopefully few prototypes, 
     
    18981900; return 0; } 
    18991901EOF 
    1900 if { (eval echo configure:1901: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1902if { (eval echo configure:1903: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    19011903  rm -rf conftest* 
    19021904  eval "ac_cv_func_$ac_func=yes" 
     
    19231925 
    19241926echo $ac_n "checking for working mmap""... $ac_c" 1>&6 
    1925 echo "configure:1926: checking for working mmap" >&5 
     1927echo "configure:1928: checking for working mmap" >&5 
    19261928if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then 
    19271929  echo $ac_n "(cached) $ac_c" 1>&6 
     
    19311933else 
    19321934  cat > conftest.$ac_ext <<EOF 
    1933 #line 1934 "configure" 
     1935#line 1936 "configure" 
    19341936#include "confdefs.h" 
    19351937 
     
    20712073 
    20722074EOF 
    2073 if { (eval echo configure:2074: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
     2075if { (eval echo configure:2076: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
    20742076then 
    20752077  ac_cv_func_mmap_fixed_mapped=yes 
     
    20952097 
    20962098    echo $ac_n "checking whether we are using the GNU C Library 2.1 or newer""... $ac_c" 1>&6 
    2097 echo "configure:2098: checking whether we are using the GNU C Library 2.1 or newer" >&5 
     2099echo "configure:2100: checking whether we are using the GNU C Library 2.1 or newer" >&5 
    20982100if eval "test \"`echo '$''{'ac_cv_gnu_library_2_1'+set}'`\" = set"; then 
    20992101  echo $ac_n "(cached) $ac_c" 1>&6 
    21002102else 
    21012103  cat > conftest.$ac_ext <<EOF 
    2102 #line 2103 "configure" 
     2104#line 2105 "configure" 
    21032105#include "confdefs.h" 
    21042106 
     
    21362138ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    21372139echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    2138 echo "configure:2139: checking for $ac_hdr" >&5 
     2140echo "configure:2141: checking for $ac_hdr" >&5 
    21392141if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    21402142  echo $ac_n "(cached) $ac_c" 1>&6 
    21412143else 
    21422144  cat > conftest.$ac_ext <<EOF 
    2143 #line 2144 "configure" 
     2145#line 2146 "configure" 
    21442146#include "confdefs.h" 
    21452147#include <$ac_hdr> 
    21462148EOF 
    21472149ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    2148 { (eval echo configure:2149: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     2150{ (eval echo configure:2151: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    21492151ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    21502152if test -z "$ac_err"; then 
     
    21772179do 
    21782180echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
    2179 echo "configure:2180: checking for $ac_func" >&5 
     2181echo "configure:2182: checking for $ac_func" >&5 
    21802182if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
    21812183  echo $ac_n "(cached) $ac_c" 1>&6 
    21822184else 
    21832185  cat > conftest.$ac_ext <<EOF 
    2184 #line 2185 "configure" 
     2186#line 2187 "configure" 
    21852187#include "confdefs.h" 
    21862188/* System header to define __stub macros and hopefully few prototypes, 
     
    22052207; return 0; } 
    22062208EOF 
    2207 if { (eval echo configure:2208: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2209if { (eval echo configure:2210: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    22082210  rm -rf conftest* 
    22092211  eval "ac_cv_func_$ac_func=yes" 
     
    22452247 
    22462248  echo $ac_n "checking for iconv""... $ac_c" 1>&6 
    2247 echo "configure:2248: checking for iconv" >&5 
     2249echo "configure:2250: checking for iconv" >&5 
    22482250if eval "test \"`echo '$''{'am_cv_func_iconv'+set}'`\" = set"; then 
    22492251  echo $ac_n "(cached) $ac_c" 1>&6 
     
    22532255    am_cv_lib_iconv=no 
    22542256    cat > conftest.$ac_ext <<EOF 
    2255 #line 2256 "configure" 
     2257#line 2258 "configure" 
    22562258#include "confdefs.h" 
    22572259#include <stdlib.h> 
     
    22632265; return 0; } 
    22642266EOF 
    2265 if { (eval echo configure:2266: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2267if { (eval echo configure:2268: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    22662268  rm -rf conftest* 
    22672269  am_cv_func_iconv=yes 
     
    22752277      LIBS="$LIBS -liconv" 
    22762278      cat > conftest.$ac_ext <<EOF 
    2277 #line 2278 "configure" 
     2279#line 2280 "configure" 
    22782280#include "confdefs.h" 
    22792281#include <stdlib.h> 
     
    22852287; return 0; } 
    22862288EOF 
    2287 if { (eval echo configure:2288: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2289if { (eval echo configure:2290: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    22882290  rm -rf conftest* 
    22892291  am_cv_lib_iconv=yes 
     
    23062308 
    23072309    echo $ac_n "checking for iconv declaration""... $ac_c" 1>&6 
    2308 echo "configure:2309: checking for iconv declaration" >&5 
     2310echo "configure:2311: checking for iconv declaration" >&5 
    23092311    if eval "test \"`echo '$''{'am_cv_proto_iconv'+set}'`\" = set"; then 
    23102312  echo $ac_n "(cached) $ac_c" 1>&6 
     
    23122314   
    23132315      cat > conftest.$ac_ext <<EOF 
    2314 #line 2315 "configure" 
     2316#line 2317 "configure" 
    23152317#include "confdefs.h" 
    23162318 
     
    23312333; return 0; } 
    23322334EOF 
    2333 if { (eval echo configure:2334: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     2335if { (eval echo configure:2336: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    23342336  rm -rf conftest* 
    23352337  am_cv_proto_iconv_arg1="" 
     
    23602362    
    23612363  echo $ac_n "checking for nl_langinfo and CODESET""... $ac_c" 1>&6 
    2362 echo "configure:2363: checking for nl_langinfo and CODESET" >&5 
     2364echo "configure:2365: checking for nl_langinfo and CODESET" >&5 
    23632365if eval "test \"`echo '$''{'am_cv_langinfo_codeset'+set}'`\" = set"; then 
    23642366  echo $ac_n "(cached) $ac_c" 1>&6 
    23652367else 
    23662368  cat > conftest.$ac_ext <<EOF 
    2367 #line 2368 "configure" 
     2369#line 2370 "configure" 
    23682370#include "confdefs.h" 
    23692371#include <langinfo.h> 
     
    23722374; return 0; } 
    23732375EOF 
    2374 if { (eval echo configure:2375: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2376if { (eval echo configure:2377: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    23752377  rm -rf conftest* 
    23762378  am_cv_langinfo_codeset=yes 
     
    23952397   if test $ac_cv_header_locale_h = yes; then 
    23962398    echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6 
    2397 echo "configure:2398: checking for LC_MESSAGES" >&5 
     2399echo "configure:2400: checking for LC_MESSAGES" >&5 
    23982400if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then 
    23992401  echo $ac_n "(cached) $ac_c" 1>&6 
    24002402else 
    24012403  cat > conftest.$ac_ext <<EOF 
    2402 #line 2403 "configure" 
     2404#line 2405 "configure" 
    24032405#include "confdefs.h" 
    24042406#include <locale.h> 
     
    24072409; return 0; } 
    24082410EOF 
    2409 if { (eval echo configure:2410: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2411if { (eval echo configure:2412: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    24102412  rm -rf conftest* 
    24112413  am_cv_val_LC_MESSAGES=yes 
     
    24282430  fi 
    24292431   echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6 
    2430 echo "configure:2431: checking whether NLS is requested" >&5 
     2432echo "configure:2433: checking whether NLS is requested" >&5 
    24312433        # Check whether --enable-nls or --disable-nls was given. 
    24322434if test "${enable_nls+set}" = set; then 
     
    24502452 
    24512453      echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6 
    2452 echo "configure:2453: checking whether included gettext is requested" >&5 
     2454echo "configure:2455: checking whether included gettext is requested" >&5 
    24532455      # Check whether --with-included-gettext or --without-included-gettext was given. 
    24542456if test "${with_included_gettext+set}" = set; then 
     
    24702472    ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'` 
    24712473echo $ac_n "checking for libintl.h""... $ac_c" 1>&6 
    2472 echo "configure:2473: checking for libintl.h" >&5 
     2474echo "configure:2475: checking for libintl.h" >&5 
    24732475if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    24742476  echo $ac_n "(cached) $ac_c" 1>&6 
    24752477else 
    24762478  cat > conftest.$ac_ext <<EOF 
    2477 #line 2478 "configure" 
     2479#line 2480 "configure" 
    24782480#include "confdefs.h" 
    24792481#include <libintl.h> 
    24802482EOF 
    24812483ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    2482 { (eval echo configure:2483: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     2484{ (eval echo configure:2485: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    24832485ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    24842486if test -z "$ac_err"; then 
     
    24972499  echo "$ac_t""yes" 1>&6 
    24982500  echo $ac_n "checking for GNU gettext in libc""... $ac_c" 1>&6 
    2499 echo "configure:2500: checking for GNU gettext in libc" >&5 
     2501echo "configure:2502: checking for GNU gettext in libc" >&5 
    25002502if eval "test \"`echo '$''{'gt_cv_func_gnugettext1_libc'+set}'`\" = set"; then 
    25012503  echo $ac_n "(cached) $ac_c" 1>&6 
    25022504else 
    25032505  cat > conftest.$ac_ext <<EOF 
    2504 #line 2505 "configure" 
     2506#line 2507 "configure" 
    25052507#include "confdefs.h" 
    25062508#include <libintl.h> 
     
    25112513; return 0; } 
    25122514EOF 
    2513 if { (eval echo configure:2514: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2515if { (eval echo configure:2516: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    25142516  rm -rf conftest* 
    25152517  gt_cv_func_gnugettext1_libc=yes 
     
    25272529       if test "$gt_cv_func_gnugettext1_libc" != "yes"; then 
    25282530         echo $ac_n "checking for GNU gettext in libintl""... $ac_c" 1>&6 
    2529 echo "configure:2530: checking for GNU gettext in libintl" >&5 
     2531echo "configure:2532: checking for GNU gettext in libintl" >&5 
    25302532if eval "test \"`echo '$''{'gt_cv_func_gnugettext1_libintl'+set}'`\" = set"; then 
    25312533  echo $ac_n "(cached) $ac_c" 1>&6 
     
    25342536        LIBS="$LIBS -lintl $LIBICONV" 
    25352537        cat > conftest.$ac_ext <<EOF 
    2536 #line 2537 "configure" 
     2538#line 2539 "configure" 
    25372539#include "confdefs.h" 
    25382540#include <libintl.h> 
     
    25432545; return 0; } 
    25442546EOF 
    2545 if { (eval echo configure:2546: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2547if { (eval echo configure:2548: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    25462548  rm -rf conftest* 
    25472549  gt_cv_func_gnugettext1_libintl=yes 
     
    25762578do 
    25772579echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
    2578 echo "configure:2579: checking for $ac_func" >&5 
     2580echo "configure:2581: checking for $ac_func" >&5 
    25792581if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
    25802582  echo $ac_n "(cached) $ac_c" 1>&6 
    25812583else 
    25822584  cat > conftest.$ac_ext <<EOF 
    2583 #line 2584 "configure" 
     2585#line 2586 "configure" 
    25842586#include "confdefs.h" 
    25852587/* System header to define __stub macros and hopefully few prototypes, 
     
    26042606; return 0; } 
    26052607EOF 
    2606 if { (eval echo configure:2607: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2608if { (eval echo configure:2609: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    26072609  rm -rf conftest* 
    26082610  eval "ac_cv_func_$ac_func=yes" 
     
    26332635set dummy msgfmt; ac_word=$2 
    26342636echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    2635 echo "configure:2636: checking for $ac_word" >&5 
     2637echo "configure:2638: checking for $ac_word" >&5 
    26362638if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then 
    26372639  echo $ac_n "(cached) $ac_c" 1>&6 
     
    26672669set dummy gmsgfmt; ac_word=$2 
    26682670echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    2669 echo "configure:2670: checking for $ac_word" >&5 
     2671echo "configure:2672: checking for $ac_word" >&5 
    26702672if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then 
    26712673  echo $ac_n "(cached) $ac_c" 1>&6 
     
    27042706set dummy xgettext; ac_word=$2 
    27052707echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    2706 echo "configure:2707: checking for $ac_word" >&5 
     2708echo "configure:2709: checking for $ac_word" >&5 
    27072709if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then 
    27082710  echo $ac_n "(cached) $ac_c" 1>&6 
     
    27542756set dummy msgfmt; ac_word=$2 
    27552757echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    2756 echo "configure:2757: checking for $ac_word" >&5 
     2758echo "configure:2759: checking for $ac_word" >&5 
    27572759if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then 
    27582760  echo $ac_n "(cached) $ac_c" 1>&6 
     
    27882790set dummy gmsgfmt; ac_word=$2 
    27892791echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    2790 echo "configure:2791: checking for $ac_word" >&5 
     2792echo "configure:2793: checking for $ac_word" >&5 
    27912793if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then 
    27922794  echo $ac_n "(cached) $ac_c" 1>&6 
     
    28242826set dummy xgettext; ac_word=$2 
    28252827echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    2826 echo "configure:2827: checking for $ac_word" >&5 
     2828echo "configure:2829: checking for $ac_word" >&5 
    28272829if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then 
    28282830  echo $ac_n "(cached) $ac_c" 1>&6 
     
    28952897set dummy $ac_prog; ac_word=$2 
    28962898echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    2897 echo "configure:2898: checking for $ac_word" >&5 
     2899echo "configure:2900: checking for $ac_word" >&5 
    28982900if eval "test \"`echo '$''{'ac_cv_prog_INTLBISON'+set}'`\" = set"; then 
    28992901  echo $ac_n "(cached) $ac_c" 1>&6 
     
    29282930    else 
    29292931            echo $ac_n "checking version of bison""... $ac_c" 1>&6 
    2930 echo "configure:2931: checking version of bison" >&5 
     2932echo "configure:2933: checking version of bison" >&5 
    29312933      ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'` 
    29322934      case $ac_prog_version in 
     
    29752977     else 
    29762978       echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6 
    2977 echo "configure:2978: checking for catalogs to be installed" >&5 
     2979echo "configure:2980: checking for catalogs to be installed" >&5 
    29782980       NEW_LINGUAS= 
    29792981       for presentlang in $ALL_LINGUAS; do 
     
    30273029# ./install, which can be erroneously created by make from ./install.sh. 
    30283030echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 
    3029 echo "configure:3030: checking for a BSD compatible install" >&5 
     3031echo "configure:3032: checking for a BSD compatible install" >&5 
    30303032if test -z "$INSTALL"; then 
    30313033if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 
     
    31003102set dummy ${ac_tool_prefix}windres; ac_word=$2 
    31013103echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    3102 echo "configure:3103: checking for $ac_word" >&5 
     3104echo "configure:3105: checking for $ac_word" >&5 
    31033105if eval "test \"`echo '$''{'ac_cv_prog_WINDRES'+set}'`\" = set"; then 
    31043106  echo $ac_n "(cached) $ac_c" 1>&6 
     
    31323134set dummy windres; ac_word=$2 
    31333135echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    3134 echo "configure:3135: checking for $ac_word" >&5 
     3136echo "configure:3137: checking for $ac_word" >&5 
    31353137if eval "test \"`echo '$''{'ac_cv_prog_WINDRES'+set}'`\" = set"; then 
    31363138  echo $ac_n "(cached) $ac_c" 1>&6 
     
    31873189do 
    31883190echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
    3189 echo "configure:3190: checking for $ac_func" >&5 
     3191echo "configure:3192: checking for $ac_func" >&5 
    31903192if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
    31913193  echo $ac_n "(cached) $ac_c" 1>&6 
    31923194else 
    31933195  cat > conftest.$ac_ext <<EOF 
    3194 #line 3195 "configure" 
     3196#line 3197 "configure" 
    31953197#include "confdefs.h" 
    31963198/* System header to define __stub macros and hopefully few prototypes, 
     
    32153217; return 0; } 
    32163218EOF 
    3217 if { (eval echo configure:3218: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     3219if { (eval echo configure:3220: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    32183220  rm -rf conftest* 
    32193221  eval "ac_cv_func_$ac_func=yes" 
     
    32413243 
    32423244echo $ac_n "checking for connect""... $ac_c" 1>&6 
    3243 echo "configure:3244: checking for connect" >&5 
     3245echo "configure:3246: checking for connect" >&5 
    32443246if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then 
    32453247  echo $ac_n "(cached) $ac_c" 1>&6 
    32463248else 
    32473249  cat > conftest.$ac_ext <<EOF 
    3248 #line 3249 "configure" 
     3250#line 3251 "configure" 
    32493251#include "confdefs.h" 
    32503252/* System header to define __stub macros and hopefully few prototypes, 
     
    32693271; return 0; } 
    32703272EOF 
    3271 if { (eval echo configure:3272: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     3273if { (eval echo configure:3274: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    32723274  rm -rf conftest* 
    32733275  eval "ac_cv_func_connect=yes" 
     
    32883290 
    32893291  echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6 
    3290 echo "configure:3291: checking for connect in -lsocket" >&5 
     3292echo "configure:3293: checking for connect in -lsocket" >&5 
    32913293ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'` 
    32923294if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    32963298LIBS="-lsocket  $LIBS" 
    32973299cat > conftest.$ac_ext <<EOF 
    3298 #line 3299 "configure" 
     3300#line 3301 "configure" 
    32993301#include "confdefs.h" 
    33003302/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    33073309; return 0; } 
    33083310EOF 
    3309 if { (eval echo configure:3310: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     3311if { (eval echo configure:3312: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    33103312  rm -rf conftest* 
    33113313  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    33323334 
    33333335echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6 
    3334 echo "configure:3335: checking for gethostbyname" >&5 
     3336echo "configure:3337: checking for gethostbyname" >&5 
    33353337if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then 
    33363338  echo $ac_n "(cached) $ac_c" 1>&6 
    33373339else 
    33383340  cat > conftest.$ac_ext <<EOF 
    3339 #line 3340 "configure" 
     3341#line 3342 "configure" 
    33403342#include "confdefs.h" 
    33413343/* System header to define __stub macros and hopefully few prototypes, 
     
    33603362; return 0; } 
    33613363EOF 
    3362 if { (eval echo configure:3363: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     3364if { (eval echo configure:3365: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    33633365  rm -rf conftest* 
    33643366  eval "ac_cv_func_gethostbyname=yes" 
     
    33793381 
    33803382  echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 
    3381 echo "configure:3382: checking for gethostbyname in -lnsl" >&5 
     3383echo "configure:3384: checking for gethostbyname in -lnsl" >&5 
    33823384ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` 
    33833385if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    33873389LIBS="-lnsl  $LIBS" 
    33883390cat > conftest.$ac_ext <<EOF 
    3389 #line 3390 "configure" 
     3391#line 3392 "c