Changeset 1860 for trunk/gsdl/configure


Ignore:
Timestamp:
2001-01-26T07:26:45+13:00 (23 years ago)
Author:
cs025
Message:

Included CORBA branch for first time

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/configure

    r1722 r1860  
    1212ac_default_prefix=/usr/local
    1313# Any additions from configure.in:
     14ac_help="$ac_help
     15 --enable-corba     Enable CORBA support"
     16ac_help="$ac_help
     17  --with-micodir    Use installed MICO directory"
    1418ac_help="$ac_help
    1519  --with-dmalloc          use dmalloc, as in
     
    575579fi
    576580
     581
     582# Check whether --enable-corba or --disable-corba was given.
     583if test "${enable_corba+set}" = set; then
     584  enableval="$enable_corba"
     585  USE_CORBA=1
     586else
     587  USE_CORBA=0
     588fi
     589
     590cat >> confdefs.h <<\EOF
     591#define USE_CORBA 1
     592EOF
     593
     594
     595
     596# Check whether --with-micodir or --without-micodir was given.
     597if test "${with_micodir+set}" = set; then
     598  withval="$with_micodir"
     599  MICO_DIR=$enableval
     600else
     601  MICO_DIR="default"
     602fi
     603
     604cat >> confdefs.h <<\EOF
     605#define MICO_DIR 1
     606EOF
     607
     608
     609
    577610LDFLAGS=
    578611if test -z "$CFLAGS"; then
     
    584617set dummy gcc; ac_word=$2
    585618echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    586 echo "configure:587: checking for $ac_word" >&5
     619echo "configure:620: checking for $ac_word" >&5
    587620if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    588621  echo $ac_n "(cached) $ac_c" 1>&6
     
    614647set dummy cc; ac_word=$2
    615648echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    616 echo "configure:617: checking for $ac_word" >&5
     649echo "configure:650: checking for $ac_word" >&5
    617650if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    618651  echo $ac_n "(cached) $ac_c" 1>&6
     
    665698set dummy cl; ac_word=$2
    666699echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    667 echo "configure:668: checking for $ac_word" >&5
     700echo "configure:701: checking for $ac_word" >&5
    668701if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    669702  echo $ac_n "(cached) $ac_c" 1>&6
     
    697730
    698731echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    699 echo "configure:700: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     732echo "configure:733: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    700733
    701734ac_ext=c
     
    708741cat > conftest.$ac_ext << EOF
    709742
    710 #line 711 "configure"
     743#line 744 "configure"
    711744#include "confdefs.h"
    712745
    713746main(){return(0);}
    714747EOF
    715 if { (eval echo configure:716: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     748if { (eval echo configure:749: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    716749  ac_cv_prog_cc_works=yes
    717750  # If we can't run a trivial program, we are probably using a cross compiler.
     
    739772fi
    740773echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    741 echo "configure:742: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     774echo "configure:775: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    742775echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    743776cross_compiling=$ac_cv_prog_cc_cross
    744777
    745778echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    746 echo "configure:747: checking whether we are using GNU C" >&5
     779echo "configure:780: checking whether we are using GNU C" >&5
    747780if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    748781  echo $ac_n "(cached) $ac_c" 1>&6
     
    753786#endif
    754787EOF
    755 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:756: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     788if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:789: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    756789  ac_cv_prog_gcc=yes
    757790else
     
    772805CFLAGS=
    773806echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    774 echo "configure:775: checking whether ${CC-cc} accepts -g" >&5
     807echo "configure:808: checking whether ${CC-cc} accepts -g" >&5
    775808if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    776809  echo $ac_n "(cached) $ac_c" 1>&6
     
    808841set dummy $ac_prog; ac_word=$2
    809842echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    810 echo "configure:811: checking for $ac_word" >&5
     843echo "configure:844: checking for $ac_word" >&5
    811844if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
    812845  echo $ac_n "(cached) $ac_c" 1>&6
     
    840873
    841874echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    842 echo "configure:843: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
     875echo "configure:876: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
    843876
    844877ac_ext=C
     
    851884cat > conftest.$ac_ext << EOF
    852885
    853 #line 854 "configure"
     886#line 887 "configure"
    854887#include "confdefs.h"
    855888
    856889int main(){return(0);}
    857890EOF
    858 if { (eval echo configure:859: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     891if { (eval echo configure:892: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    859892  ac_cv_prog_cxx_works=yes
    860893  # If we can't run a trivial program, we are probably using a cross compiler.
     
    882915fi
    883916echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    884 echo "configure:885: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
     917echo "configure:918: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
    885918echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
    886919cross_compiling=$ac_cv_prog_cxx_cross
    887920
    888921echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
    889 echo "configure:890: checking whether we are using GNU C++" >&5
     922echo "configure:923: checking whether we are using GNU C++" >&5
    890923if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
    891924  echo $ac_n "(cached) $ac_c" 1>&6
     
    896929#endif
    897930EOF
    898 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:899: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     931if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:932: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    899932  ac_cv_prog_gxx=yes
    900933else
     
    915948CXXFLAGS=
    916949echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
    917 echo "configure:918: checking whether ${CXX-g++} accepts -g" >&5
     950echo "configure:951: checking whether ${CXX-g++} accepts -g" >&5
    918951if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
    919952  echo $ac_n "(cached) $ac_c" 1>&6
     
    946979fi
    947980
    948 for ac_prog in mawk gawk nawk awk
     981for ac_prog in gawk mawk nawk awk
    949982do
    950983# Extract the first word of "$ac_prog", so it can be a program name with args.
    951984set dummy $ac_prog; ac_word=$2
    952985echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    953 echo "configure:954: checking for $ac_word" >&5
     986echo "configure:987: checking for $ac_word" >&5
    954987if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
    955988  echo $ac_n "(cached) $ac_c" 1>&6
     
    9851018set dummy $ac_prog; ac_word=$2
    9861019echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    987 echo "configure:988: checking for $ac_word" >&5
     1020echo "configure:1021: checking for $ac_word" >&5
    9881021if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
    9891022  echo $ac_n "(cached) $ac_c" 1>&6
     
    10461079# ./install, which can be erroneously created by make from ./install.sh.
    10471080echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    1048 echo "configure:1049: checking for a BSD compatible install" >&5
     1081echo "configure:1082: checking for a BSD compatible install" >&5
    10491082if test -z "$INSTALL"; then
    10501083if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
     
    10991132
    11001133echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    1101 echo "configure:1102: checking whether ln -s works" >&5
     1134echo "configure:1135: checking whether ln -s works" >&5
    11021135if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    11031136  echo $ac_n "(cached) $ac_c" 1>&6
     
    11201153
    11211154echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    1122 echo "configure:1123: checking whether ${MAKE-make} sets \${MAKE}" >&5
     1155echo "configure:1156: checking whether ${MAKE-make} sets \${MAKE}" >&5
    11231156set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    11241157if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    11491182set dummy ranlib; ac_word=$2
    11501183echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1151 echo "configure:1152: checking for $ac_word" >&5
     1184echo "configure:1185: checking for $ac_word" >&5
    11521185if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    11531186  echo $ac_n "(cached) $ac_c" 1>&6
     
    11791212
    11801213echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    1181 echo "configure:1182: checking how to run the C preprocessor" >&5
     1214echo "configure:1215: checking how to run the C preprocessor" >&5
    11821215# On Suns, sometimes $CPP names a directory.
    11831216if test -n "$CPP" && test -d "$CPP"; then
     
    11941227  # not just through cpp.
    11951228  cat > conftest.$ac_ext <<EOF
    1196 #line 1197 "configure"
     1229#line 1230 "configure"
    11971230#include "confdefs.h"
    11981231#include <assert.h>
     
    12001233EOF
    12011234ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1202 { (eval echo configure:1203: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1235{ (eval echo configure:1236: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    12031236ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    12041237if test -z "$ac_err"; then
     
    12111244  CPP="${CC-cc} -E -traditional-cpp"
    12121245  cat > conftest.$ac_ext <<EOF
    1213 #line 1214 "configure"
     1246#line 1247 "configure"
    12141247#include "confdefs.h"
    12151248#include <assert.h>
     
    12171250EOF
    12181251ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1219 { (eval echo configure:1220: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1252{ (eval echo configure:1253: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    12201253ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    12211254if test -z "$ac_err"; then
     
    12281261  CPP="${CC-cc} -nologo -E"
    12291262  cat > conftest.$ac_ext <<EOF
    1230 #line 1231 "configure"
     1263#line 1264 "configure"
    12311264#include "confdefs.h"
    12321265#include <assert.h>
     
    12341267EOF
    12351268ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1236 { (eval echo configure:1237: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1269{ (eval echo configure:1270: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    12371270ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    12381271if test -z "$ac_err"; then
     
    12591292
    12601293echo $ac_n "checking for AIX""... $ac_c" 1>&6
    1261 echo "configure:1262: checking for AIX" >&5
     1294echo "configure:1295: checking for AIX" >&5
    12621295cat > conftest.$ac_ext <<EOF
    1263 #line 1264 "configure"
     1296#line 1297 "configure"
    12641297#include "confdefs.h"
    12651298#ifdef _AIX
     
    12831316
    12841317echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
    1285 echo "configure:1286: checking for POSIXized ISC" >&5
     1318echo "configure:1319: checking for POSIXized ISC" >&5
    12861319if test -d /etc/conf/kconfig.d &&
    12871320  grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
     
    13051338ac_safe=`echo "minix/config.h" | sed 'y%./+-%__p_%'`
    13061339echo $ac_n "checking for minix/config.h""... $ac_c" 1>&6
    1307 echo "configure:1308: checking for minix/config.h" >&5
     1340echo "configure:1341: checking for minix/config.h" >&5
    13081341if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    13091342  echo $ac_n "(cached) $ac_c" 1>&6
    13101343else
    13111344  cat > conftest.$ac_ext <<EOF
    1312 #line 1313 "configure"
     1345#line 1346 "configure"
    13131346#include "confdefs.h"
    13141347#include <minix/config.h>
    13151348EOF
    13161349ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1317 { (eval echo configure:1318: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1350{ (eval echo configure:1351: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    13181351ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    13191352if test -z "$ac_err"; then
     
    13531386
    13541387echo $ac_n "checking for ${CC-cc} option to accept ANSI C""... $ac_c" 1>&6
    1355 echo "configure:1356: checking for ${CC-cc} option to accept ANSI C" >&5
     1388echo "configure:1389: checking for ${CC-cc} option to accept ANSI C" >&5
    13561389if eval "test \"`echo '$''{'ac_cv_prog_cc_stdc'+set}'`\" = set"; then
    13571390  echo $ac_n "(cached) $ac_c" 1>&6
     
    13691402  CFLAGS="$ac_save_CFLAGS $ac_arg"
    13701403  cat > conftest.$ac_ext <<EOF
    1371 #line 1372 "configure"
     1404#line 1405 "configure"
    13721405#include "confdefs.h"
    13731406#if !defined(__STDC__) || __STDC__ != 1
     
    13811414; return 0; }
    13821415EOF
    1383 if { (eval echo configure:1384: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1416if { (eval echo configure:1417: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    13841417  rm -rf conftest*
    13851418  ac_cv_prog_cc_stdc="$ac_arg"; break
     
    14021435
    14031436echo $ac_n "checking for function prototypes""... $ac_c" 1>&6
    1404 echo "configure:1405: checking for function prototypes" >&5
     1437echo "configure:1438: checking for function prototypes" >&5
    14051438if test "$ac_cv_prog_cc_stdc" != no; then
    14061439  echo "$ac_t""yes" 1>&6
     
    14161449
    14171450echo $ac_n "checking for working const""... $ac_c" 1>&6
    1418 echo "configure:1419: checking for working const" >&5
     1451echo "configure:1452: checking for working const" >&5
    14191452if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    14201453  echo $ac_n "(cached) $ac_c" 1>&6
    14211454else
    14221455  cat > conftest.$ac_ext <<EOF
    1423 #line 1424 "configure"
     1456#line 1457 "configure"
    14241457#include "confdefs.h"
    14251458
     
    14701503; return 0; }
    14711504EOF
    1472 if { (eval echo configure:1473: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1505if { (eval echo configure:1506: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    14731506  rm -rf conftest*
    14741507  ac_cv_c_const=yes
     
    14911524
    14921525echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    1493 echo "configure:1494: checking for ANSI C header files" >&5
     1526echo "configure:1527: checking for ANSI C header files" >&5
    14941527if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    14951528  echo $ac_n "(cached) $ac_c" 1>&6
    14961529else
    14971530  cat > conftest.$ac_ext <<EOF
    1498 #line 1499 "configure"
     1531#line 1532 "configure"
    14991532#include "confdefs.h"
    15001533#include <stdlib.h>
     
    15041537EOF
    15051538ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1506 { (eval echo configure:1507: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1539{ (eval echo configure:1540: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    15071540ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    15081541if test -z "$ac_err"; then
     
    15211554  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    15221555cat > conftest.$ac_ext <<EOF
    1523 #line 1524 "configure"
     1556#line 1557 "configure"
    15241557#include "confdefs.h"
    15251558#include <string.h>
     
    15391572  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    15401573cat > conftest.$ac_ext <<EOF
    1541 #line 1542 "configure"
     1574#line 1575 "configure"
    15421575#include "confdefs.h"
    15431576#include <stdlib.h>
     
    15601593else
    15611594  cat > conftest.$ac_ext <<EOF
    1562 #line 1563 "configure"
     1595#line 1596 "configure"
    15631596#include "confdefs.h"
    15641597#include <ctype.h>
     
    15711604
    15721605EOF
    1573 if { (eval echo configure:1574: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1606if { (eval echo configure:1607: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    15741607then
    15751608  :
     
    15951628
    15961629echo $ac_n "checking for off_t""... $ac_c" 1>&6
    1597 echo "configure:1598: checking for off_t" >&5
     1630echo "configure:1631: checking for off_t" >&5
    15981631if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
    15991632  echo $ac_n "(cached) $ac_c" 1>&6
    16001633else
    16011634  cat > conftest.$ac_ext <<EOF
    1602 #line 1603 "configure"
     1635#line 1636 "configure"
    16031636#include "confdefs.h"
    16041637#include <sys/types.h>
     
    16281661
    16291662echo $ac_n "checking for size_t""... $ac_c" 1>&6
    1630 echo "configure:1631: checking for size_t" >&5
     1663echo "configure:1664: checking for size_t" >&5
    16311664if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    16321665  echo $ac_n "(cached) $ac_c" 1>&6
    16331666else
    16341667  cat > conftest.$ac_ext <<EOF
    1635 #line 1636 "configure"
     1668#line 1669 "configure"
    16361669#include "confdefs.h"
    16371670#include <sys/types.h>
     
    16611694
    16621695echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
    1663 echo "configure:1664: checking whether time.h and sys/time.h may both be included" >&5
     1696echo "configure:1697: checking whether time.h and sys/time.h may both be included" >&5
    16641697if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
    16651698  echo $ac_n "(cached) $ac_c" 1>&6
    16661699else
    16671700  cat > conftest.$ac_ext <<EOF
    1668 #line 1669 "configure"
     1701#line 1702 "configure"
    16691702#include "confdefs.h"
    16701703#include <sys/types.h>
     
    16751708; return 0; }
    16761709EOF
    1677 if { (eval echo configure:1678: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1710if { (eval echo configure:1711: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    16781711  rm -rf conftest*
    16791712  ac_cv_header_time=yes
     
    16961729
    16971730echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
    1698 echo "configure:1699: checking whether struct tm is in sys/time.h or time.h" >&5
     1731echo "configure:1732: checking whether struct tm is in sys/time.h or time.h" >&5
    16991732if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
    17001733  echo $ac_n "(cached) $ac_c" 1>&6
    17011734else
    17021735  cat > conftest.$ac_ext <<EOF
    1703 #line 1704 "configure"
     1736#line 1737 "configure"
    17041737#include "confdefs.h"
    17051738#include <sys/types.h>
     
    17091742; return 0; }
    17101743EOF
    1711 if { (eval echo configure:1712: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1744if { (eval echo configure:1745: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    17121745  rm -rf conftest*
    17131746  ac_cv_struct_tm=time.h
     
    17321765if test "$ac_cv_prog_cc_stdc" = '-Xc'; then
    17331766cat > conftest.$ac_ext <<EOF
    1734 #line 1735 "configure"
     1767#line 1768 "configure"
    17351768#include "confdefs.h"
    17361769#include <stdio.h>
     
    17401773; return 0; }
    17411774EOF
    1742 if { (eval echo configure:1743: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1775if { (eval echo configure:1776: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    17431776  :
    17441777else
     
    17531786
    17541787echo $ac_n "checking for main in -lg""... $ac_c" 1>&6
    1755 echo "configure:1756: checking for main in -lg" >&5
     1788echo "configure:1789: checking for main in -lg" >&5
    17561789ac_lib_var=`echo g'_'main | sed 'y%./+-%__p_%'`
    17571790if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    17611794LIBS="-lg  $LIBS"
    17621795cat > conftest.$ac_ext <<EOF
    1763 #line 1764 "configure"
     1796#line 1797 "configure"
    17641797#include "confdefs.h"
    17651798
     
    17681801; return 0; }
    17691802EOF
    1770 if { (eval echo configure:1771: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1803if { (eval echo configure:1804: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    17711804  rm -rf conftest*
    17721805  eval "ac_cv_lib_$ac_lib_var=yes"
     
    17961829
    17971830echo $ac_n "checking for main in -lgdbm""... $ac_c" 1>&6
    1798 echo "configure:1799: checking for main in -lgdbm" >&5
     1831echo "configure:1832: checking for main in -lgdbm" >&5
    17991832ac_lib_var=`echo gdbm'_'main | sed 'y%./+-%__p_%'`
    18001833if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    18041837LIBS="-lgdbm  $LIBS"
    18051838cat > conftest.$ac_ext <<EOF
    1806 #line 1807 "configure"
     1839#line 1840 "configure"
    18071840#include "confdefs.h"
    18081841
     
    18111844; return 0; }
    18121845EOF
    1813 if { (eval echo configure:1814: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1846if { (eval echo configure:1847: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    18141847  rm -rf conftest*
    18151848  eval "ac_cv_lib_$ac_lib_var=yes"
     
    18391872
    18401873echo $ac_n "checking for main in -lm""... $ac_c" 1>&6
    1841 echo "configure:1842: checking for main in -lm" >&5
     1874echo "configure:1875: checking for main in -lm" >&5
    18421875ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'`
    18431876if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    18471880LIBS="-lm  $LIBS"
    18481881cat > conftest.$ac_ext <<EOF
    1849 #line 1850 "configure"
     1882#line 1883 "configure"
    18501883#include "confdefs.h"
    18511884
     
    18541887; return 0; }
    18551888EOF
    1856 if { (eval echo configure:1857: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1889if { (eval echo configure:1890: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    18571890  rm -rf conftest*
    18581891  eval "ac_cv_lib_$ac_lib_var=yes"
     
    18821915
    18831916echo $ac_n "checking for main in -lstdc++""... $ac_c" 1>&6
    1884 echo "configure:1885: checking for main in -lstdc++" >&5
     1917echo "configure:1918: checking for main in -lstdc++" >&5
    18851918ac_lib_var=`echo stdc++'_'main | sed 'y%./+-%__p_%'`
    18861919if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    18901923LIBS="-lstdc++  $LIBS"
    18911924cat > conftest.$ac_ext <<EOF
    1892 #line 1893 "configure"
     1925#line 1926 "configure"
    18931926#include "confdefs.h"
    18941927
     
    18971930; return 0; }
    18981931EOF
    1899 if { (eval echo configure:1900: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1932if { (eval echo configure:1933: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    19001933  rm -rf conftest*
    19011934  eval "ac_cv_lib_$ac_lib_var=yes"
     
    19251958
    19261959echo $ac_n "checking for main in -lcrypt""... $ac_c" 1>&6
    1927 echo "configure:1928: checking for main in -lcrypt" >&5
     1960echo "configure:1961: checking for main in -lcrypt" >&5
    19281961ac_lib_var=`echo crypt'_'main | sed 'y%./+-%__p_%'`
    19291962if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    19331966LIBS="-lcrypt  $LIBS"
    19341967cat > conftest.$ac_ext <<EOF
    1935 #line 1936 "configure"
     1968#line 1969 "configure"
    19361969#include "confdefs.h"
    19371970
     
    19401973; return 0; }
    19411974EOF
    1942 if { (eval echo configure:1943: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1975if { (eval echo configure:1976: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    19431976  rm -rf conftest*
    19441977  eval "ac_cv_lib_$ac_lib_var=yes"
     
    19742007ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    19752008echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
    1976 echo "configure:1977: checking for $ac_hdr that defines DIR" >&5
     2009echo "configure:2010: checking for $ac_hdr that defines DIR" >&5
    19772010if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
    19782011  echo $ac_n "(cached) $ac_c" 1>&6
    19792012else
    19802013  cat > conftest.$ac_ext <<EOF
    1981 #line 1982 "configure"
     2014#line 2015 "configure"
    19822015#include "confdefs.h"
    19832016#include <sys/types.h>
     
    19872020; return 0; }
    19882021EOF
    1989 if { (eval echo configure:1990: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2022if { (eval echo configure:2023: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    19902023  rm -rf conftest*
    19912024  eval "ac_cv_header_dirent_$ac_safe=yes"
     
    20122045if test $ac_header_dirent = dirent.h; then
    20132046echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
    2014 echo "configure:2015: checking for opendir in -ldir" >&5
     2047echo "configure:2048: checking for opendir in -ldir" >&5
    20152048ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
    20162049if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    20202053LIBS="-ldir  $LIBS"
    20212054cat > conftest.$ac_ext <<EOF
    2022 #line 2023 "configure"
     2055#line 2056 "configure"
    20232056#include "confdefs.h"
    20242057/* Override any gcc2 internal prototype to avoid an error.  */
     
    20312064; return 0; }
    20322065EOF
    2033 if { (eval echo configure:2034: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2066if { (eval echo configure:2067: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    20342067  rm -rf conftest*
    20352068  eval "ac_cv_lib_$ac_lib_var=yes"
     
    20532086else
    20542087echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
    2055 echo "configure:2056: checking for opendir in -lx" >&5
     2088echo "configure:2089: checking for opendir in -lx" >&5
    20562089ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
    20572090if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    20612094LIBS="-lx  $LIBS"
    20622095cat > conftest.$ac_ext <<EOF
    2063 #line 2064 "configure"
     2096#line 2097 "configure"
    20642097#include "confdefs.h"
    20652098/* Override any gcc2 internal prototype to avoid an error.  */
     
    20722105; return 0; }
    20732106EOF
    2074 if { (eval echo configure:2075: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2107if { (eval echo configure:2108: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    20752108  rm -rf conftest*
    20762109  eval "ac_cv_lib_$ac_lib_var=yes"
     
    20952128
    20962129echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    2097 echo "configure:2098: checking for ANSI C header files" >&5
     2130echo "configure:2131: checking for ANSI C header files" >&5
    20982131if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    20992132  echo $ac_n "(cached) $ac_c" 1>&6
    21002133else
    21012134  cat > conftest.$ac_ext <<EOF
    2102 #line 2103 "configure"
     2135#line 2136 "configure"
    21032136#include "confdefs.h"
    21042137#include <stdlib.h>
     
    21082141EOF
    21092142ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2110 { (eval echo configure:2111: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2143{ (eval echo configure:2144: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    21112144ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    21122145if test -z "$ac_err"; then
     
    21252158  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    21262159cat > conftest.$ac_ext <<EOF
    2127 #line 2128 "configure"
     2160#line 2161 "configure"
    21282161#include "confdefs.h"
    21292162#include <string.h>
     
    21432176  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    21442177cat > conftest.$ac_ext <<EOF
    2145 #line 2146 "configure"
     2178#line 2179 "configure"
    21462179#include "confdefs.h"
    21472180#include <stdlib.h>
     
    21642197else
    21652198  cat > conftest.$ac_ext <<EOF
    2166 #line 2167 "configure"
     2199#line 2200 "configure"
    21672200#include "confdefs.h"
    21682201#include <ctype.h>
     
    21752208
    21762209EOF
    2177 if { (eval echo configure:2178: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2210if { (eval echo configure:2211: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    21782211then
    21792212  :
     
    22022235ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    22032236echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    2204 echo "configure:2205: checking for $ac_hdr" >&5
     2237echo "configure:2238: checking for $ac_hdr" >&5
    22052238if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    22062239  echo $ac_n "(cached) $ac_c" 1>&6
    22072240else
    22082241  cat > conftest.$ac_ext <<EOF
    2209 #line 2210 "configure"
     2242#line 2243 "configure"
    22102243#include "confdefs.h"
    22112244#include <$ac_hdr>
    22122245EOF
    22132246ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2214 { (eval echo configure:2215: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2247{ (eval echo configure:2248: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    22152248ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    22162249if test -z "$ac_err"; then
     
    22392272
    22402273cat > conftest.$ac_ext <<EOF
    2241 #line 2242 "configure"
     2274#line 2275 "configure"
    22422275#include "confdefs.h"
    22432276#include <stdio.h>
     
    22542287
    22552288cat > conftest.$ac_ext <<EOF
    2256 #line 2257 "configure"
     2289#line 2290 "configure"
    22572290#include "confdefs.h"
    22582291#include <stdio.h>
     
    22692302
    22702303cat > conftest.$ac_ext <<EOF
    2271 #line 2272 "configure"
     2304#line 2305 "configure"
    22722305#include "confdefs.h"
    22732306#include <sys/procfs.h>
     
    22872320# for constant arguments.  Useless!
    22882321echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
    2289 echo "configure:2290: checking for working alloca.h" >&5
     2322echo "configure:2323: checking for working alloca.h" >&5
    22902323if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    22912324  echo $ac_n "(cached) $ac_c" 1>&6
    22922325else
    22932326  cat > conftest.$ac_ext <<EOF
    2294 #line 2295 "configure"
     2327#line 2328 "configure"
    22952328#include "confdefs.h"
    22962329#include <alloca.h>
     
    22992332; return 0; }
    23002333EOF
    2301 if { (eval echo configure:2302: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2334if { (eval echo configure:2335: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    23022335  rm -rf conftest*
    23032336  ac_cv_header_alloca_h=yes
     
    23202353
    23212354echo $ac_n "checking for alloca""... $ac_c" 1>&6
    2322 echo "configure:2323: checking for alloca" >&5
     2355echo "configure:2356: checking for alloca" >&5
    23232356if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    23242357  echo $ac_n "(cached) $ac_c" 1>&6
    23252358else
    23262359  cat > conftest.$ac_ext <<EOF
    2327 #line 2328 "configure"
     2360#line 2361 "configure"
    23282361#include "confdefs.h"
    23292362
     
    23532386; return 0; }
    23542387EOF
    2355 if { (eval echo configure:2356: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2388if { (eval echo configure:2389: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    23562389  rm -rf conftest*
    23572390  ac_cv_func_alloca_works=yes
     
    23852418
    23862419echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
    2387 echo "configure:2388: checking whether alloca needs Cray hooks" >&5
     2420echo "configure:2421: checking whether alloca needs Cray hooks" >&5
    23882421if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    23892422  echo $ac_n "(cached) $ac_c" 1>&6
    23902423else
    23912424  cat > conftest.$ac_ext <<EOF
    2392 #line 2393 "configure"
     2425#line 2426 "configure"
    23932426#include "confdefs.h"
    23942427#if defined(CRAY) && ! defined(CRAY2)
     
    24152448for ac_func in _getb67 GETB67 getb67; do
    24162449  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2417 echo "configure:2418: checking for $ac_func" >&5
     2450echo "configure:2451: checking for $ac_func" >&5
    24182451if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    24192452  echo $ac_n "(cached) $ac_c" 1>&6
    24202453else
    24212454  cat > conftest.$ac_ext <<EOF
    2422 #line 2423 "configure"
     2455#line 2456 "configure"
    24232456#include "confdefs.h"
    24242457/* System header to define __stub macros and hopefully few prototypes,
     
    24432476; return 0; }
    24442477EOF
    2445 if { (eval echo configure:2446: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2478if { (eval echo configure:2479: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    24462479  rm -rf conftest*
    24472480  eval "ac_cv_func_$ac_func=yes"
     
    24702503
    24712504echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
    2472 echo "configure:2473: checking stack direction for C alloca" >&5
     2505echo "configure:2506: checking stack direction for C alloca" >&5
    24732506if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    24742507  echo $ac_n "(cached) $ac_c" 1>&6
     
    24782511else
    24792512  cat > conftest.$ac_ext <<EOF
    2480 #line 2481 "configure"
     2513#line 2514 "configure"
    24812514#include "confdefs.h"
    24822515find_stack_direction ()
     
    24972530}
    24982531EOF
    2499 if { (eval echo configure:2500: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2532if { (eval echo configure:2533: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    25002533then
    25012534  ac_cv_c_stack_direction=1
     
    25202553if test $ac_cv_prog_gcc = yes; then
    25212554    echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
    2522 echo "configure:2523: checking whether ${CC-cc} needs -traditional" >&5
     2555echo "configure:2556: checking whether ${CC-cc} needs -traditional" >&5
    25232556if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
    25242557  echo $ac_n "(cached) $ac_c" 1>&6
     
    25262559    ac_pattern="Autoconf.*'x'"
    25272560  cat > conftest.$ac_ext <<EOF
    2528 #line 2529 "configure"
     2561#line 2562 "configure"
    25292562#include "confdefs.h"
    25302563#include <sgtty.h>
     
    25442577  if test $ac_cv_prog_gcc_traditional = no; then
    25452578    cat > conftest.$ac_ext <<EOF
    2546 #line 2547 "configure"
     2579#line 2580 "configure"
    25472580#include "confdefs.h"
    25482581#include <termio.h>
     
    25662599
    25672600echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
    2568 echo "configure:2569: checking return type of signal handlers" >&5
     2601echo "configure:2602: checking return type of signal handlers" >&5
    25692602if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
    25702603  echo $ac_n "(cached) $ac_c" 1>&6
    25712604else
    25722605  cat > conftest.$ac_ext <<EOF
    2573 #line 2574 "configure"
     2606#line 2607 "configure"
    25742607#include "confdefs.h"
    25752608#include <sys/types.h>
     
    25882621; return 0; }
    25892622EOF
    2590 if { (eval echo configure:2591: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2623if { (eval echo configure:2624: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    25912624  rm -rf conftest*
    25922625  ac_cv_type_signal=void
     
    26072640
    26082641echo $ac_n "checking for vprintf""... $ac_c" 1>&6
    2609 echo "configure:2610: checking for vprintf" >&5
     2642echo "configure:2643: checking for vprintf" >&5
    26102643if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
    26112644  echo $ac_n "(cached) $ac_c" 1>&6
    26122645else
    26132646  cat > conftest.$ac_ext <<EOF
    2614 #line 2615 "configure"
     2647#line 2648 "configure"
    26152648#include "confdefs.h"
    26162649/* System header to define __stub macros and hopefully few prototypes,
     
    26352668; return 0; }
    26362669EOF
    2637 if { (eval echo configure:2638: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2670if { (eval echo configure:2671: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    26382671  rm -rf conftest*
    26392672  eval "ac_cv_func_vprintf=yes"
     
    26592692if test "$ac_cv_func_vprintf" != yes; then
    26602693echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
    2661 echo "configure:2662: checking for _doprnt" >&5
     2694echo "configure:2695: checking for _doprnt" >&5
    26622695if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
    26632696  echo $ac_n "(cached) $ac_c" 1>&6
    26642697else
    26652698  cat > conftest.$ac_ext <<EOF
    2666 #line 2667 "configure"
     2699#line 2700 "configure"
    26672700#include "confdefs.h"
    26682701/* System header to define __stub macros and hopefully few prototypes,
     
    26872720; return 0; }
    26882721EOF
    2689 if { (eval echo configure:2690: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2722if { (eval echo configure:2723: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    26902723  rm -rf conftest*
    26912724  eval "ac_cv_func__doprnt=yes"
     
    27142747do
    27152748echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2716 echo "configure:2717: checking for $ac_func" >&5
     2749echo "configure:2750: checking for $ac_func" >&5
    27172750if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    27182751  echo $ac_n "(cached) $ac_c" 1>&6
    27192752else
    27202753  cat > conftest.$ac_ext <<EOF
    2721 #line 2722 "configure"
     2754#line 2755 "configure"
    27222755#include "confdefs.h"
    27232756/* System header to define __stub macros and hopefully few prototypes,
     
    27422775; return 0; }
    27432776EOF
    2744 if { (eval echo configure:2745: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2777if { (eval echo configure:2778: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    27452778  rm -rf conftest*
    27462779  eval "ac_cv_func_$ac_func=yes"
     
    27692802do
    27702803echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2771 echo "configure:2772: checking for $ac_func" >&5
     2804echo "configure:2805: checking for $ac_func" >&5
    27722805if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    27732806  echo $ac_n "(cached) $ac_c" 1>&6
    27742807else
    27752808  cat > conftest.$ac_ext <<EOF
    2776 #line 2777 "configure"
     2809#line 2810 "configure"
    27772810#include "confdefs.h"
    27782811/* System header to define __stub macros and hopefully few prototypes,
     
    27972830; return 0; }
    27982831EOF
    2799 if { (eval echo configure:2800: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2832if { (eval echo configure:2833: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    28002833  rm -rf conftest*
    28012834  eval "ac_cv_func_$ac_func=yes"
     
    28282861# ---------------------------------------------------------------------------
    28292862echo $ac_n "checking for HP-UX needing gmalloc""... $ac_c" 1>&6
    2830 echo "configure:2831: checking for HP-UX needing gmalloc" >&5
     2863echo "configure:2864: checking for HP-UX needing gmalloc" >&5
    28312864if test "`(uname -s) 2> /dev/null`" = 'HP-UX'; then
    28322865  echo "$ac_t""yes" 1>&6
     
    28412874do
    28422875echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2843 echo "configure:2844: checking for $ac_func" >&5
     2876echo "configure:2877: checking for $ac_func" >&5
    28442877if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    28452878  echo $ac_n "(cached) $ac_c" 1>&6
    28462879else
    28472880  cat > conftest.$ac_ext <<EOF
    2848 #line 2849 "configure"
     2881#line 2882 "configure"
    28492882#include "confdefs.h"
    28502883/* System header to define __stub macros and hopefully few prototypes,
     
    28692902; return 0; }
    28702903EOF
    2871 if { (eval echo configure:2872: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2904if { (eval echo configure:2905: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    28722905  rm -rf conftest*
    28732906  eval "ac_cv_func_$ac_func=yes"
     
    28962929
    28972930echo $ac_n "checking if malloc debugging is wanted""... $ac_c" 1>&6
    2898 echo "configure:2899: checking if malloc debugging is wanted" >&5
     2931echo "configure:2932: checking if malloc debugging is wanted" >&5
    28992932# Check whether --with-dmalloc or --without-dmalloc was given.
    29002933if test "${with_dmalloc+set}" = set; then
     
    29172950
    29182951echo $ac_n "checking which of rx or regex is wanted""... $ac_c" 1>&6
    2919 echo "configure:2920: checking which of rx or regex is wanted" >&5
     2952echo "configure:2953: checking which of rx or regex is wanted" >&5
    29202953# Check whether --with-regex or --without-regex was given.
    29212954if test "${with_regex+set}" = set; then
     
    29352968  echo "$ac_t""rx" 1>&6
    29362969  echo $ac_n "checking for re_rx_search""... $ac_c" 1>&6
    2937 echo "configure:2938: checking for re_rx_search" >&5
     2970echo "configure:2971: checking for re_rx_search" >&5
    29382971if eval "test \"`echo '$''{'ac_cv_func_re_rx_search'+set}'`\" = set"; then
    29392972  echo $ac_n "(cached) $ac_c" 1>&6
    29402973else
    29412974  cat > conftest.$ac_ext <<EOF
    2942 #line 2943 "configure"
     2975#line 2976 "configure"
    29432976#include "confdefs.h"
    29442977/* System header to define __stub macros and hopefully few prototypes,
     
    29632996; return 0; }
    29642997EOF
    2965 if { (eval echo configure:2966: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2998if { (eval echo configure:2999: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    29662999  rm -rf conftest*
    29673000  eval "ac_cv_func_re_rx_search=yes"
     
    30033036
    30043037echo $ac_n "checking "that the GDBM library is available"""... $ac_c" 1>&6
    3005 echo "configure:3006: checking "that the GDBM library is available"" >&5
     3038echo "configure:3039: checking "that the GDBM library is available"" >&5
    30063039cat > conftest.$ac_ext <<EOF
    3007 #line 3008 "configure"
     3040#line 3041 "configure"
    30083041#include "confdefs.h"
    30093042#include <gdbm.h>
     
    30133046; return 0; }
    30143047EOF
    3015 if { (eval echo configure:3016: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3048if { (eval echo configure:3049: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    30163049  rm -rf conftest*
    30173050  success=yes
     
    30303063
    30313064echo $ac_n "checking "that Perl 5 is available"""... $ac_c" 1>&6
    3032 echo "configure:3033: checking "that Perl 5 is available"" >&5
     3065echo "configure:3066: checking "that Perl 5 is available"" >&5
    30333066success="no"
    30343067pl_path="$PATH"
     
    30603093success=no
    30613094echo $ac_n "checking "whether STL library has known faults"""... $ac_c" 1>&6
    3062 echo "configure:3063: checking "whether STL library has known faults"" >&5
     3095echo "configure:3096: checking "whether STL library has known faults"" >&5
    30633096
    30643097cat > conftest.$ac_ext <<EOF
    3065 #line 3066 "configure"
     3098#line 3099 "configure"
    30663099#include "confdefs.h"
    30673100#include <vector>
     
    30713104; return 0; }
    30723105EOF
    3073 if { (eval echo configure:3074: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3106if { (eval echo configure:3107: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    30743107  rm -rf conftest*
    30753108  success=yes
     
    30823115if test $success = "no"; then
    30833116cat > conftest.$ac_ext <<EOF
    3084 #line 3085 "configure"
     3117#line 3118 "configure"
    30853118#include "confdefs.h"
    30863119#include <vector.h>
     
    30903123; return 0; }
    30913124EOF
    3092 if { (eval echo configure:3093: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3125if { (eval echo configure:3126: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    30933126  rm -rf conftest*
    30943127  success="yes"
     
    31023135if test $success = "no"; then
    31033136cat > conftest.$ac_ext <<EOF
    3104 #line 3105 "configure"
     3137#line 3138 "configure"
    31053138#include "confdefs.h"
    31063139#include <ospace\\std\\vector>
     
    31103143; return 0; }
    31113144EOF
    3112 if { (eval echo configure:3113: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3145if { (eval echo configure:3146: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    31133146  rm -rf conftest*
    31143147  success="yes"
     
    31313164
    31323165echo $ac_n "checking for HP-UX needing gmalloc""... $ac_c" 1>&6
    3133 echo "configure:3134: checking for HP-UX needing gmalloc" >&5
     3166echo "configure:3167: checking for HP-UX needing gmalloc" >&5
    31343167if test "`(uname -s) 2> /dev/null`" = 'HP-UX'; then
    31353168  echo "$ac_t""yes" 1>&6
     
    31443177do
    31453178echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3146 echo "configure:3147: checking for $ac_func" >&5
     3179echo "configure:3180: checking for $ac_func" >&5
    31473180if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    31483181  echo $ac_n "(cached) $ac_c" 1>&6
    31493182else
    31503183  cat > conftest.$ac_ext <<EOF
    3151 #line 3152 "configure"
     3184#line 3185 "configure"
    31523185#include "confdefs.h"
    31533186/* System header to define __stub macros and hopefully few prototypes,
     
    31753208; return 0; }
    31763209EOF
    3177 if { (eval echo configure:3178: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3210if { (eval echo configure:3211: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    31783211  rm -rf conftest*
    31793212  eval "ac_cv_func_$ac_func=yes"
     
    32023235
    32033236echo $ac_n "checking if malloc debugging is wanted""... $ac_c" 1>&6
    3204 echo "configure:3205: checking if malloc debugging is wanted" >&5
     3237echo "configure:3238: checking if malloc debugging is wanted" >&5
    32053238# Check whether --with-dmalloc or --without-dmalloc was given.
    32063239if test "${with_dmalloc+set}" = set; then
     
    32233256
    32243257echo $ac_n "checking which of rx or regex is wanted""... $ac_c" 1>&6
    3225 echo "configure:3226: checking which of rx or regex is wanted" >&5
     3258echo "configure:3259: checking which of rx or regex is wanted" >&5
    32263259# Check whether --with-regex or --without-regex was given.
    32273260if test "${with_regex+set}" = set; then
     
    32413274  echo "$ac_t""rx" 1>&6
    32423275  echo $ac_n "checking for re_rx_search""... $ac_c" 1>&6
    3243 echo "configure:3244: checking for re_rx_search" >&5
     3276echo "configure:3277: checking for re_rx_search" >&5
    32443277if eval "test \"`echo '$''{'ac_cv_func_re_rx_search'+set}'`\" = set"; then
    32453278  echo $ac_n "(cached) $ac_c" 1>&6
    32463279else
    32473280  cat > conftest.$ac_ext <<EOF
    3248 #line 3249 "configure"
     3281#line 3282 "configure"
    32493282#include "confdefs.h"
    32503283/* System header to define __stub macros and hopefully few prototypes,
     
    32723305; return 0; }
    32733306EOF
    3274 if { (eval echo configure:3275: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3307if { (eval echo configure:3308: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    32753308  rm -rf conftest*
    32763309  eval "ac_cv_func_re_rx_search=yes"
     
    34473480s%@VERSION@%$VERSION%g
    34483481s%@USE_FASTCGI@%$USE_FASTCGI%g
     3482s%@USE_CORBA@%$USE_CORBA%g
     3483s%@MICO_DIR@%$MICO_DIR%g
    34493484s%@CC@%$CC%g
    34503485s%@CXX@%$CXX%g
Note: See TracChangeset for help on using the changeset viewer.