Changeset 1938 for trunk/gsdl/configure


Ignore:
Timestamp:
2001-02-09T15:00:17+13:00 (23 years ago)
Author:
jrm21
Message:

z39.50 is no longer compiled by default. Use the --enable-z3950 option to
configure to include.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/configure

    r1860 r1938  
    1313# Any additions from configure.in:
    1414ac_help="$ac_help
    15  --enable-corba     Enable CORBA support"
     15  --enable-corba          Enable CORBA support"
    1616ac_help="$ac_help
    17   --with-micodir    Use installed MICO directory"
     17  --with-micodir          Use installed MICO directory"
     18ac_help="$ac_help
     19  --enable-z3950          Enable Z39.50 client support"
    1820ac_help="$ac_help
    1921  --with-dmalloc          use dmalloc, as in
     
    608610
    609611
     612# Check whether --enable-z3950 or --disable-z3950 was given.
     613if test "${enable_z3950+set}" = set; then
     614  enableval="$enable_z3950"
     615  USE_Z3950=1
     616else
     617  USE_Z3950=0
     618fi
     619
     620cat >> confdefs.h <<\EOF
     621#define USE_Z3950 1
     622EOF
     623
     624
     625
    610626LDFLAGS=
    611627if test -z "$CFLAGS"; then
     
    617633set dummy gcc; ac_word=$2
    618634echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    619 echo "configure:620: checking for $ac_word" >&5
     635echo "configure:636: checking for $ac_word" >&5
    620636if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    621637  echo $ac_n "(cached) $ac_c" 1>&6
     
    647663set dummy cc; ac_word=$2
    648664echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    649 echo "configure:650: checking for $ac_word" >&5
     665echo "configure:666: checking for $ac_word" >&5
    650666if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    651667  echo $ac_n "(cached) $ac_c" 1>&6
     
    698714set dummy cl; ac_word=$2
    699715echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    700 echo "configure:701: checking for $ac_word" >&5
     716echo "configure:717: checking for $ac_word" >&5
    701717if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    702718  echo $ac_n "(cached) $ac_c" 1>&6
     
    730746
    731747echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    732 echo "configure:733: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     748echo "configure:749: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    733749
    734750ac_ext=c
     
    741757cat > conftest.$ac_ext << EOF
    742758
    743 #line 744 "configure"
     759#line 760 "configure"
    744760#include "confdefs.h"
    745761
    746762main(){return(0);}
    747763EOF
    748 if { (eval echo configure:749: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     764if { (eval echo configure:765: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    749765  ac_cv_prog_cc_works=yes
    750766  # If we can't run a trivial program, we are probably using a cross compiler.
     
    772788fi
    773789echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    774 echo "configure:775: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     790echo "configure:791: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    775791echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    776792cross_compiling=$ac_cv_prog_cc_cross
    777793
    778794echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    779 echo "configure:780: checking whether we are using GNU C" >&5
     795echo "configure:796: checking whether we are using GNU C" >&5
    780796if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    781797  echo $ac_n "(cached) $ac_c" 1>&6
     
    786802#endif
    787803EOF
    788 if { 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
     804if { 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
    789805  ac_cv_prog_gcc=yes
    790806else
     
    805821CFLAGS=
    806822echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    807 echo "configure:808: checking whether ${CC-cc} accepts -g" >&5
     823echo "configure:824: checking whether ${CC-cc} accepts -g" >&5
    808824if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    809825  echo $ac_n "(cached) $ac_c" 1>&6
     
    841857set dummy $ac_prog; ac_word=$2
    842858echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    843 echo "configure:844: checking for $ac_word" >&5
     859echo "configure:860: checking for $ac_word" >&5
    844860if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
    845861  echo $ac_n "(cached) $ac_c" 1>&6
     
    873889
    874890echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    875 echo "configure:876: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
     891echo "configure:892: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
    876892
    877893ac_ext=C
     
    884900cat > conftest.$ac_ext << EOF
    885901
    886 #line 887 "configure"
     902#line 903 "configure"
    887903#include "confdefs.h"
    888904
    889905int main(){return(0);}
    890906EOF
    891 if { (eval echo configure:892: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     907if { (eval echo configure:908: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    892908  ac_cv_prog_cxx_works=yes
    893909  # If we can't run a trivial program, we are probably using a cross compiler.
     
    915931fi
    916932echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    917 echo "configure:918: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
     933echo "configure:934: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
    918934echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
    919935cross_compiling=$ac_cv_prog_cxx_cross
    920936
    921937echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
    922 echo "configure:923: checking whether we are using GNU C++" >&5
     938echo "configure:939: checking whether we are using GNU C++" >&5
    923939if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
    924940  echo $ac_n "(cached) $ac_c" 1>&6
     
    929945#endif
    930946EOF
    931 if { 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
     947if { 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
    932948  ac_cv_prog_gxx=yes
    933949else
     
    948964CXXFLAGS=
    949965echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
    950 echo "configure:951: checking whether ${CXX-g++} accepts -g" >&5
     966echo "configure:967: checking whether ${CXX-g++} accepts -g" >&5
    951967if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
    952968  echo $ac_n "(cached) $ac_c" 1>&6
     
    979995fi
    980996
    981 for ac_prog in gawk mawk nawk awk
     997for ac_prog in mawk gawk nawk awk
    982998do
    983999# Extract the first word of "$ac_prog", so it can be a program name with args.
    9841000set dummy $ac_prog; ac_word=$2
    9851001echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    986 echo "configure:987: checking for $ac_word" >&5
     1002echo "configure:1003: checking for $ac_word" >&5
    9871003if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
    9881004  echo $ac_n "(cached) $ac_c" 1>&6
     
    10181034set dummy $ac_prog; ac_word=$2
    10191035echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1020 echo "configure:1021: checking for $ac_word" >&5
     1036echo "configure:1037: checking for $ac_word" >&5
    10211037if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
    10221038  echo $ac_n "(cached) $ac_c" 1>&6
     
    10791095# ./install, which can be erroneously created by make from ./install.sh.
    10801096echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    1081 echo "configure:1082: checking for a BSD compatible install" >&5
     1097echo "configure:1098: checking for a BSD compatible install" >&5
    10821098if test -z "$INSTALL"; then
    10831099if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
     
    11321148
    11331149echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    1134 echo "configure:1135: checking whether ln -s works" >&5
     1150echo "configure:1151: checking whether ln -s works" >&5
    11351151if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    11361152  echo $ac_n "(cached) $ac_c" 1>&6
     
    11531169
    11541170echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    1155 echo "configure:1156: checking whether ${MAKE-make} sets \${MAKE}" >&5
     1171echo "configure:1172: checking whether ${MAKE-make} sets \${MAKE}" >&5
    11561172set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    11571173if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    11821198set dummy ranlib; ac_word=$2
    11831199echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1184 echo "configure:1185: checking for $ac_word" >&5
     1200echo "configure:1201: checking for $ac_word" >&5
    11851201if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    11861202  echo $ac_n "(cached) $ac_c" 1>&6
     
    12121228
    12131229echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    1214 echo "configure:1215: checking how to run the C preprocessor" >&5
     1230echo "configure:1231: checking how to run the C preprocessor" >&5
    12151231# On Suns, sometimes $CPP names a directory.
    12161232if test -n "$CPP" && test -d "$CPP"; then
     
    12271243  # not just through cpp.
    12281244  cat > conftest.$ac_ext <<EOF
    1229 #line 1230 "configure"
     1245#line 1246 "configure"
    12301246#include "confdefs.h"
    12311247#include <assert.h>
     
    12331249EOF
    12341250ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1235 { (eval echo configure:1236: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1251{ (eval echo configure:1252: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    12361252ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    12371253if test -z "$ac_err"; then
     
    12441260  CPP="${CC-cc} -E -traditional-cpp"
    12451261  cat > conftest.$ac_ext <<EOF
    1246 #line 1247 "configure"
     1262#line 1263 "configure"
    12471263#include "confdefs.h"
    12481264#include <assert.h>
     
    12501266EOF
    12511267ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1252 { (eval echo configure:1253: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1268{ (eval echo configure:1269: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    12531269ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    12541270if test -z "$ac_err"; then
     
    12611277  CPP="${CC-cc} -nologo -E"
    12621278  cat > conftest.$ac_ext <<EOF
    1263 #line 1264 "configure"
     1279#line 1280 "configure"
    12641280#include "confdefs.h"
    12651281#include <assert.h>
     
    12671283EOF
    12681284ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1269 { (eval echo configure:1270: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1285{ (eval echo configure:1286: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    12701286ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    12711287if test -z "$ac_err"; then
     
    12921308
    12931309echo $ac_n "checking for AIX""... $ac_c" 1>&6
    1294 echo "configure:1295: checking for AIX" >&5
     1310echo "configure:1311: checking for AIX" >&5
    12951311cat > conftest.$ac_ext <<EOF
    1296 #line 1297 "configure"
     1312#line 1313 "configure"
    12971313#include "confdefs.h"
    12981314#ifdef _AIX
     
    13161332
    13171333echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
    1318 echo "configure:1319: checking for POSIXized ISC" >&5
     1334echo "configure:1335: checking for POSIXized ISC" >&5
    13191335if test -d /etc/conf/kconfig.d &&
    13201336  grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
     
    13381354ac_safe=`echo "minix/config.h" | sed 'y%./+-%__p_%'`
    13391355echo $ac_n "checking for minix/config.h""... $ac_c" 1>&6
    1340 echo "configure:1341: checking for minix/config.h" >&5
     1356echo "configure:1357: checking for minix/config.h" >&5
    13411357if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    13421358  echo $ac_n "(cached) $ac_c" 1>&6
    13431359else
    13441360  cat > conftest.$ac_ext <<EOF
    1345 #line 1346 "configure"
     1361#line 1362 "configure"
    13461362#include "confdefs.h"
    13471363#include <minix/config.h>
    13481364EOF
    13491365ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1350 { (eval echo configure:1351: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1366{ (eval echo configure:1367: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    13511367ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    13521368if test -z "$ac_err"; then
     
    13861402
    13871403echo $ac_n "checking for ${CC-cc} option to accept ANSI C""... $ac_c" 1>&6
    1388 echo "configure:1389: checking for ${CC-cc} option to accept ANSI C" >&5
     1404echo "configure:1405: checking for ${CC-cc} option to accept ANSI C" >&5
    13891405if eval "test \"`echo '$''{'ac_cv_prog_cc_stdc'+set}'`\" = set"; then
    13901406  echo $ac_n "(cached) $ac_c" 1>&6
     
    14021418  CFLAGS="$ac_save_CFLAGS $ac_arg"
    14031419  cat > conftest.$ac_ext <<EOF
    1404 #line 1405 "configure"
     1420#line 1421 "configure"
    14051421#include "confdefs.h"
    14061422#if !defined(__STDC__) || __STDC__ != 1
     
    14141430; return 0; }
    14151431EOF
    1416 if { (eval echo configure:1417: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1432if { (eval echo configure:1433: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    14171433  rm -rf conftest*
    14181434  ac_cv_prog_cc_stdc="$ac_arg"; break
     
    14351451
    14361452echo $ac_n "checking for function prototypes""... $ac_c" 1>&6
    1437 echo "configure:1438: checking for function prototypes" >&5
     1453echo "configure:1454: checking for function prototypes" >&5
    14381454if test "$ac_cv_prog_cc_stdc" != no; then
    14391455  echo "$ac_t""yes" 1>&6
     
    14491465
    14501466echo $ac_n "checking for working const""... $ac_c" 1>&6
    1451 echo "configure:1452: checking for working const" >&5
     1467echo "configure:1468: checking for working const" >&5
    14521468if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    14531469  echo $ac_n "(cached) $ac_c" 1>&6
    14541470else
    14551471  cat > conftest.$ac_ext <<EOF
    1456 #line 1457 "configure"
     1472#line 1473 "configure"
    14571473#include "confdefs.h"
    14581474
     
    15031519; return 0; }
    15041520EOF
    1505 if { (eval echo configure:1506: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1521if { (eval echo configure:1522: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    15061522  rm -rf conftest*
    15071523  ac_cv_c_const=yes
     
    15241540
    15251541echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    1526 echo "configure:1527: checking for ANSI C header files" >&5
     1542echo "configure:1543: checking for ANSI C header files" >&5
    15271543if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    15281544  echo $ac_n "(cached) $ac_c" 1>&6
    15291545else
    15301546  cat > conftest.$ac_ext <<EOF
    1531 #line 1532 "configure"
     1547#line 1548 "configure"
    15321548#include "confdefs.h"
    15331549#include <stdlib.h>
     
    15371553EOF
    15381554ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1539 { (eval echo configure:1540: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1555{ (eval echo configure:1556: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    15401556ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    15411557if test -z "$ac_err"; then
     
    15541570  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    15551571cat > conftest.$ac_ext <<EOF
    1556 #line 1557 "configure"
     1572#line 1573 "configure"
    15571573#include "confdefs.h"
    15581574#include <string.h>
     
    15721588  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    15731589cat > conftest.$ac_ext <<EOF
    1574 #line 1575 "configure"
     1590#line 1591 "configure"
    15751591#include "confdefs.h"
    15761592#include <stdlib.h>
     
    15931609else
    15941610  cat > conftest.$ac_ext <<EOF
    1595 #line 1596 "configure"
     1611#line 1612 "configure"
    15961612#include "confdefs.h"
    15971613#include <ctype.h>
     
    16041620
    16051621EOF
    1606 if { (eval echo configure:1607: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1622if { (eval echo configure:1623: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    16071623then
    16081624  :
     
    16281644
    16291645echo $ac_n "checking for off_t""... $ac_c" 1>&6
    1630 echo "configure:1631: checking for off_t" >&5
     1646echo "configure:1647: checking for off_t" >&5
    16311647if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
    16321648  echo $ac_n "(cached) $ac_c" 1>&6
    16331649else
    16341650  cat > conftest.$ac_ext <<EOF
    1635 #line 1636 "configure"
     1651#line 1652 "configure"
    16361652#include "confdefs.h"
    16371653#include <sys/types.h>
     
    16611677
    16621678echo $ac_n "checking for size_t""... $ac_c" 1>&6
    1663 echo "configure:1664: checking for size_t" >&5
     1679echo "configure:1680: checking for size_t" >&5
    16641680if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    16651681  echo $ac_n "(cached) $ac_c" 1>&6
    16661682else
    16671683  cat > conftest.$ac_ext <<EOF
    1668 #line 1669 "configure"
     1684#line 1685 "configure"
    16691685#include "confdefs.h"
    16701686#include <sys/types.h>
     
    16941710
    16951711echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
    1696 echo "configure:1697: checking whether time.h and sys/time.h may both be included" >&5
     1712echo "configure:1713: checking whether time.h and sys/time.h may both be included" >&5
    16971713if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
    16981714  echo $ac_n "(cached) $ac_c" 1>&6
    16991715else
    17001716  cat > conftest.$ac_ext <<EOF
    1701 #line 1702 "configure"
     1717#line 1718 "configure"
    17021718#include "confdefs.h"
    17031719#include <sys/types.h>
     
    17081724; return 0; }
    17091725EOF
    1710 if { (eval echo configure:1711: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1726if { (eval echo configure:1727: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    17111727  rm -rf conftest*
    17121728  ac_cv_header_time=yes
     
    17291745
    17301746echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
    1731 echo "configure:1732: checking whether struct tm is in sys/time.h or time.h" >&5
     1747echo "configure:1748: checking whether struct tm is in sys/time.h or time.h" >&5
    17321748if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
    17331749  echo $ac_n "(cached) $ac_c" 1>&6
    17341750else
    17351751  cat > conftest.$ac_ext <<EOF
    1736 #line 1737 "configure"
     1752#line 1753 "configure"
    17371753#include "confdefs.h"
    17381754#include <sys/types.h>
     
    17421758; return 0; }
    17431759EOF
    1744 if { (eval echo configure:1745: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1760if { (eval echo configure:1761: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    17451761  rm -rf conftest*
    17461762  ac_cv_struct_tm=time.h
     
    17651781if test "$ac_cv_prog_cc_stdc" = '-Xc'; then
    17661782cat > conftest.$ac_ext <<EOF
    1767 #line 1768 "configure"
     1783#line 1784 "configure"
    17681784#include "confdefs.h"
    17691785#include <stdio.h>
     
    17731789; return 0; }
    17741790EOF
    1775 if { (eval echo configure:1776: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1791if { (eval echo configure:1792: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    17761792  :
    17771793else
     
    17861802
    17871803echo $ac_n "checking for main in -lg""... $ac_c" 1>&6
    1788 echo "configure:1789: checking for main in -lg" >&5
     1804echo "configure:1805: checking for main in -lg" >&5
    17891805ac_lib_var=`echo g'_'main | sed 'y%./+-%__p_%'`
    17901806if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    17941810LIBS="-lg  $LIBS"
    17951811cat > conftest.$ac_ext <<EOF
    1796 #line 1797 "configure"
     1812#line 1813 "configure"
    17971813#include "confdefs.h"
    17981814
     
    18011817; return 0; }
    18021818EOF
    1803 if { (eval echo configure:1804: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1819if { (eval echo configure:1820: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    18041820  rm -rf conftest*
    18051821  eval "ac_cv_lib_$ac_lib_var=yes"
     
    18291845
    18301846echo $ac_n "checking for main in -lgdbm""... $ac_c" 1>&6
    1831 echo "configure:1832: checking for main in -lgdbm" >&5
     1847echo "configure:1848: checking for main in -lgdbm" >&5
    18321848ac_lib_var=`echo gdbm'_'main | sed 'y%./+-%__p_%'`
    18331849if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    18371853LIBS="-lgdbm  $LIBS"
    18381854cat > conftest.$ac_ext <<EOF
    1839 #line 1840 "configure"
     1855#line 1856 "configure"
    18401856#include "confdefs.h"
    18411857
     
    18441860; return 0; }
    18451861EOF
    1846 if { (eval echo configure:1847: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1862if { (eval echo configure:1863: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    18471863  rm -rf conftest*
    18481864  eval "ac_cv_lib_$ac_lib_var=yes"
     
    18721888
    18731889echo $ac_n "checking for main in -lm""... $ac_c" 1>&6
    1874 echo "configure:1875: checking for main in -lm" >&5
     1890echo "configure:1891: checking for main in -lm" >&5
    18751891ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'`
    18761892if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    18801896LIBS="-lm  $LIBS"
    18811897cat > conftest.$ac_ext <<EOF
    1882 #line 1883 "configure"
     1898#line 1899 "configure"
    18831899#include "confdefs.h"
    18841900
     
    18871903; return 0; }
    18881904EOF
    1889 if { (eval echo configure:1890: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1905if { (eval echo configure:1906: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    18901906  rm -rf conftest*
    18911907  eval "ac_cv_lib_$ac_lib_var=yes"
     
    19151931
    19161932echo $ac_n "checking for main in -lstdc++""... $ac_c" 1>&6
    1917 echo "configure:1918: checking for main in -lstdc++" >&5
     1933echo "configure:1934: checking for main in -lstdc++" >&5
    19181934ac_lib_var=`echo stdc++'_'main | sed 'y%./+-%__p_%'`
    19191935if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    19231939LIBS="-lstdc++  $LIBS"
    19241940cat > conftest.$ac_ext <<EOF
    1925 #line 1926 "configure"
     1941#line 1942 "configure"
    19261942#include "confdefs.h"
    19271943
     
    19301946; return 0; }
    19311947EOF
    1932 if { (eval echo configure:1933: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1948if { (eval echo configure:1949: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    19331949  rm -rf conftest*
    19341950  eval "ac_cv_lib_$ac_lib_var=yes"
     
    19581974
    19591975echo $ac_n "checking for main in -lcrypt""... $ac_c" 1>&6
    1960 echo "configure:1961: checking for main in -lcrypt" >&5
     1976echo "configure:1977: checking for main in -lcrypt" >&5
    19611977ac_lib_var=`echo crypt'_'main | sed 'y%./+-%__p_%'`
    19621978if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    19661982LIBS="-lcrypt  $LIBS"
    19671983cat > conftest.$ac_ext <<EOF
    1968 #line 1969 "configure"
     1984#line 1985 "configure"
    19691985#include "confdefs.h"
    19701986
     
    19731989; return 0; }
    19741990EOF
    1975 if { (eval echo configure:1976: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1991if { (eval echo configure:1992: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    19761992  rm -rf conftest*
    19771993  eval "ac_cv_lib_$ac_lib_var=yes"
     
    20072023ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    20082024echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
    2009 echo "configure:2010: checking for $ac_hdr that defines DIR" >&5
     2025echo "configure:2026: checking for $ac_hdr that defines DIR" >&5
    20102026if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
    20112027  echo $ac_n "(cached) $ac_c" 1>&6
    20122028else
    20132029  cat > conftest.$ac_ext <<EOF
    2014 #line 2015 "configure"
     2030#line 2031 "configure"
    20152031#include "confdefs.h"
    20162032#include <sys/types.h>
     
    20202036; return 0; }
    20212037EOF
    2022 if { (eval echo configure:2023: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2038if { (eval echo configure:2039: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    20232039  rm -rf conftest*
    20242040  eval "ac_cv_header_dirent_$ac_safe=yes"
     
    20452061if test $ac_header_dirent = dirent.h; then
    20462062echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
    2047 echo "configure:2048: checking for opendir in -ldir" >&5
     2063echo "configure:2064: checking for opendir in -ldir" >&5
    20482064ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
    20492065if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    20532069LIBS="-ldir  $LIBS"
    20542070cat > conftest.$ac_ext <<EOF
    2055 #line 2056 "configure"
     2071#line 2072 "configure"
    20562072#include "confdefs.h"
    20572073/* Override any gcc2 internal prototype to avoid an error.  */
     
    20642080; return 0; }
    20652081EOF
    2066 if { (eval echo configure:2067: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2082if { (eval echo configure:2083: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    20672083  rm -rf conftest*
    20682084  eval "ac_cv_lib_$ac_lib_var=yes"
     
    20862102else
    20872103echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
    2088 echo "configure:2089: checking for opendir in -lx" >&5
     2104echo "configure:2105: checking for opendir in -lx" >&5
    20892105ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
    20902106if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    20942110LIBS="-lx  $LIBS"
    20952111cat > conftest.$ac_ext <<EOF
    2096 #line 2097 "configure"
     2112#line 2113 "configure"
    20972113#include "confdefs.h"
    20982114/* Override any gcc2 internal prototype to avoid an error.  */
     
    21052121; return 0; }
    21062122EOF
    2107 if { (eval echo configure:2108: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2123if { (eval echo configure:2124: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    21082124  rm -rf conftest*
    21092125  eval "ac_cv_lib_$ac_lib_var=yes"
     
    21282144
    21292145echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    2130 echo "configure:2131: checking for ANSI C header files" >&5
     2146echo "configure:2147: checking for ANSI C header files" >&5
    21312147if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    21322148  echo $ac_n "(cached) $ac_c" 1>&6
    21332149else
    21342150  cat > conftest.$ac_ext <<EOF
    2135 #line 2136 "configure"
     2151#line 2152 "configure"
    21362152#include "confdefs.h"
    21372153#include <stdlib.h>
     
    21412157EOF
    21422158ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2143 { (eval echo configure:2144: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2159{ (eval echo configure:2160: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    21442160ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    21452161if test -z "$ac_err"; then
     
    21582174  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    21592175cat > conftest.$ac_ext <<EOF
    2160 #line 2161 "configure"
     2176#line 2177 "configure"
    21612177#include "confdefs.h"
    21622178#include <string.h>
     
    21762192  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    21772193cat > conftest.$ac_ext <<EOF
    2178 #line 2179 "configure"
     2194#line 2195 "configure"
    21792195#include "confdefs.h"
    21802196#include <stdlib.h>
     
    21972213else
    21982214  cat > conftest.$ac_ext <<EOF
    2199 #line 2200 "configure"
     2215#line 2216 "configure"
    22002216#include "confdefs.h"
    22012217#include <ctype.h>
     
    22082224
    22092225EOF
    2210 if { (eval echo configure:2211: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2226if { (eval echo configure:2227: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    22112227then
    22122228  :
     
    22352251ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    22362252echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    2237 echo "configure:2238: checking for $ac_hdr" >&5
     2253echo "configure:2254: checking for $ac_hdr" >&5
    22382254if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    22392255  echo $ac_n "(cached) $ac_c" 1>&6
    22402256else
    22412257  cat > conftest.$ac_ext <<EOF
    2242 #line 2243 "configure"
     2258#line 2259 "configure"
    22432259#include "confdefs.h"
    22442260#include <$ac_hdr>
    22452261EOF
    22462262ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2247 { (eval echo configure:2248: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2263{ (eval echo configure:2264: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    22482264ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    22492265if test -z "$ac_err"; then
     
    22722288
    22732289cat > conftest.$ac_ext <<EOF
    2274 #line 2275 "configure"
     2290#line 2291 "configure"
    22752291#include "confdefs.h"
    22762292#include <stdio.h>
     
    22872303
    22882304cat > conftest.$ac_ext <<EOF
    2289 #line 2290 "configure"
     2305#line 2306 "configure"
    22902306#include "confdefs.h"
    22912307#include <stdio.h>
     
    23022318
    23032319cat > conftest.$ac_ext <<EOF
    2304 #line 2305 "configure"
     2320#line 2321 "configure"
    23052321#include "confdefs.h"
    23062322#include <sys/procfs.h>
     
    23202336# for constant arguments.  Useless!
    23212337echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
    2322 echo "configure:2323: checking for working alloca.h" >&5
     2338echo "configure:2339: checking for working alloca.h" >&5
    23232339if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    23242340  echo $ac_n "(cached) $ac_c" 1>&6
    23252341else
    23262342  cat > conftest.$ac_ext <<EOF
    2327 #line 2328 "configure"
     2343#line 2344 "configure"
    23282344#include "confdefs.h"
    23292345#include <alloca.h>
     
    23322348; return 0; }
    23332349EOF
    2334 if { (eval echo configure:2335: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2350if { (eval echo configure:2351: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    23352351  rm -rf conftest*
    23362352  ac_cv_header_alloca_h=yes
     
    23532369
    23542370echo $ac_n "checking for alloca""... $ac_c" 1>&6
    2355 echo "configure:2356: checking for alloca" >&5
     2371echo "configure:2372: checking for alloca" >&5
    23562372if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    23572373  echo $ac_n "(cached) $ac_c" 1>&6
    23582374else
    23592375  cat > conftest.$ac_ext <<EOF
    2360 #line 2361 "configure"
     2376#line 2377 "configure"
    23612377#include "confdefs.h"
    23622378
     
    23862402; return 0; }
    23872403EOF
    2388 if { (eval echo configure:2389: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2404if { (eval echo configure:2405: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    23892405  rm -rf conftest*
    23902406  ac_cv_func_alloca_works=yes
     
    24182434
    24192435echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
    2420 echo "configure:2421: checking whether alloca needs Cray hooks" >&5
     2436echo "configure:2437: checking whether alloca needs Cray hooks" >&5
    24212437if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    24222438  echo $ac_n "(cached) $ac_c" 1>&6
    24232439else
    24242440  cat > conftest.$ac_ext <<EOF
    2425 #line 2426 "configure"
     2441#line 2442 "configure"
    24262442#include "confdefs.h"
    24272443#if defined(CRAY) && ! defined(CRAY2)
     
    24482464for ac_func in _getb67 GETB67 getb67; do
    24492465  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2450 echo "configure:2451: checking for $ac_func" >&5
     2466echo "configure:2467: checking for $ac_func" >&5
    24512467if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    24522468  echo $ac_n "(cached) $ac_c" 1>&6
    24532469else
    24542470  cat > conftest.$ac_ext <<EOF
    2455 #line 2456 "configure"
     2471#line 2472 "configure"
    24562472#include "confdefs.h"
    24572473/* System header to define __stub macros and hopefully few prototypes,
     
    24762492; return 0; }
    24772493EOF
    2478 if { (eval echo configure:2479: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2494if { (eval echo configure:2495: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    24792495  rm -rf conftest*
    24802496  eval "ac_cv_func_$ac_func=yes"
     
    25032519
    25042520echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
    2505 echo "configure:2506: checking stack direction for C alloca" >&5
     2521echo "configure:2522: checking stack direction for C alloca" >&5
    25062522if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    25072523  echo $ac_n "(cached) $ac_c" 1>&6
     
    25112527else
    25122528  cat > conftest.$ac_ext <<EOF
    2513 #line 2514 "configure"
     2529#line 2530 "configure"
    25142530#include "confdefs.h"
    25152531find_stack_direction ()
     
    25302546}
    25312547EOF
    2532 if { (eval echo configure:2533: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2548if { (eval echo configure:2549: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    25332549then
    25342550  ac_cv_c_stack_direction=1
     
    25532569if test $ac_cv_prog_gcc = yes; then
    25542570    echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
    2555 echo "configure:2556: checking whether ${CC-cc} needs -traditional" >&5
     2571echo "configure:2572: checking whether ${CC-cc} needs -traditional" >&5
    25562572if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
    25572573  echo $ac_n "(cached) $ac_c" 1>&6
     
    25592575    ac_pattern="Autoconf.*'x'"
    25602576  cat > conftest.$ac_ext <<EOF
    2561 #line 2562 "configure"
     2577#line 2578 "configure"
    25622578#include "confdefs.h"
    25632579#include <sgtty.h>
     
    25772593  if test $ac_cv_prog_gcc_traditional = no; then
    25782594    cat > conftest.$ac_ext <<EOF
    2579 #line 2580 "configure"
     2595#line 2596 "configure"
    25802596#include "confdefs.h"
    25812597#include <termio.h>
     
    25992615
    26002616echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
    2601 echo "configure:2602: checking return type of signal handlers" >&5
     2617echo "configure:2618: checking return type of signal handlers" >&5
    26022618if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
    26032619  echo $ac_n "(cached) $ac_c" 1>&6
    26042620else
    26052621  cat > conftest.$ac_ext <<EOF
    2606 #line 2607 "configure"
     2622#line 2623 "configure"
    26072623#include "confdefs.h"
    26082624#include <sys/types.h>
     
    26212637; return 0; }
    26222638EOF
    2623 if { (eval echo configure:2624: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2639if { (eval echo configure:2640: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    26242640  rm -rf conftest*
    26252641  ac_cv_type_signal=void
     
    26402656
    26412657echo $ac_n "checking for vprintf""... $ac_c" 1>&6
    2642 echo "configure:2643: checking for vprintf" >&5
     2658echo "configure:2659: checking for vprintf" >&5
    26432659if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
    26442660  echo $ac_n "(cached) $ac_c" 1>&6
    26452661else
    26462662  cat > conftest.$ac_ext <<EOF
    2647 #line 2648 "configure"
     2663#line 2664 "configure"
    26482664#include "confdefs.h"
    26492665/* System header to define __stub macros and hopefully few prototypes,
     
    26682684; return 0; }
    26692685EOF
    2670 if { (eval echo configure:2671: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2686if { (eval echo configure:2687: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    26712687  rm -rf conftest*
    26722688  eval "ac_cv_func_vprintf=yes"
     
    26922708if test "$ac_cv_func_vprintf" != yes; then
    26932709echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
    2694 echo "configure:2695: checking for _doprnt" >&5
     2710echo "configure:2711: checking for _doprnt" >&5
    26952711if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
    26962712  echo $ac_n "(cached) $ac_c" 1>&6
    26972713else
    26982714  cat > conftest.$ac_ext <<EOF
    2699 #line 2700 "configure"
     2715#line 2716 "configure"
    27002716#include "confdefs.h"
    27012717/* System header to define __stub macros and hopefully few prototypes,
     
    27202736; return 0; }
    27212737EOF
    2722 if { (eval echo configure:2723: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2738if { (eval echo configure:2739: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    27232739  rm -rf conftest*
    27242740  eval "ac_cv_func__doprnt=yes"
     
    27472763do
    27482764echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2749 echo "configure:2750: checking for $ac_func" >&5
     2765echo "configure:2766: checking for $ac_func" >&5
    27502766if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    27512767  echo $ac_n "(cached) $ac_c" 1>&6
    27522768else
    27532769  cat > conftest.$ac_ext <<EOF
    2754 #line 2755 "configure"
     2770#line 2771 "configure"
    27552771#include "confdefs.h"
    27562772/* System header to define __stub macros and hopefully few prototypes,
     
    27752791; return 0; }
    27762792EOF
    2777 if { (eval echo configure:2778: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2793if { (eval echo configure:2794: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    27782794  rm -rf conftest*
    27792795  eval "ac_cv_func_$ac_func=yes"
     
    28022818do
    28032819echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2804 echo "configure:2805: checking for $ac_func" >&5
     2820echo "configure:2821: checking for $ac_func" >&5
    28052821if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    28062822  echo $ac_n "(cached) $ac_c" 1>&6
    28072823else
    28082824  cat > conftest.$ac_ext <<EOF
    2809 #line 2810 "configure"
     2825#line 2826 "configure"
    28102826#include "confdefs.h"
    28112827/* System header to define __stub macros and hopefully few prototypes,
     
    28302846; return 0; }
    28312847EOF
    2832 if { (eval echo configure:2833: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2848if { (eval echo configure:2849: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    28332849  rm -rf conftest*
    28342850  eval "ac_cv_func_$ac_func=yes"
     
    28612877# ---------------------------------------------------------------------------
    28622878echo $ac_n "checking for HP-UX needing gmalloc""... $ac_c" 1>&6
    2863 echo "configure:2864: checking for HP-UX needing gmalloc" >&5
     2879echo "configure:2880: checking for HP-UX needing gmalloc" >&5
    28642880if test "`(uname -s) 2> /dev/null`" = 'HP-UX'; then
    28652881  echo "$ac_t""yes" 1>&6
     
    28742890do
    28752891echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2876 echo "configure:2877: checking for $ac_func" >&5
     2892echo "configure:2893: checking for $ac_func" >&5
    28772893if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    28782894  echo $ac_n "(cached) $ac_c" 1>&6
    28792895else
    28802896  cat > conftest.$ac_ext <<EOF
    2881 #line 2882 "configure"
     2897#line 2898 "configure"
    28822898#include "confdefs.h"
    28832899/* System header to define __stub macros and hopefully few prototypes,
     
    29022918; return 0; }
    29032919EOF
    2904 if { (eval echo configure:2905: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2920if { (eval echo configure:2921: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    29052921  rm -rf conftest*
    29062922  eval "ac_cv_func_$ac_func=yes"
     
    29292945
    29302946echo $ac_n "checking if malloc debugging is wanted""... $ac_c" 1>&6
    2931 echo "configure:2932: checking if malloc debugging is wanted" >&5
     2947echo "configure:2948: checking if malloc debugging is wanted" >&5
    29322948# Check whether --with-dmalloc or --without-dmalloc was given.
    29332949if test "${with_dmalloc+set}" = set; then
     
    29502966
    29512967echo $ac_n "checking which of rx or regex is wanted""... $ac_c" 1>&6
    2952 echo "configure:2953: checking which of rx or regex is wanted" >&5
     2968echo "configure:2969: checking which of rx or regex is wanted" >&5
    29532969# Check whether --with-regex or --without-regex was given.
    29542970if test "${with_regex+set}" = set; then
     
    29682984  echo "$ac_t""rx" 1>&6
    29692985  echo $ac_n "checking for re_rx_search""... $ac_c" 1>&6
    2970 echo "configure:2971: checking for re_rx_search" >&5
     2986echo "configure:2987: checking for re_rx_search" >&5
    29712987if eval "test \"`echo '$''{'ac_cv_func_re_rx_search'+set}'`\" = set"; then
    29722988  echo $ac_n "(cached) $ac_c" 1>&6
    29732989else
    29742990  cat > conftest.$ac_ext <<EOF
    2975 #line 2976 "configure"
     2991#line 2992 "configure"
    29762992#include "confdefs.h"
    29772993/* System header to define __stub macros and hopefully few prototypes,
     
    29963012; return 0; }
    29973013EOF
    2998 if { (eval echo configure:2999: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3014if { (eval echo configure:3015: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    29993015  rm -rf conftest*
    30003016  eval "ac_cv_func_re_rx_search=yes"
     
    30363052
    30373053echo $ac_n "checking "that the GDBM library is available"""... $ac_c" 1>&6
    3038 echo "configure:3039: checking "that the GDBM library is available"" >&5
     3054echo "configure:3055: checking "that the GDBM library is available"" >&5
    30393055cat > conftest.$ac_ext <<EOF
    3040 #line 3041 "configure"
     3056#line 3057 "configure"
    30413057#include "confdefs.h"
    30423058#include <gdbm.h>
     
    30463062; return 0; }
    30473063EOF
    3048 if { (eval echo configure:3049: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3064if { (eval echo configure:3065: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    30493065  rm -rf conftest*
    30503066  success=yes
     
    30633079
    30643080echo $ac_n "checking "that Perl 5 is available"""... $ac_c" 1>&6
    3065 echo "configure:3066: checking "that Perl 5 is available"" >&5
     3081echo "configure:3082: checking "that Perl 5 is available"" >&5
    30663082success="no"
    30673083pl_path="$PATH"
     
    30933109success=no
    30943110echo $ac_n "checking "whether STL library has known faults"""... $ac_c" 1>&6
    3095 echo "configure:3096: checking "whether STL library has known faults"" >&5
     3111echo "configure:3112: checking "whether STL library has known faults"" >&5
    30963112
    30973113cat > conftest.$ac_ext <<EOF
    3098 #line 3099 "configure"
     3114#line 3115 "configure"
    30993115#include "confdefs.h"
    31003116#include <vector>
     
    31043120; return 0; }
    31053121EOF
    3106 if { (eval echo configure:3107: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3122if { (eval echo configure:3123: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    31073123  rm -rf conftest*
    31083124  success=yes
     
    31153131if test $success = "no"; then
    31163132cat > conftest.$ac_ext <<EOF
    3117 #line 3118 "configure"
     3133#line 3134 "configure"
    31183134#include "confdefs.h"
    31193135#include <vector.h>
     
    31233139; return 0; }
    31243140EOF
    3125 if { (eval echo configure:3126: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3141if { (eval echo configure:3142: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    31263142  rm -rf conftest*
    31273143  success="yes"
     
    31353151if test $success = "no"; then
    31363152cat > conftest.$ac_ext <<EOF
    3137 #line 3138 "configure"
     3153#line 3154 "configure"
    31383154#include "confdefs.h"
    31393155#include <ospace\\std\\vector>
     
    31433159; return 0; }
    31443160EOF
    3145 if { (eval echo configure:3146: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3161if { (eval echo configure:3162: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    31463162  rm -rf conftest*
    31473163  success="yes"
     
    31643180
    31653181echo $ac_n "checking for HP-UX needing gmalloc""... $ac_c" 1>&6
    3166 echo "configure:3167: checking for HP-UX needing gmalloc" >&5
     3182echo "configure:3183: checking for HP-UX needing gmalloc" >&5
    31673183if test "`(uname -s) 2> /dev/null`" = 'HP-UX'; then
    31683184  echo "$ac_t""yes" 1>&6
     
    31773193do
    31783194echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3179 echo "configure:3180: checking for $ac_func" >&5
     3195echo "configure:3196: checking for $ac_func" >&5
    31803196if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    31813197  echo $ac_n "(cached) $ac_c" 1>&6
    31823198else
    31833199  cat > conftest.$ac_ext <<EOF
    3184 #line 3185 "configure"
     3200#line 3201 "configure"
    31853201#include "confdefs.h"
    31863202/* System header to define __stub macros and hopefully few prototypes,
     
    32083224; return 0; }
    32093225EOF
    3210 if { (eval echo configure:3211: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3226if { (eval echo configure:3227: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    32113227  rm -rf conftest*
    32123228  eval "ac_cv_func_$ac_func=yes"
     
    32353251
    32363252echo $ac_n "checking if malloc debugging is wanted""... $ac_c" 1>&6
    3237 echo "configure:3238: checking if malloc debugging is wanted" >&5
     3253echo "configure:3254: checking if malloc debugging is wanted" >&5
    32383254# Check whether --with-dmalloc or --without-dmalloc was given.
    32393255if test "${with_dmalloc+set}" = set; then
     
    32563272
    32573273echo $ac_n "checking which of rx or regex is wanted""... $ac_c" 1>&6
    3258 echo "configure:3259: checking which of rx or regex is wanted" >&5
     3274echo "configure:3275: checking which of rx or regex is wanted" >&5
    32593275# Check whether --with-regex or --without-regex was given.
    32603276if test "${with_regex+set}" = set; then
     
    32743290  echo "$ac_t""rx" 1>&6
    32753291  echo $ac_n "checking for re_rx_search""... $ac_c" 1>&6
    3276 echo "configure:3277: checking for re_rx_search" >&5
     3292echo "configure:3293: checking for re_rx_search" >&5
    32773293if eval "test \"`echo '$''{'ac_cv_func_re_rx_search'+set}'`\" = set"; then
    32783294  echo $ac_n "(cached) $ac_c" 1>&6
    32793295else
    32803296  cat > conftest.$ac_ext <<EOF
    3281 #line 3282 "configure"
     3297#line 3298 "configure"
    32823298#include "confdefs.h"
    32833299/* System header to define __stub macros and hopefully few prototypes,
     
    33053321; return 0; }
    33063322EOF
    3307 if { (eval echo configure:3308: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3323if { (eval echo configure:3324: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    33083324  rm -rf conftest*
    33093325  eval "ac_cv_func_re_rx_search=yes"
     
    34403456ac_given_INSTALL="$INSTALL"
    34413457
    3442 trap 'rm -fr `echo "packages/mg/Makefile packages/mg/src/text/Makefile packages/mg/src/images/Makefile
     3458trap 'rm -fr `echo "packages/Makefile packages/mg/Makefile packages/mg/src/text/Makefile packages/mg/src/images/Makefile
    34433459          packages/mg/src/scripts/Makefile packages/mg/lib/Makefile src/mgpp/Makefile
    34443460      src/mgpp/lib/Makefile src/mgpp/text/Makefile
     
    34823498s%@USE_CORBA@%$USE_CORBA%g
    34833499s%@MICO_DIR@%$MICO_DIR%g
     3500s%@USE_Z3950@%$USE_Z3950%g
    34843501s%@CC@%$CC%g
    34853502s%@CXX@%$CXX%g
     
    35403557cat >> $CONFIG_STATUS <<EOF
    35413558
    3542 CONFIG_FILES=\${CONFIG_FILES-"packages/mg/Makefile packages/mg/src/text/Makefile packages/mg/src/images/Makefile
     3559CONFIG_FILES=\${CONFIG_FILES-"packages/Makefile packages/mg/Makefile packages/mg/src/text/Makefile packages/mg/src/images/Makefile
    35433560          packages/mg/src/scripts/Makefile packages/mg/lib/Makefile src/mgpp/Makefile
    35443561      src/mgpp/lib/Makefile src/mgpp/text/Makefile
Note: See TracChangeset for help on using the changeset viewer.