Changeset 2051


Ignore:
Timestamp:
2001-02-23T09:48:00+13:00 (23 years ago)
Author:
jrm21
Message:

removed a check for HP-UX - gmalloc which was in here twice.

Location:
trunk/gsdl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/configure

    r1938 r2051  
    1818ac_help="$ac_help
    1919  --enable-z3950          Enable Z39.50 client support"
    20 ac_help="$ac_help
    21   --with-dmalloc          use dmalloc, as in
    22                           ftp://ftp.letters.com/src/dmalloc/dmalloc.tar.gz"
    23 ac_help="$ac_help
    24   --with-regex            use older regex in lieu of GNU rx for matching"
    2520ac_help="$ac_help
    2621  --with-dmalloc          use dmalloc, as in
     
    633628set dummy gcc; ac_word=$2
    634629echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    635 echo "configure:636: checking for $ac_word" >&5
     630echo "configure:631: checking for $ac_word" >&5
    636631if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    637632  echo $ac_n "(cached) $ac_c" 1>&6
     
    663658set dummy cc; ac_word=$2
    664659echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    665 echo "configure:666: checking for $ac_word" >&5
     660echo "configure:661: checking for $ac_word" >&5
    666661if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    667662  echo $ac_n "(cached) $ac_c" 1>&6
     
    714709set dummy cl; ac_word=$2
    715710echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    716 echo "configure:717: checking for $ac_word" >&5
     711echo "configure:712: checking for $ac_word" >&5
    717712if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    718713  echo $ac_n "(cached) $ac_c" 1>&6
     
    746741
    747742echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    748 echo "configure:749: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     743echo "configure:744: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    749744
    750745ac_ext=c
     
    757752cat > conftest.$ac_ext << EOF
    758753
    759 #line 760 "configure"
     754#line 755 "configure"
    760755#include "confdefs.h"
    761756
    762757main(){return(0);}
    763758EOF
    764 if { (eval echo configure:765: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     759if { (eval echo configure:760: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    765760  ac_cv_prog_cc_works=yes
    766761  # If we can't run a trivial program, we are probably using a cross compiler.
     
    788783fi
    789784echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    790 echo "configure:791: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     785echo "configure:786: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    791786echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    792787cross_compiling=$ac_cv_prog_cc_cross
    793788
    794789echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    795 echo "configure:796: checking whether we are using GNU C" >&5
     790echo "configure:791: checking whether we are using GNU C" >&5
    796791if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    797792  echo $ac_n "(cached) $ac_c" 1>&6
     
    802797#endif
    803798EOF
    804 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:805: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     799if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:800: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    805800  ac_cv_prog_gcc=yes
    806801else
     
    821816CFLAGS=
    822817echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    823 echo "configure:824: checking whether ${CC-cc} accepts -g" >&5
     818echo "configure:819: checking whether ${CC-cc} accepts -g" >&5
    824819if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    825820  echo $ac_n "(cached) $ac_c" 1>&6
     
    857852set dummy $ac_prog; ac_word=$2
    858853echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    859 echo "configure:860: checking for $ac_word" >&5
     854echo "configure:855: checking for $ac_word" >&5
    860855if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
    861856  echo $ac_n "(cached) $ac_c" 1>&6
     
    889884
    890885echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    891 echo "configure:892: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
     886echo "configure:887: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
    892887
    893888ac_ext=C
     
    900895cat > conftest.$ac_ext << EOF
    901896
    902 #line 903 "configure"
     897#line 898 "configure"
    903898#include "confdefs.h"
    904899
    905900int main(){return(0);}
    906901EOF
    907 if { (eval echo configure:908: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     902if { (eval echo configure:903: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    908903  ac_cv_prog_cxx_works=yes
    909904  # If we can't run a trivial program, we are probably using a cross compiler.
     
    931926fi
    932927echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    933 echo "configure:934: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
     928echo "configure:929: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
    934929echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
    935930cross_compiling=$ac_cv_prog_cxx_cross
    936931
    937932echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
    938 echo "configure:939: checking whether we are using GNU C++" >&5
     933echo "configure:934: checking whether we are using GNU C++" >&5
    939934if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
    940935  echo $ac_n "(cached) $ac_c" 1>&6
     
    945940#endif
    946941EOF
    947 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:948: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     942if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:943: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    948943  ac_cv_prog_gxx=yes
    949944else
     
    964959CXXFLAGS=
    965960echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
    966 echo "configure:967: checking whether ${CXX-g++} accepts -g" >&5
     961echo "configure:962: checking whether ${CXX-g++} accepts -g" >&5
    967962if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
    968963  echo $ac_n "(cached) $ac_c" 1>&6
     
    1000995set dummy $ac_prog; ac_word=$2
    1001996echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1002 echo "configure:1003: checking for $ac_word" >&5
     997echo "configure:998: checking for $ac_word" >&5
    1003998if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
    1004999  echo $ac_n "(cached) $ac_c" 1>&6
     
    10341029set dummy $ac_prog; ac_word=$2
    10351030echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1036 echo "configure:1037: checking for $ac_word" >&5
     1031echo "configure:1032: checking for $ac_word" >&5
    10371032if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
    10381033  echo $ac_n "(cached) $ac_c" 1>&6
     
    10951090# ./install, which can be erroneously created by make from ./install.sh.
    10961091echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    1097 echo "configure:1098: checking for a BSD compatible install" >&5
     1092echo "configure:1093: checking for a BSD compatible install" >&5
    10981093if test -z "$INSTALL"; then
    10991094if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
     
    11481143
    11491144echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    1150 echo "configure:1151: checking whether ln -s works" >&5
     1145echo "configure:1146: checking whether ln -s works" >&5
    11511146if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    11521147  echo $ac_n "(cached) $ac_c" 1>&6
     
    11691164
    11701165echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    1171 echo "configure:1172: checking whether ${MAKE-make} sets \${MAKE}" >&5
     1166echo "configure:1167: checking whether ${MAKE-make} sets \${MAKE}" >&5
    11721167set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    11731168if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    11981193set dummy ranlib; ac_word=$2
    11991194echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1200 echo "configure:1201: checking for $ac_word" >&5
     1195echo "configure:1196: checking for $ac_word" >&5
    12011196if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    12021197  echo $ac_n "(cached) $ac_c" 1>&6
     
    12281223
    12291224echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    1230 echo "configure:1231: checking how to run the C preprocessor" >&5
     1225echo "configure:1226: checking how to run the C preprocessor" >&5
    12311226# On Suns, sometimes $CPP names a directory.
    12321227if test -n "$CPP" && test -d "$CPP"; then
     
    12431238  # not just through cpp.
    12441239  cat > conftest.$ac_ext <<EOF
    1245 #line 1246 "configure"
     1240#line 1241 "configure"
    12461241#include "confdefs.h"
    12471242#include <assert.h>
     
    12491244EOF
    12501245ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1251 { (eval echo configure:1252: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1246{ (eval echo configure:1247: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    12521247ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    12531248if test -z "$ac_err"; then
     
    12601255  CPP="${CC-cc} -E -traditional-cpp"
    12611256  cat > conftest.$ac_ext <<EOF
    1262 #line 1263 "configure"
     1257#line 1258 "configure"
    12631258#include "confdefs.h"
    12641259#include <assert.h>
     
    12661261EOF
    12671262ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1268 { (eval echo configure:1269: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1263{ (eval echo configure:1264: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    12691264ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    12701265if test -z "$ac_err"; then
     
    12771272  CPP="${CC-cc} -nologo -E"
    12781273  cat > conftest.$ac_ext <<EOF
    1279 #line 1280 "configure"
     1274#line 1275 "configure"
    12801275#include "confdefs.h"
    12811276#include <assert.h>
     
    12831278EOF
    12841279ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1285 { (eval echo configure:1286: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1280{ (eval echo configure:1281: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    12861281ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    12871282if test -z "$ac_err"; then
     
    13081303
    13091304echo $ac_n "checking for AIX""... $ac_c" 1>&6
    1310 echo "configure:1311: checking for AIX" >&5
     1305echo "configure:1306: checking for AIX" >&5
    13111306cat > conftest.$ac_ext <<EOF
    1312 #line 1313 "configure"
     1307#line 1308 "configure"
    13131308#include "confdefs.h"
    13141309#ifdef _AIX
     
    13321327
    13331328echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
    1334 echo "configure:1335: checking for POSIXized ISC" >&5
     1329echo "configure:1330: checking for POSIXized ISC" >&5
    13351330if test -d /etc/conf/kconfig.d &&
    13361331  grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
     
    13541349ac_safe=`echo "minix/config.h" | sed 'y%./+-%__p_%'`
    13551350echo $ac_n "checking for minix/config.h""... $ac_c" 1>&6
    1356 echo "configure:1357: checking for minix/config.h" >&5
     1351echo "configure:1352: checking for minix/config.h" >&5
    13571352if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    13581353  echo $ac_n "(cached) $ac_c" 1>&6
    13591354else
    13601355  cat > conftest.$ac_ext <<EOF
    1361 #line 1362 "configure"
     1356#line 1357 "configure"
    13621357#include "confdefs.h"
    13631358#include <minix/config.h>
    13641359EOF
    13651360ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1366 { (eval echo configure:1367: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1361{ (eval echo configure:1362: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    13671362ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    13681363if test -z "$ac_err"; then
     
    14021397
    14031398echo $ac_n "checking for ${CC-cc} option to accept ANSI C""... $ac_c" 1>&6
    1404 echo "configure:1405: checking for ${CC-cc} option to accept ANSI C" >&5
     1399echo "configure:1400: checking for ${CC-cc} option to accept ANSI C" >&5
    14051400if eval "test \"`echo '$''{'ac_cv_prog_cc_stdc'+set}'`\" = set"; then
    14061401  echo $ac_n "(cached) $ac_c" 1>&6
     
    14181413  CFLAGS="$ac_save_CFLAGS $ac_arg"
    14191414  cat > conftest.$ac_ext <<EOF
    1420 #line 1421 "configure"
     1415#line 1416 "configure"
    14211416#include "confdefs.h"
    14221417#if !defined(__STDC__) || __STDC__ != 1
     
    14301425; return 0; }
    14311426EOF
    1432 if { (eval echo configure:1433: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1427if { (eval echo configure:1428: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    14331428  rm -rf conftest*
    14341429  ac_cv_prog_cc_stdc="$ac_arg"; break
     
    14511446
    14521447echo $ac_n "checking for function prototypes""... $ac_c" 1>&6
    1453 echo "configure:1454: checking for function prototypes" >&5
     1448echo "configure:1449: checking for function prototypes" >&5
    14541449if test "$ac_cv_prog_cc_stdc" != no; then
    14551450  echo "$ac_t""yes" 1>&6
     
    14651460
    14661461echo $ac_n "checking for working const""... $ac_c" 1>&6
    1467 echo "configure:1468: checking for working const" >&5
     1462echo "configure:1463: checking for working const" >&5
    14681463if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    14691464  echo $ac_n "(cached) $ac_c" 1>&6
    14701465else
    14711466  cat > conftest.$ac_ext <<EOF
    1472 #line 1473 "configure"
     1467#line 1468 "configure"
    14731468#include "confdefs.h"
    14741469
     
    15191514; return 0; }
    15201515EOF
    1521 if { (eval echo configure:1522: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1516if { (eval echo configure:1517: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    15221517  rm -rf conftest*
    15231518  ac_cv_c_const=yes
     
    15401535
    15411536echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    1542 echo "configure:1543: checking for ANSI C header files" >&5
     1537echo "configure:1538: checking for ANSI C header files" >&5
    15431538if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    15441539  echo $ac_n "(cached) $ac_c" 1>&6
    15451540else
    15461541  cat > conftest.$ac_ext <<EOF
    1547 #line 1548 "configure"
     1542#line 1543 "configure"
    15481543#include "confdefs.h"
    15491544#include <stdlib.h>
     
    15531548EOF
    15541549ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1555 { (eval echo configure:1556: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1550{ (eval echo configure:1551: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    15561551ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    15571552if test -z "$ac_err"; then
     
    15701565  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    15711566cat > conftest.$ac_ext <<EOF
    1572 #line 1573 "configure"
     1567#line 1568 "configure"
    15731568#include "confdefs.h"
    15741569#include <string.h>
     
    15881583  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    15891584cat > conftest.$ac_ext <<EOF
    1590 #line 1591 "configure"
     1585#line 1586 "configure"
    15911586#include "confdefs.h"
    15921587#include <stdlib.h>
     
    16091604else
    16101605  cat > conftest.$ac_ext <<EOF
    1611 #line 1612 "configure"
     1606#line 1607 "configure"
    16121607#include "confdefs.h"
    16131608#include <ctype.h>
     
    16201615
    16211616EOF
    1622 if { (eval echo configure:1623: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1617if { (eval echo configure:1618: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    16231618then
    16241619  :
     
    16441639
    16451640echo $ac_n "checking for off_t""... $ac_c" 1>&6
    1646 echo "configure:1647: checking for off_t" >&5
     1641echo "configure:1642: checking for off_t" >&5
    16471642if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
    16481643  echo $ac_n "(cached) $ac_c" 1>&6
    16491644else
    16501645  cat > conftest.$ac_ext <<EOF
    1651 #line 1652 "configure"
     1646#line 1647 "configure"
    16521647#include "confdefs.h"
    16531648#include <sys/types.h>
     
    16771672
    16781673echo $ac_n "checking for size_t""... $ac_c" 1>&6
    1679 echo "configure:1680: checking for size_t" >&5
     1674echo "configure:1675: checking for size_t" >&5
    16801675if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    16811676  echo $ac_n "(cached) $ac_c" 1>&6
    16821677else
    16831678  cat > conftest.$ac_ext <<EOF
    1684 #line 1685 "configure"
     1679#line 1680 "configure"
    16851680#include "confdefs.h"
    16861681#include <sys/types.h>
     
    17101705
    17111706echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
    1712 echo "configure:1713: checking whether time.h and sys/time.h may both be included" >&5
     1707echo "configure:1708: checking whether time.h and sys/time.h may both be included" >&5
    17131708if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
    17141709  echo $ac_n "(cached) $ac_c" 1>&6
    17151710else
    17161711  cat > conftest.$ac_ext <<EOF
    1717 #line 1718 "configure"
     1712#line 1713 "configure"
    17181713#include "confdefs.h"
    17191714#include <sys/types.h>
     
    17241719; return 0; }
    17251720EOF
    1726 if { (eval echo configure:1727: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1721if { (eval echo configure:1722: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    17271722  rm -rf conftest*
    17281723  ac_cv_header_time=yes
     
    17451740
    17461741echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
    1747 echo "configure:1748: checking whether struct tm is in sys/time.h or time.h" >&5
     1742echo "configure:1743: checking whether struct tm is in sys/time.h or time.h" >&5
    17481743if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
    17491744  echo $ac_n "(cached) $ac_c" 1>&6
    17501745else
    17511746  cat > conftest.$ac_ext <<EOF
    1752 #line 1753 "configure"
     1747#line 1748 "configure"
    17531748#include "confdefs.h"
    17541749#include <sys/types.h>
     
    17581753; return 0; }
    17591754EOF
    1760 if { (eval echo configure:1761: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1755if { (eval echo configure:1756: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    17611756  rm -rf conftest*
    17621757  ac_cv_struct_tm=time.h
     
    17811776if test "$ac_cv_prog_cc_stdc" = '-Xc'; then
    17821777cat > conftest.$ac_ext <<EOF
    1783 #line 1784 "configure"
     1778#line 1779 "configure"
    17841779#include "confdefs.h"
    17851780#include <stdio.h>
     
    17891784; return 0; }
    17901785EOF
    1791 if { (eval echo configure:1792: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1786if { (eval echo configure:1787: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    17921787  :
    17931788else
     
    18021797
    18031798echo $ac_n "checking for main in -lg""... $ac_c" 1>&6
    1804 echo "configure:1805: checking for main in -lg" >&5
     1799echo "configure:1800: checking for main in -lg" >&5
    18051800ac_lib_var=`echo g'_'main | sed 'y%./+-%__p_%'`
    18061801if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    18101805LIBS="-lg  $LIBS"
    18111806cat > conftest.$ac_ext <<EOF
    1812 #line 1813 "configure"
     1807#line 1808 "configure"
    18131808#include "confdefs.h"
    18141809
     
    18171812; return 0; }
    18181813EOF
    1819 if { (eval echo configure:1820: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1814if { (eval echo configure:1815: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    18201815  rm -rf conftest*
    18211816  eval "ac_cv_lib_$ac_lib_var=yes"
     
    18451840
    18461841echo $ac_n "checking for main in -lgdbm""... $ac_c" 1>&6
    1847 echo "configure:1848: checking for main in -lgdbm" >&5
     1842echo "configure:1843: checking for main in -lgdbm" >&5
    18481843ac_lib_var=`echo gdbm'_'main | sed 'y%./+-%__p_%'`
    18491844if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    18531848LIBS="-lgdbm  $LIBS"
    18541849cat > conftest.$ac_ext <<EOF
    1855 #line 1856 "configure"
     1850#line 1851 "configure"
    18561851#include "confdefs.h"
    18571852
     
    18601855; return 0; }
    18611856EOF
    1862 if { (eval echo configure:1863: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1857if { (eval echo configure:1858: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    18631858  rm -rf conftest*
    18641859  eval "ac_cv_lib_$ac_lib_var=yes"
     
    18881883
    18891884echo $ac_n "checking for main in -lm""... $ac_c" 1>&6
    1890 echo "configure:1891: checking for main in -lm" >&5
     1885echo "configure:1886: checking for main in -lm" >&5
    18911886ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'`
    18921887if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    18961891LIBS="-lm  $LIBS"
    18971892cat > conftest.$ac_ext <<EOF
    1898 #line 1899 "configure"
     1893#line 1894 "configure"
    18991894#include "confdefs.h"
    19001895
     
    19031898; return 0; }
    19041899EOF
    1905 if { (eval echo configure:1906: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1900if { (eval echo configure:1901: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    19061901  rm -rf conftest*
    19071902  eval "ac_cv_lib_$ac_lib_var=yes"
     
    19311926
    19321927echo $ac_n "checking for main in -lstdc++""... $ac_c" 1>&6
    1933 echo "configure:1934: checking for main in -lstdc++" >&5
     1928echo "configure:1929: checking for main in -lstdc++" >&5
    19341929ac_lib_var=`echo stdc++'_'main | sed 'y%./+-%__p_%'`
    19351930if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    19391934LIBS="-lstdc++  $LIBS"
    19401935cat > conftest.$ac_ext <<EOF
    1941 #line 1942 "configure"
     1936#line 1937 "configure"
    19421937#include "confdefs.h"
    19431938
     
    19461941; return 0; }
    19471942EOF
    1948 if { (eval echo configure:1949: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1943if { (eval echo configure:1944: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    19491944  rm -rf conftest*
    19501945  eval "ac_cv_lib_$ac_lib_var=yes"
     
    19741969
    19751970echo $ac_n "checking for main in -lcrypt""... $ac_c" 1>&6
    1976 echo "configure:1977: checking for main in -lcrypt" >&5
     1971echo "configure:1972: checking for main in -lcrypt" >&5
    19771972ac_lib_var=`echo crypt'_'main | sed 'y%./+-%__p_%'`
    19781973if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    19821977LIBS="-lcrypt  $LIBS"
    19831978cat > conftest.$ac_ext <<EOF
    1984 #line 1985 "configure"
     1979#line 1980 "configure"
    19851980#include "confdefs.h"
    19861981
     
    19891984; return 0; }
    19901985EOF
    1991 if { (eval echo configure:1992: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1986if { (eval echo configure:1987: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    19921987  rm -rf conftest*
    19931988  eval "ac_cv_lib_$ac_lib_var=yes"
     
    20232018ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    20242019echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
    2025 echo "configure:2026: checking for $ac_hdr that defines DIR" >&5
     2020echo "configure:2021: checking for $ac_hdr that defines DIR" >&5
    20262021if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
    20272022  echo $ac_n "(cached) $ac_c" 1>&6
    20282023else
    20292024  cat > conftest.$ac_ext <<EOF
    2030 #line 2031 "configure"
     2025#line 2026 "configure"
    20312026#include "confdefs.h"
    20322027#include <sys/types.h>
     
    20362031; return 0; }
    20372032EOF
    2038 if { (eval echo configure:2039: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2033if { (eval echo configure:2034: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    20392034  rm -rf conftest*
    20402035  eval "ac_cv_header_dirent_$ac_safe=yes"
     
    20612056if test $ac_header_dirent = dirent.h; then
    20622057echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
    2063 echo "configure:2064: checking for opendir in -ldir" >&5
     2058echo "configure:2059: checking for opendir in -ldir" >&5
    20642059ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
    20652060if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    20692064LIBS="-ldir  $LIBS"
    20702065cat > conftest.$ac_ext <<EOF
    2071 #line 2072 "configure"
     2066#line 2067 "configure"
    20722067#include "confdefs.h"
    20732068/* Override any gcc2 internal prototype to avoid an error.  */
     
    20802075; return 0; }
    20812076EOF
    2082 if { (eval echo configure:2083: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2077if { (eval echo configure:2078: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    20832078  rm -rf conftest*
    20842079  eval "ac_cv_lib_$ac_lib_var=yes"
     
    21022097else
    21032098echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
    2104 echo "configure:2105: checking for opendir in -lx" >&5
     2099echo "configure:2100: checking for opendir in -lx" >&5
    21052100ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
    21062101if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    21102105LIBS="-lx  $LIBS"
    21112106cat > conftest.$ac_ext <<EOF
    2112 #line 2113 "configure"
     2107#line 2108 "configure"
    21132108#include "confdefs.h"
    21142109/* Override any gcc2 internal prototype to avoid an error.  */
     
    21212116; return 0; }
    21222117EOF
    2123 if { (eval echo configure:2124: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2118if { (eval echo configure:2119: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    21242119  rm -rf conftest*
    21252120  eval "ac_cv_lib_$ac_lib_var=yes"
     
    21442139
    21452140echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    2146 echo "configure:2147: checking for ANSI C header files" >&5
     2141echo "configure:2142: checking for ANSI C header files" >&5
    21472142if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    21482143  echo $ac_n "(cached) $ac_c" 1>&6
    21492144else
    21502145  cat > conftest.$ac_ext <<EOF
    2151 #line 2152 "configure"
     2146#line 2147 "configure"
    21522147#include "confdefs.h"
    21532148#include <stdlib.h>
     
    21572152EOF
    21582153ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2159 { (eval echo configure:2160: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2154{ (eval echo configure:2155: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    21602155ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    21612156if test -z "$ac_err"; then
     
    21742169  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    21752170cat > conftest.$ac_ext <<EOF
    2176 #line 2177 "configure"
     2171#line 2172 "configure"
    21772172#include "confdefs.h"
    21782173#include <string.h>
     
    21922187  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    21932188cat > conftest.$ac_ext <<EOF
    2194 #line 2195 "configure"
     2189#line 2190 "configure"
    21952190#include "confdefs.h"
    21962191#include <stdlib.h>
     
    22132208else
    22142209  cat > conftest.$ac_ext <<EOF
    2215 #line 2216 "configure"
     2210#line 2211 "configure"
    22162211#include "confdefs.h"
    22172212#include <ctype.h>
     
    22242219
    22252220EOF
    2226 if { (eval echo configure:2227: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2221if { (eval echo configure:2222: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    22272222then
    22282223  :
     
    22512246ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    22522247echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    2253 echo "configure:2254: checking for $ac_hdr" >&5
     2248echo "configure:2249: checking for $ac_hdr" >&5
    22542249if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    22552250  echo $ac_n "(cached) $ac_c" 1>&6
    22562251else
    22572252  cat > conftest.$ac_ext <<EOF
    2258 #line 2259 "configure"
     2253#line 2254 "configure"
    22592254#include "confdefs.h"
    22602255#include <$ac_hdr>
    22612256EOF
    22622257ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2263 { (eval echo configure:2264: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2258{ (eval echo configure:2259: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    22642259ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    22652260if test -z "$ac_err"; then
     
    22882283
    22892284cat > conftest.$ac_ext <<EOF
    2290 #line 2291 "configure"
     2285#line 2286 "configure"
    22912286#include "confdefs.h"
    22922287#include <stdio.h>
     
    23032298
    23042299cat > conftest.$ac_ext <<EOF
    2305 #line 2306 "configure"
     2300#line 2301 "configure"
    23062301#include "confdefs.h"
    23072302#include <stdio.h>
     
    23182313
    23192314cat > conftest.$ac_ext <<EOF
    2320 #line 2321 "configure"
     2315#line 2316 "configure"
    23212316#include "confdefs.h"
    23222317#include <sys/procfs.h>
     
    23362331# for constant arguments.  Useless!
    23372332echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
    2338 echo "configure:2339: checking for working alloca.h" >&5
     2333echo "configure:2334: checking for working alloca.h" >&5
    23392334if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    23402335  echo $ac_n "(cached) $ac_c" 1>&6
    23412336else
    23422337  cat > conftest.$ac_ext <<EOF
    2343 #line 2344 "configure"
     2338#line 2339 "configure"
    23442339#include "confdefs.h"
    23452340#include <alloca.h>
     
    23482343; return 0; }
    23492344EOF
    2350 if { (eval echo configure:2351: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2345if { (eval echo configure:2346: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    23512346  rm -rf conftest*
    23522347  ac_cv_header_alloca_h=yes
     
    23692364
    23702365echo $ac_n "checking for alloca""... $ac_c" 1>&6
    2371 echo "configure:2372: checking for alloca" >&5
     2366echo "configure:2367: checking for alloca" >&5
    23722367if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    23732368  echo $ac_n "(cached) $ac_c" 1>&6
    23742369else
    23752370  cat > conftest.$ac_ext <<EOF
    2376 #line 2377 "configure"
     2371#line 2372 "configure"
    23772372#include "confdefs.h"
    23782373
     
    24022397; return 0; }
    24032398EOF
    2404 if { (eval echo configure:2405: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2399if { (eval echo configure:2400: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    24052400  rm -rf conftest*
    24062401  ac_cv_func_alloca_works=yes
     
    24342429
    24352430echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
    2436 echo "configure:2437: checking whether alloca needs Cray hooks" >&5
     2431echo "configure:2432: checking whether alloca needs Cray hooks" >&5
    24372432if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    24382433  echo $ac_n "(cached) $ac_c" 1>&6
    24392434else
    24402435  cat > conftest.$ac_ext <<EOF
    2441 #line 2442 "configure"
     2436#line 2437 "configure"
    24422437#include "confdefs.h"
    24432438#if defined(CRAY) && ! defined(CRAY2)
     
    24642459for ac_func in _getb67 GETB67 getb67; do
    24652460  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2466 echo "configure:2467: checking for $ac_func" >&5
     2461echo "configure:2462: checking for $ac_func" >&5
    24672462if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    24682463  echo $ac_n "(cached) $ac_c" 1>&6
    24692464else
    24702465  cat > conftest.$ac_ext <<EOF
    2471 #line 2472 "configure"
     2466#line 2467 "configure"
    24722467#include "confdefs.h"
    24732468/* System header to define __stub macros and hopefully few prototypes,
     
    24922487; return 0; }
    24932488EOF
    2494 if { (eval echo configure:2495: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2489if { (eval echo configure:2490: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    24952490  rm -rf conftest*
    24962491  eval "ac_cv_func_$ac_func=yes"
     
    25192514
    25202515echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
    2521 echo "configure:2522: checking stack direction for C alloca" >&5
     2516echo "configure:2517: checking stack direction for C alloca" >&5
    25222517if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    25232518  echo $ac_n "(cached) $ac_c" 1>&6
     
    25272522else
    25282523  cat > conftest.$ac_ext <<EOF
    2529 #line 2530 "configure"
     2524#line 2525 "configure"
    25302525#include "confdefs.h"
    25312526find_stack_direction ()
     
    25462541}
    25472542EOF
    2548 if { (eval echo configure:2549: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2543if { (eval echo configure:2544: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    25492544then
    25502545  ac_cv_c_stack_direction=1
     
    25692564if test $ac_cv_prog_gcc = yes; then
    25702565    echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
    2571 echo "configure:2572: checking whether ${CC-cc} needs -traditional" >&5
     2566echo "configure:2567: checking whether ${CC-cc} needs -traditional" >&5
    25722567if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
    25732568  echo $ac_n "(cached) $ac_c" 1>&6
     
    25752570    ac_pattern="Autoconf.*'x'"
    25762571  cat > conftest.$ac_ext <<EOF
    2577 #line 2578 "configure"
     2572#line 2573 "configure"
    25782573#include "confdefs.h"
    25792574#include <sgtty.h>
     
    25932588  if test $ac_cv_prog_gcc_traditional = no; then
    25942589    cat > conftest.$ac_ext <<EOF
    2595 #line 2596 "configure"
     2590#line 2591 "configure"
    25962591#include "confdefs.h"
    25972592#include <termio.h>
     
    26152610
    26162611echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
    2617 echo "configure:2618: checking return type of signal handlers" >&5
     2612echo "configure:2613: checking return type of signal handlers" >&5
    26182613if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
    26192614  echo $ac_n "(cached) $ac_c" 1>&6
    26202615else
    26212616  cat > conftest.$ac_ext <<EOF
    2622 #line 2623 "configure"
     2617#line 2618 "configure"
    26232618#include "confdefs.h"
    26242619#include <sys/types.h>
     
    26372632; return 0; }
    26382633EOF
    2639 if { (eval echo configure:2640: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2634if { (eval echo configure:2635: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    26402635  rm -rf conftest*
    26412636  ac_cv_type_signal=void
     
    26562651
    26572652echo $ac_n "checking for vprintf""... $ac_c" 1>&6
    2658 echo "configure:2659: checking for vprintf" >&5
     2653echo "configure:2654: checking for vprintf" >&5
    26592654if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
    26602655  echo $ac_n "(cached) $ac_c" 1>&6
    26612656else
    26622657  cat > conftest.$ac_ext <<EOF
    2663 #line 2664 "configure"
     2658#line 2659 "configure"
    26642659#include "confdefs.h"
    26652660/* System header to define __stub macros and hopefully few prototypes,
     
    26842679; return 0; }
    26852680EOF
    2686 if { (eval echo configure:2687: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2681if { (eval echo configure:2682: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    26872682  rm -rf conftest*
    26882683  eval "ac_cv_func_vprintf=yes"
     
    27082703if test "$ac_cv_func_vprintf" != yes; then
    27092704echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
    2710 echo "configure:2711: checking for _doprnt" >&5
     2705echo "configure:2706: checking for _doprnt" >&5
    27112706if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
    27122707  echo $ac_n "(cached) $ac_c" 1>&6
    27132708else
    27142709  cat > conftest.$ac_ext <<EOF
    2715 #line 2716 "configure"
     2710#line 2711 "configure"
    27162711#include "confdefs.h"
    27172712/* System header to define __stub macros and hopefully few prototypes,
     
    27362731; return 0; }
    27372732EOF
    2738 if { (eval echo configure:2739: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2733if { (eval echo configure:2734: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    27392734  rm -rf conftest*
    27402735  eval "ac_cv_func__doprnt=yes"
     
    27632758do
    27642759echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2765 echo "configure:2766: checking for $ac_func" >&5
     2760echo "configure:2761: checking for $ac_func" >&5
    27662761if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    27672762  echo $ac_n "(cached) $ac_c" 1>&6
    27682763else
    27692764  cat > conftest.$ac_ext <<EOF
    2770 #line 2771 "configure"
     2765#line 2766 "configure"
    27712766#include "confdefs.h"
    27722767/* System header to define __stub macros and hopefully few prototypes,
     
    27912786; return 0; }
    27922787EOF
    2793 if { (eval echo configure:2794: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2788if { (eval echo configure:2789: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    27942789  rm -rf conftest*
    27952790  eval "ac_cv_func_$ac_func=yes"
     
    28182813do
    28192814echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2820 echo "configure:2821: checking for $ac_func" >&5
     2815echo "configure:2816: checking for $ac_func" >&5
    28212816if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    28222817  echo $ac_n "(cached) $ac_c" 1>&6
    28232818else
    28242819  cat > conftest.$ac_ext <<EOF
    2825 #line 2826 "configure"
     2820#line 2821 "configure"
    28262821#include "confdefs.h"
    28272822/* System header to define __stub macros and hopefully few prototypes,
     
    28462841; return 0; }
    28472842EOF
    2848 if { (eval echo configure:2849: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2843if { (eval echo configure:2844: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    28492844  rm -rf conftest*
    28502845  eval "ac_cv_func_$ac_func=yes"
     
    28772872# ---------------------------------------------------------------------------
    28782873echo $ac_n "checking for HP-UX needing gmalloc""... $ac_c" 1>&6
    2879 echo "configure:2880: checking for HP-UX needing gmalloc" >&5
     2874echo "configure:2875: checking for HP-UX needing gmalloc" >&5
    28802875if test "`(uname -s) 2> /dev/null`" = 'HP-UX'; then
    28812876  echo "$ac_t""yes" 1>&6
     
    28902885do
    28912886echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2892 echo "configure:2893: checking for $ac_func" >&5
     2887echo "configure:2888: checking for $ac_func" >&5
    28932888if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    28942889  echo $ac_n "(cached) $ac_c" 1>&6
    28952890else
    28962891  cat > conftest.$ac_ext <<EOF
    2897 #line 2898 "configure"
     2892#line 2893 "configure"
    28982893#include "confdefs.h"
    28992894/* System header to define __stub macros and hopefully few prototypes,
     
    29182913; return 0; }
    29192914EOF
    2920 if { (eval echo configure:2921: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2915if { (eval echo configure:2916: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    29212916  rm -rf conftest*
    29222917  eval "ac_cv_func_$ac_func=yes"
     
    29452940
    29462941echo $ac_n "checking if malloc debugging is wanted""... $ac_c" 1>&6
    2947 echo "configure:2948: checking if malloc debugging is wanted" >&5
     2942echo "configure:2943: checking if malloc debugging is wanted" >&5
    29482943# Check whether --with-dmalloc or --without-dmalloc was given.
    29492944if test "${with_dmalloc+set}" = set; then
     
    29662961
    29672962echo $ac_n "checking which of rx or regex is wanted""... $ac_c" 1>&6
    2968 echo "configure:2969: checking which of rx or regex is wanted" >&5
     2963echo "configure:2964: checking which of rx or regex is wanted" >&5
    29692964# Check whether --with-regex or --without-regex was given.
    29702965if test "${with_regex+set}" = set; then
     
    29842979  echo "$ac_t""rx" 1>&6
    29852980  echo $ac_n "checking for re_rx_search""... $ac_c" 1>&6
    2986 echo "configure:2987: checking for re_rx_search" >&5
     2981echo "configure:2982: checking for re_rx_search" >&5
    29872982if eval "test \"`echo '$''{'ac_cv_func_re_rx_search'+set}'`\" = set"; then
    29882983  echo $ac_n "(cached) $ac_c" 1>&6
    29892984else
    29902985  cat > conftest.$ac_ext <<EOF
    2991 #line 2992 "configure"
     2986#line 2987 "configure"
    29922987#include "confdefs.h"
    29932988/* System header to define __stub macros and hopefully few prototypes,
     
    30123007; return 0; }
    30133008EOF
    3014 if { (eval echo configure:3015: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3009if { (eval echo configure:3010: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    30153010  rm -rf conftest*
    30163011  eval "ac_cv_func_re_rx_search=yes"
     
    30523047
    30533048echo $ac_n "checking "that the GDBM library is available"""... $ac_c" 1>&6
    3054 echo "configure:3055: checking "that the GDBM library is available"" >&5
     3049echo "configure:3050: checking "that the GDBM library is available"" >&5
    30553050cat > conftest.$ac_ext <<EOF
    3056 #line 3057 "configure"
     3051#line 3052 "configure"
    30573052#include "confdefs.h"
    30583053#include <gdbm.h>
     
    30623057; return 0; }
    30633058EOF
    3064 if { (eval echo configure:3065: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3059if { (eval echo configure:3060: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    30653060  rm -rf conftest*
    30663061  success=yes
     
    30793074
    30803075echo $ac_n "checking "that Perl 5 is available"""... $ac_c" 1>&6
    3081 echo "configure:3082: checking "that Perl 5 is available"" >&5
     3076echo "configure:3077: checking "that Perl 5 is available"" >&5
    30823077success="no"
    30833078pl_path="$PATH"
     
    31093104success=no
    31103105echo $ac_n "checking "whether STL library has known faults"""... $ac_c" 1>&6
    3111 echo "configure:3112: checking "whether STL library has known faults"" >&5
     3106echo "configure:3107: checking "whether STL library has known faults"" >&5
    31123107
    31133108cat > conftest.$ac_ext <<EOF
    3114 #line 3115 "configure"
     3109#line 3110 "configure"
    31153110#include "confdefs.h"
    31163111#include <vector>
     
    31203115; return 0; }
    31213116EOF
    3122 if { (eval echo configure:3123: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3117if { (eval echo configure:3118: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    31233118  rm -rf conftest*
    31243119  success=yes
     
    31313126if test $success = "no"; then
    31323127cat > conftest.$ac_ext <<EOF
    3133 #line 3134 "configure"
     3128#line 3129 "configure"
    31343129#include "confdefs.h"
    31353130#include <vector.h>
     
    31393134; return 0; }
    31403135EOF
    3141 if { (eval echo configure:3142: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3136if { (eval echo configure:3137: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    31423137  rm -rf conftest*
    31433138  success="yes"
     
    31513146if test $success = "no"; then
    31523147cat > conftest.$ac_ext <<EOF
    3153 #line 3154 "configure"
     3148#line 3149 "configure"
    31543149#include "confdefs.h"
    31553150#include <ospace\\std\\vector>
     
    31593154; return 0; }
    31603155EOF
    3161 if { (eval echo configure:3162: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3156if { (eval echo configure:3157: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    31623157  rm -rf conftest*
    31633158  success="yes"
     
    31773172
    31783173gsdlos=`uname | tr A-Z a-z`
    3179 
    3180 
    3181 echo $ac_n "checking for HP-UX needing gmalloc""... $ac_c" 1>&6
    3182 echo "configure:3183: checking for HP-UX needing gmalloc" >&5
    3183 if test "`(uname -s) 2> /dev/null`" = 'HP-UX'; then
    3184   echo "$ac_t""yes" 1>&6
    3185   LIBOBJS="$LIBOBJS gmalloc.o"
    3186   cat >> confdefs.h <<\EOF
    3187 #define HAVE_VALLOC 1
    3188 EOF
    3189 
    3190 else
    3191   echo "$ac_t""no" 1>&6
    3192   for ac_func in valloc
    3193 do
    3194 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3195 echo "configure:3196: checking for $ac_func" >&5
    3196 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    3197   echo $ac_n "(cached) $ac_c" 1>&6
    3198 else
    3199   cat > conftest.$ac_ext <<EOF
    3200 #line 3201 "configure"
    3201 #include "confdefs.h"
    3202 /* System header to define __stub macros and hopefully few prototypes,
    3203     which can conflict with char $ac_func(); below.  */
    3204 #include <assert.h>
    3205 /* Override any gcc2 internal prototype to avoid an error.  */
    3206 #ifdef __cplusplus
    3207 extern "C"
    3208 #endif
    3209 /* We use char because int might match the return type of a gcc2
    3210     builtin and then its argument prototype would still apply.  */
    3211 char $ac_func();
    3212 
    3213 int main() {
    3214 
    3215 /* The GNU C library defines this for functions which it implements
    3216     to always fail with ENOSYS.  Some functions are actually named
    3217     something starting with __ and the normal name is an alias.  */
    3218 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
    3219 choke me
    3220 #else
    3221 $ac_func();
    3222 #endif
    3223 
    3224 ; return 0; }
    3225 EOF
    3226 if { (eval echo configure:3227: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    3227   rm -rf conftest*
    3228   eval "ac_cv_func_$ac_func=yes"
    3229 else
    3230   echo "configure: failed program was:" >&5
    3231   cat conftest.$ac_ext >&5
    3232   rm -rf conftest*
    3233   eval "ac_cv_func_$ac_func=no"
    3234 fi
    3235 rm -f conftest*
    3236 fi
    3237 
    3238 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
    3239   echo "$ac_t""yes" 1>&6
    3240     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
    3241   cat >> confdefs.h <<EOF
    3242 #define $ac_tr_func 1
    3243 EOF
    3244  
    3245 else
    3246   echo "$ac_t""no" 1>&6
    3247 fi
    3248 done
    3249 
    3250 fi
    3251 
    3252 echo $ac_n "checking if malloc debugging is wanted""... $ac_c" 1>&6
    3253 echo "configure:3254: checking if malloc debugging is wanted" >&5
    3254 # Check whether --with-dmalloc or --without-dmalloc was given.
    3255 if test "${with_dmalloc+set}" = set; then
    3256   withval="$with_dmalloc"
    3257   if test "$withval" = yes; then
    3258   echo "$ac_t""yes" 1>&6
    3259   cat >> confdefs.h <<\EOF
    3260 #define WITH_DMALLOC 1
    3261 EOF
    3262 
    3263   LIBS="$LIBS -ldmalloc"
    3264   LDFLAGS="$LDFLAGS -g"
    3265 else
    3266   echo "$ac_t""no" 1>&6
    3267 fi
    3268 else
    3269   echo "$ac_t""no" 1>&6
    3270 fi
    3271 
    3272 
    3273 echo $ac_n "checking which of rx or regex is wanted""... $ac_c" 1>&6
    3274 echo "configure:3275: checking which of rx or regex is wanted" >&5
    3275 # Check whether --with-regex or --without-regex was given.
    3276 if test "${with_regex+set}" = set; then
    3277   withval="$with_regex"
    3278   if test "$withval" = yes; then
    3279   ac_with_regex=1
    3280   echo "$ac_t""regex" 1>&6
    3281   cat >> confdefs.h <<\EOF
    3282 #define WITH_REGEX 1
    3283 EOF
    3284 
    3285   LIBOBJS="$LIBOBJS regex.o"
    3286 fi
    3287 fi
    3288 
    3289 if test -z "$ac_with_regex"; then
    3290   echo "$ac_t""rx" 1>&6
    3291   echo $ac_n "checking for re_rx_search""... $ac_c" 1>&6
    3292 echo "configure:3293: checking for re_rx_search" >&5
    3293 if eval "test \"`echo '$''{'ac_cv_func_re_rx_search'+set}'`\" = set"; then
    3294   echo $ac_n "(cached) $ac_c" 1>&6
    3295 else
    3296   cat > conftest.$ac_ext <<EOF
    3297 #line 3298 "configure"
    3298 #include "confdefs.h"
    3299 /* System header to define __stub macros and hopefully few prototypes,
    3300     which can conflict with char re_rx_search(); below.  */
    3301 #include <assert.h>
    3302 /* Override any gcc2 internal prototype to avoid an error.  */
    3303 #ifdef __cplusplus
    3304 extern "C"
    3305 #endif
    3306 /* We use char because int might match the return type of a gcc2
    3307     builtin and then its argument prototype would still apply.  */
    3308 char re_rx_search();
    3309 
    3310 int main() {
    3311 
    3312 /* The GNU C library defines this for functions which it implements
    3313     to always fail with ENOSYS.  Some functions are actually named
    3314     something starting with __ and the normal name is an alias.  */
    3315 #if defined (__stub_re_rx_search) || defined (__stub___re_rx_search)
    3316 choke me
    3317 #else
    3318 re_rx_search();
    3319 #endif
    3320 
    3321 ; return 0; }
    3322 EOF
    3323 if { (eval echo configure:3324: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    3324   rm -rf conftest*
    3325   eval "ac_cv_func_re_rx_search=yes"
    3326 else
    3327   echo "configure: failed program was:" >&5
    3328   cat conftest.$ac_ext >&5
    3329   rm -rf conftest*
    3330   eval "ac_cv_func_re_rx_search=no"
    3331 fi
    3332 rm -f conftest*
    3333 fi
    3334 
    3335 if eval "test \"`echo '$ac_cv_func_'re_rx_search`\" = yes"; then
    3336   echo "$ac_t""yes" 1>&6
    3337   :
    3338 else
    3339   echo "$ac_t""no" 1>&6
    3340 LIBOBJS="$LIBOBJS rx.o"
    3341 fi
    3342 
    3343 fi
    33443174
    33453175
  • trunk/gsdl/configure.in

    r1938 r2051  
    2626AC_ARG_ENABLE(corba, [  --enable-corba          Enable CORBA support], USE_CORBA=1, USE_CORBA=0)
    2727AC_DEFINE(USE_CORBA)
    28 AC_SUBST(USE_CORBA, $(USE_CORBA))
     28AC_SUBST(USE_CORBA)
    2929
    3030AC_ARG_WITH(micodir, [  --with-micodir          Use installed MICO directory], MICO_DIR=$enableval, MICO_DIR="default")
    3131AC_DEFINE(MICO_DIR)
    32 AC_SUBST(MICO_DIR, $(MICO_DIR))
     32AC_SUBST(MICO_DIR)
    3333
    3434dnl
     
    245245AC_SUBST(gsdlos)
    246246
    247 AC_MSG_CHECKING(for HP-UX needing gmalloc)
    248 if test "`(uname -s) 2> /dev/null`" = 'HP-UX'; then
    249   AC_MSG_RESULT(yes)
    250   LIBOBJS="$LIBOBJS gmalloc.o"
    251   AC_DEFINE(HAVE_VALLOC)
    252 else
    253   AC_MSG_RESULT(no)
    254   AC_CHECK_FUNCS(valloc)
    255 fi
    256 
    257 fp_WITH_DMALLOC
    258 fp_WITH_REGEX
    259 
    260247# ---------------------------------------------------------------------------
    261248if test "$ac_cv_func_alloca" = 'no'; then
Note: See TracChangeset for help on using the changeset viewer.