Changeset 18345 for gsdl/trunk


Ignore:
Timestamp:
2009-01-11T19:46:44+13:00 (15 years ago)
Author:
davidb
Message:

Supported for compiling on 64-bit machine added

Location:
gsdl/trunk/common-src/packages/gdbm/gdbm-1.8.3
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/common-src/packages/gdbm/gdbm-1.8.3/Makefile.in

    r18038 r18345  
    2727LIBS = @LIBS@ -lc
    2828
    29 CFLAGS = @CFLAGS@
    30 LDFLAGS = @LDFLAGS@
     29CFLAGS = @CFLAGS@ @COMPAT32BITFLAGS@
     30LDFLAGS = @LDFLAGS@ @COMPAT32BITFLAGS@
    3131
    3232# Common prefix for installation directories
     
    115115    proto.h
    116116
    117 MSCFILES = COPYING ChangeLog Makefile.in README gdbm.3 gdbm.texinfo \
    118     gdbm.info NEWS INSTALL gdbm.proto gdbm.proto2 conv2gdbm.c \
     117#MSCFILES = COPYING ChangeLog Makefile.in README gdbm.3 gdbm.texinfo \
     118#   gdbm.info NEWS INSTALL gdbm.proto gdbm.proto2 conv2gdbm.c \
     119#   configure configure.in getopt.c getopt.h samp1.cc \
     120#   autoconf.h.in install-sh mkinstalldirs config.guess config.sub \
     121#   aclocal.m4 ltconfig ltmain.sh
     122
     123MSCFILES = COPYING ChangeLog Makefile.in README gdbm.3 \
     124    NEWS INSTALL gdbm.proto gdbm.proto2 conv2gdbm.c \
    119125    configure configure.in getopt.c getopt.h samp1.cc \
    120126    autoconf.h.in install-sh mkinstalldirs config.guess config.sub \
     
    127133progs: $(PROGS)
    128134
    129 install: libgdbm.la gdbm.h gdbm.info
     135#install: libgdbm.la gdbm.h gdbm.info
     136install: libgdbm.la gdbm.h
    130137    $(srcdir)/mkinstalldirs $(INSTALL_ROOT)$(libdir) \
    131138        $(INSTALL_ROOT)$(includedir) $(INSTALL_ROOT)$(man3dir) \
     
    136143    $(INSTALL_DATA) $(srcdir)/gdbm.3 \
    137144        $(INSTALL_ROOT)$(man3dir)/gdbm.3
    138     $(INSTALL_DATA) $(srcdir)/gdbm.info \
    139         $(INSTALL_ROOT)$(infodir)/gdbm.info
     145#   $(INSTALL_DATA) $(srcdir)/gdbm.info \
     146#       $(INSTALL_ROOT)$(infodir)/gdbm.info
    140147
    141148install-compat:
     
    156163libgdbm.la: $(LOBJS) gdbm.h
    157164    rm -f libgdbm.la
    158     $(LIBTOOL) --mode=link $(CC) -o libgdbm.la -rpath $(libdir) \
     165##  $(CC) -shared $(LDFLAGS) -o libgdbm.so $(LOBJS)
     166    $(LIBTOOL) --mode=link $(CC) -Wc,$(LDFLAGS) -o libgdbm.la -rpath $(libdir) \
    159167        -version-info $(SHLIB_VER) $(LOBJS)
    160168
    161169libgdbm_compat.la: $(C_LOBJS) gdbm.h
    162170    rm -f libgdbm_compat.la
    163     $(LIBTOOL) --mode=link $(CC) -o libgdbm_compat.la -rpath $(libdir) \
     171##  $(CC) -shared $(LDFLAGS) -o libgdbm_compat.so  $(C_LOBJS)
     172    $(LIBTOOL) --mode=link $(CC) -Wc,$(LDFLAGS) -o libgdbm_compat.la -rpath $(libdir) \
    164173        -version-info $(SHLIB_VER) $(C_LOBJS)
    165174
     
    204213    etags $(SRCS)
    205214
    206 info: gdbm.info
    207 
    208 gdbm.info: gdbm.texinfo
    209     $(MAKEINFO) $(srcdir)/gdbm.texinfo
    210 
    211 dvi: gdbm.dvi
    212 
    213 gdbm.dvi: gdbm.texinfo
    214     $(TEXI2DVI) $(srcdir)/gdbm.texinfo
     215#info: gdbm.info
     216
     217#gdbm.info: gdbm.texinfo
     218#   $(MAKEINFO) $(srcdir)/gdbm.texinfo
     219
     220#dvi: gdbm.dvi
     221
     222#gdbm.dvi: gdbm.texinfo
     223#   $(TEXI2DVI) $(srcdir)/gdbm.texinfo
    215224
    216225clean:
  • gsdl/trunk/common-src/packages/gdbm/gdbm-1.8.3/configure

    r18019 r18345  
    11#! /bin/sh
    22# Guess values for system-dependent variables and create Makefiles.
    3 # Generated by GNU Autoconf 2.54 for gdbm 1.8.3.
     3# Generated by GNU Autoconf 2.59 for gdbm 1.8.3.
    44#
    5 # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
    6 # Free Software Foundation, Inc.
     5# Copyright (C) 2003 Free Software Foundation, Inc.
    76# This configure script is free software; the Free Software Foundation
    87# gives unlimited permission to copy, distribute and modify it.
     
    2120  set -o posix
    2221fi
     22DUALCASE=1; export DUALCASE # for MKS sh
    2323
    2424# Support unset when possible.
    25 if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
     25if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
    2626  as_unset=unset
    2727else
     
    3737
    3838# NLS nuisances.
    39 for as_var in LANG LANGUAGE LC_ALL LC_COLLATE LC_CTYPE LC_NUMERIC LC_MESSAGES LC_TIME
     39for as_var in \
     40  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
     41  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
     42  LC_TELEPHONE LC_TIME
    4043do
    41   if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
     44  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
    4245    eval $as_var=C; export $as_var
    4346  else
     
    8386# The user is always right.
    8487if test "${PATH_SEPARATOR+set}" != set; then
    85   echo "#! /bin/sh" >conftest.sh
    86   echo  "exit 0"   >>conftest.sh
    87   chmod +x conftest.sh
    88   if (PATH="/nonexistent;."; conftest.sh) >/dev/null 2>&1; then
     88  echo "#! /bin/sh" >conf$$.sh
     89  echo  "exit 0"   >>conf$$.sh
     90  chmod +x conf$$.sh
     91  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
    8992    PATH_SEPARATOR=';'
    9093  else
    9194    PATH_SEPARATOR=:
    9295  fi
    93   rm -f conftest.sh
     96  rm -f conf$$.sh
    9497fi
    9598
     
    216219  as_mkdir_p=:
    217220else
     221  test -d ./-p && rmdir ./-p
    218222  as_mkdir_p=false
    219223fi
     
    222226
    223227# Sed expression to map a string onto a valid CPP name.
    224 as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
     228as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
    225229
    226230# Sed expression to map a string onto a valid variable name.
    227 as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
     231as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
    228232
    229233
     
    465469#endif"
    466470
    467 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA build build_cpu build_vendor build_os host host_cpu host_vendor host_os LN_S ECHO RANLIB ac_ct_RANLIB STRIP ac_ct_STRIP EGREP LIBTOOL LIBOBJS LTLIBOBJS'
     471ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LN_S ECHO RANLIB ac_ct_RANLIB STRIP ac_ct_STRIP EGREP LIBTOOL COMPAT32BITFLAGS LIBOBJS LTLIBOBJS'
    468472ac_subst_files=''
    469473
     
    824828# Be sure to have absolute paths.
    825829for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
    826               localstatedir libdir includedir oldincludedir infodir mandir
     830          localstatedir libdir includedir oldincludedir infodir mandir
    827831do
    828832  eval ac_val=$`echo $ac_var`
     
    864868  ac_confdir=`(dirname "$0") 2>/dev/null ||
    865869$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    866         X"$0" : 'X\(//\)[^/]' \| \
    867         X"$0" : 'X\(//\)$' \| \
    868         X"$0" : 'X\(/\)' \| \
    869         .     : '\(.\)' 2>/dev/null ||
     870    X"$0" : 'X\(//\)[^/]' \| \
     871    X"$0" : 'X\(//\)$' \| \
     872    X"$0" : 'X\(/\)' \| \
     873    .     : '\(.\)' 2>/dev/null ||
    870874echo X"$0" |
    871875    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
     
    959963Installation directories:
    960964  --prefix=PREFIX         install architecture-independent files in PREFIX
    961                           [$ac_default_prefix]
     965              [$ac_default_prefix]
    962966  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
    963                           [PREFIX]
     967              [PREFIX]
    964968
    965969By default, \`make install' will install all the files in
     
    990994  --build=BUILD     configure for building on BUILD [guessed]
    991995  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
     996  --target=TARGET   configure for building compilers for TARGET [HOST]
    992997_ACEOF
    993998fi
     
    10581063    ac_top_srcdir=$ac_top_builddir$srcdir ;;
    10591064esac
    1060 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
    1061 # absolute.
    1062 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
    1063 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
    1064 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
    1065 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
     1065
     1066# Do not use `cd foo && pwd` to compute absolute paths, because
     1067# the directories may not exist.
     1068case `pwd` in
     1069.) ac_abs_builddir="$ac_dir";;
     1070*)
     1071  case "$ac_dir" in
     1072  .) ac_abs_builddir=`pwd`;;
     1073  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
     1074  *) ac_abs_builddir=`pwd`/"$ac_dir";;
     1075  esac;;
     1076esac
     1077case $ac_abs_builddir in
     1078.) ac_abs_top_builddir=${ac_top_builddir}.;;
     1079*)
     1080  case ${ac_top_builddir}. in
     1081  .) ac_abs_top_builddir=$ac_abs_builddir;;
     1082  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
     1083  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
     1084  esac;;
     1085esac
     1086case $ac_abs_builddir in
     1087.) ac_abs_srcdir=$ac_srcdir;;
     1088*)
     1089  case $ac_srcdir in
     1090  .) ac_abs_srcdir=$ac_abs_builddir;;
     1091  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
     1092  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
     1093  esac;;
     1094esac
     1095case $ac_abs_builddir in
     1096.) ac_abs_top_srcdir=$ac_top_srcdir;;
     1097*)
     1098  case $ac_top_srcdir in
     1099  .) ac_abs_top_srcdir=$ac_abs_builddir;;
     1100  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
     1101  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
     1102  esac;;
     1103esac
    10661104
    10671105    cd $ac_dir
     
    10741112      $SHELL $ac_srcdir/configure  --help=recursive
    10751113    elif test -f $ac_srcdir/configure.ac ||
    1076            test -f $ac_srcdir/configure.in; then
     1114       test -f $ac_srcdir/configure.in; then
    10771115      echo
    10781116      $ac_configure --help
     
    10881126  cat <<\_ACEOF
    10891127gdbm configure 1.8.3
    1090 generated by GNU Autoconf 2.54
    1091 
    1092 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
    1093 Free Software Foundation, Inc.
     1128generated by GNU Autoconf 2.59
     1129
     1130Copyright (C) 2003 Free Software Foundation, Inc.
    10941131This configure script is free software; the Free Software Foundation
    10951132gives unlimited permission to copy, distribute and modify it.
     
    11031140
    11041141It was created by gdbm $as_me 1.8.3, which was
    1105 generated by GNU Autoconf 2.54.  Invocation command line was
     1142generated by GNU Autoconf 2.59.  Invocation command line was
    11061143
    11071144  $ $0 $@
     
    11551192# Keep a trace of the command line.
    11561193# Strip out --no-create and --no-recursion so they do not pile up.
     1194# Strip out --silent because we don't want to record it for future runs.
    11571195# Also quote any args containing shell meta-characters.
     1196# Make two passes to allow for proper duplicate-argument suppression.
    11581197ac_configure_args=
     1198ac_configure_args0=
     1199ac_configure_args1=
    11591200ac_sep=
    1160 for ac_arg
     1201ac_must_keep_next=false
     1202for ac_pass in 1 2
    11611203do
    1162   case $ac_arg in
    1163   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
    1164   | --no-cr | --no-c | -n ) continue ;;
    1165   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
    1166   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
    1167     continue ;;
    1168   *" "*|*"  "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
    1169     ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    1170   esac
    1171   ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
    1172   # Get rid of the leading space.
    1173   ac_sep=" "
     1204  for ac_arg
     1205  do
     1206    case $ac_arg in
     1207    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
     1208    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
     1209    | -silent | --silent | --silen | --sile | --sil)
     1210      continue ;;
     1211    *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
     1212      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     1213    esac
     1214    case $ac_pass in
     1215    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
     1216    2)
     1217      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
     1218      if test $ac_must_keep_next = true; then
     1219    ac_must_keep_next=false # Got value, back to normal.
     1220      else
     1221    case $ac_arg in
     1222      *=* | --config-cache | -C | -disable-* | --disable-* \
     1223      | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
     1224      | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
     1225      | -with-* | --with-* | -without-* | --without-* | --x)
     1226        case "$ac_configure_args0 " in
     1227          "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
     1228        esac
     1229        ;;
     1230      -* ) ac_must_keep_next=true ;;
     1231    esac
     1232      fi
     1233      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
     1234      # Get rid of the leading space.
     1235      ac_sep=" "
     1236      ;;
     1237    esac
     1238  done
    11741239done
     1240$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
     1241$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
    11751242
    11761243# When interrupted or exit'd, cleanup temporary files, and complete
     
    11961263    *ac_space=\ *)
    11971264      sed -n \
    1198         "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
    1199           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
     1265    "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
     1266      s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
    12001267      ;;
    12011268    *)
    12021269      sed -n \
    1203         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
     1270    "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
    12041271      ;;
    12051272    esac;
     
    12301297      do
    12311298    eval ac_val=$`echo $ac_var`
    1232         echo "$ac_var='"'"'$ac_val'"'"'"
     1299    echo "$ac_var='"'"'$ac_val'"'"'"
    12331300      done | sort
    12341301      echo
     
    12491316    echo "$as_me: exit $exit_status"
    12501317  } >&5
    1251   rm -f core core.* *.core &&
     1318  rm -f core *.core &&
    12521319  rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
    12531320    exit $exit_status
     
    13291396ac_cache_corrupted=false
    13301397for ac_var in `(set) 2>&1 |
    1331                sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
     1398           sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
    13321399  eval ac_old_set=\$ac_cv_env_${ac_var}_set
    13331400  eval ac_new_set=\$ac_env_${ac_var}_set
     
    13461413    *)
    13471414      if test "x$ac_old_val" != "x$ac_new_val"; then
    1348         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
     1415    { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
    13491416echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
    1350         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
     1417    { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
    13511418echo "$as_me:   former value:  $ac_old_val" >&2;}
    1352         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
     1419    { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
    13531420echo "$as_me:   current value: $ac_new_val" >&2;}
    1354         ac_cache_corrupted=:
     1421    ac_cache_corrupted=:
    13551422      fi;;
    13561423  esac
     
    14121479          ac_config_headers="$ac_config_headers autoconf.h"
    14131480
     1481
     1482ac_aux_dir=
     1483for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
     1484  if test -f $ac_dir/install-sh; then
     1485    ac_aux_dir=$ac_dir
     1486    ac_install_sh="$ac_aux_dir/install-sh -c"
     1487    break
     1488  elif test -f $ac_dir/install.sh; then
     1489    ac_aux_dir=$ac_dir
     1490    ac_install_sh="$ac_aux_dir/install.sh -c"
     1491    break
     1492  elif test -f $ac_dir/shtool; then
     1493    ac_aux_dir=$ac_dir
     1494    ac_install_sh="$ac_aux_dir/shtool install -c"
     1495    break
     1496  fi
     1497done
     1498if test -z "$ac_aux_dir"; then
     1499  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
     1500echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
     1501   { (exit 1); exit 1; }; }
     1502fi
     1503ac_config_guess="$SHELL $ac_aux_dir/config.guess"
     1504ac_config_sub="$SHELL $ac_aux_dir/config.sub"
     1505ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
     1506
     1507# Make sure we can run config.sub.
     1508$ac_config_sub sun4 >/dev/null 2>&1 ||
     1509  { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
     1510echo "$as_me: error: cannot run $ac_config_sub" >&2;}
     1511   { (exit 1); exit 1; }; }
     1512
     1513echo "$as_me:$LINENO: checking build system type" >&5
     1514echo $ECHO_N "checking build system type... $ECHO_C" >&6
     1515if test "${ac_cv_build+set}" = set; then
     1516  echo $ECHO_N "(cached) $ECHO_C" >&6
     1517else
     1518  ac_cv_build_alias=$build_alias
     1519test -z "$ac_cv_build_alias" &&
     1520  ac_cv_build_alias=`$ac_config_guess`
     1521test -z "$ac_cv_build_alias" &&
     1522  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
     1523echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
     1524   { (exit 1); exit 1; }; }
     1525ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
     1526  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
     1527echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
     1528   { (exit 1); exit 1; }; }
     1529
     1530fi
     1531echo "$as_me:$LINENO: result: $ac_cv_build" >&5
     1532echo "${ECHO_T}$ac_cv_build" >&6
     1533build=$ac_cv_build
     1534build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
     1535build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
     1536build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
     1537
     1538
     1539echo "$as_me:$LINENO: checking host system type" >&5
     1540echo $ECHO_N "checking host system type... $ECHO_C" >&6
     1541if test "${ac_cv_host+set}" = set; then
     1542  echo $ECHO_N "(cached) $ECHO_C" >&6
     1543else
     1544  ac_cv_host_alias=$host_alias
     1545test -z "$ac_cv_host_alias" &&
     1546  ac_cv_host_alias=$ac_cv_build_alias
     1547ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
     1548  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
     1549echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
     1550   { (exit 1); exit 1; }; }
     1551
     1552fi
     1553echo "$as_me:$LINENO: result: $ac_cv_host" >&5
     1554echo "${ECHO_T}$ac_cv_host" >&6
     1555host=$ac_cv_host
     1556host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
     1557host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
     1558host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
     1559
     1560
     1561echo "$as_me:$LINENO: checking target system type" >&5
     1562echo $ECHO_N "checking target system type... $ECHO_C" >&6
     1563if test "${ac_cv_target+set}" = set; then
     1564  echo $ECHO_N "(cached) $ECHO_C" >&6
     1565else
     1566  ac_cv_target_alias=$target_alias
     1567test "x$ac_cv_target_alias" = "x" &&
     1568  ac_cv_target_alias=$ac_cv_host_alias
     1569ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
     1570  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
     1571echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
     1572   { (exit 1); exit 1; }; }
     1573
     1574fi
     1575echo "$as_me:$LINENO: result: $ac_cv_target" >&5
     1576echo "${ECHO_T}$ac_cv_target" >&6
     1577target=$ac_cv_target
     1578target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
     1579target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
     1580target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
     1581
     1582
     1583# The aliases save the names the user supplied, while $host etc.
     1584# will get canonicalized.
     1585test -n "$target_alias" &&
     1586  test "$program_prefix$program_suffix$program_transform_name" = \
     1587    NONENONEs,x,x, &&
     1588  program_prefix=${target_alias}-
     1589
    14141590ac_ext=c
    14151591ac_cpp='$CPP $CPPFLAGS'
     
    17211897
    17221898
    1723 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH" >&5
    1724 echo "$as_me: error: no acceptable C compiler found in \$PATH" >&2;}
     1899test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
     1900See \`config.log' for more details." >&5
     1901echo "$as_me: error: no acceptable C compiler found in \$PATH
     1902See \`config.log' for more details." >&2;}
    17251903   { (exit 1); exit 1; }; }
    17261904
     
    17461924
    17471925cat >conftest.$ac_ext <<_ACEOF
    1748 #line $LINENO "configure"
    1749 #include "confdefs.h"
     1926/* confdefs.h.  */
     1927_ACEOF
     1928cat confdefs.h >>conftest.$ac_ext
     1929cat >>conftest.$ac_ext <<_ACEOF
     1930/* end confdefs.h.  */
    17501931
    17511932int
     
    17581939_ACEOF
    17591940ac_clean_files_save=$ac_clean_files
    1760 ac_clean_files="$ac_clean_files a.out a.exe"
     1941ac_clean_files="$ac_clean_files a.out a.exe b.out"
    17611942# Try to create an executable without -o first, disregard a.out.
    17621943# It will help us diagnose broken compilers, and finding out an intuition
    17631944# of exeext.
    1764 echo "$as_me:$LINENO: checking for C compiler default output" >&5
    1765 echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
     1945echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
     1946echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
    17661947ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
    17671948if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
     
    17771958# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
    17781959ac_cv_exeext=
    1779 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.*; do
     1960# b.out is created by i960 compilers.
     1961for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
     1962do
    17801963  test -f "$ac_file" || continue
    17811964  case $ac_file in
    1782     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
    1783     a.out ) # We found the default executable, but exeext='' is most
    1784             # certainly right.
    1785             break;;
    1786     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
    1787           # FIXME: I believe we export ac_cv_exeext for Libtool --akim.
    1788           export ac_cv_exeext
    1789           break;;
    1790     * ) break;;
     1965    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
     1966    ;;
     1967    conftest.$ac_ext )
     1968    # This is the source file.
     1969    ;;
     1970    [ab].out )
     1971    # We found the default executable, but exeext='' is most
     1972    # certainly right.
     1973    break;;
     1974    *.* )
     1975    ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
     1976    # FIXME: I believe we export ac_cv_exeext for Libtool,
     1977    # but it would be cool to find out if it's true.  Does anybody
     1978    # maintain Libtool? --akim.
     1979    export ac_cv_exeext
     1980    break;;
     1981    * )
     1982    break;;
    17911983  esac
    17921984done
    17931985else
    17941986  echo "$as_me: failed program was:" >&5
    1795 cat conftest.$ac_ext >&5
     1987sed 's/^/| /' conftest.$ac_ext >&5
     1988
    17961989{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
    1797 check \`config.log' for details." >&5
     1990See \`config.log' for more details." >&5
    17981991echo "$as_me: error: C compiler cannot create executables
    1799 check \`config.log' for details." >&2;}
     1992See \`config.log' for more details." >&2;}
    18001993   { (exit 77); exit 77; }; }
    18011994fi
     
    18242017    else
    18252018    { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
    1826 If you meant to cross compile, use \`--host'." >&5
     2019If you meant to cross compile, use \`--host'.
     2020See \`config.log' for more details." >&5
    18272021echo "$as_me: error: cannot run C compiled programs.
    1828 If you meant to cross compile, use \`--host'." >&2;}
     2022If you meant to cross compile, use \`--host'.
     2023See \`config.log' for more details." >&2;}
    18292024   { (exit 1); exit 1; }; }
    18302025    fi
     
    18342029echo "${ECHO_T}yes" >&6
    18352030
    1836 rm -f a.out a.exe conftest$ac_cv_exeext
     2031rm -f a.out a.exe conftest$ac_cv_exeext b.out
    18372032ac_clean_files=$ac_clean_files_save
    18382033# Check the compiler produces executables we can run.  If not, either
     
    18592054    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
    18602055    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
    1861           export ac_cv_exeext
    1862           break;;
     2056      export ac_cv_exeext
     2057      break;;
    18632058    * ) break;;
    18642059  esac
    18652060done
    18662061else
    1867   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link" >&5
    1868 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link" >&2;}
     2062  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
     2063See \`config.log' for more details." >&5
     2064echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
     2065See \`config.log' for more details." >&2;}
    18692066   { (exit 1); exit 1; }; }
    18702067fi
     
    18832080else
    18842081  cat >conftest.$ac_ext <<_ACEOF
    1885 #line $LINENO "configure"
    1886 #include "confdefs.h"
     2082/* confdefs.h.  */
     2083_ACEOF
     2084cat confdefs.h >>conftest.$ac_ext
     2085cat >>conftest.$ac_ext <<_ACEOF
     2086/* end confdefs.h.  */
    18872087
    18882088int
     
    19092109else
    19102110  echo "$as_me: failed program was:" >&5
    1911 cat conftest.$ac_ext >&5
    1912 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile" >&5
    1913 echo "$as_me: error: cannot compute suffix of object files: cannot compile" >&2;}
     2111sed 's/^/| /' conftest.$ac_ext >&5
     2112
     2113{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
     2114See \`config.log' for more details." >&5
     2115echo "$as_me: error: cannot compute suffix of object files: cannot compile
     2116See \`config.log' for more details." >&2;}
    19142117   { (exit 1); exit 1; }; }
    19152118fi
     
    19272130else
    19282131  cat >conftest.$ac_ext <<_ACEOF
    1929 #line $LINENO "configure"
    1930 #include "confdefs.h"
     2132/* confdefs.h.  */
     2133_ACEOF
     2134cat confdefs.h >>conftest.$ac_ext
     2135cat >>conftest.$ac_ext <<_ACEOF
     2136/* end confdefs.h.  */
    19312137
    19322138int
     
    19432149rm -f conftest.$ac_objext
    19442150if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    1945   (eval $ac_compile) 2>&5
    1946   ac_status=$?
     2151  (eval $ac_compile) 2>conftest.er1
     2152  ac_status=$?
     2153  grep -v '^ *+' conftest.er1 >conftest.err
     2154  rm -f conftest.er1
     2155  cat conftest.err >&5
    19472156  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    19482157  (exit $ac_status); } &&
    1949          { ac_try='test -s conftest.$ac_objext'
     2158     { ac_try='test -z "$ac_c_werror_flag"
     2159             || test ! -s conftest.err'
    19502160  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    19512161  (eval $ac_try) 2>&5
    19522162  ac_status=$?
    19532163  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2164  (exit $ac_status); }; } &&
     2165     { ac_try='test -s conftest.$ac_objext'
     2166  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     2167  (eval $ac_try) 2>&5
     2168  ac_status=$?
     2169  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    19542170  (exit $ac_status); }; }; then
    19552171  ac_compiler_gnu=yes
    19562172else
    19572173  echo "$as_me: failed program was:" >&5
    1958 cat conftest.$ac_ext >&5
     2174sed 's/^/| /' conftest.$ac_ext >&5
     2175
    19592176ac_compiler_gnu=no
    19602177fi
    1961 rm -f conftest.$ac_objext conftest.$ac_ext
     2178rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    19622179ac_cv_c_compiler_gnu=$ac_compiler_gnu
    19632180
     
    19752192else
    19762193  cat >conftest.$ac_ext <<_ACEOF
    1977 #line $LINENO "configure"
    1978 #include "confdefs.h"
     2194/* confdefs.h.  */
     2195_ACEOF
     2196cat confdefs.h >>conftest.$ac_ext
     2197cat >>conftest.$ac_ext <<_ACEOF
     2198/* end confdefs.h.  */
    19792199
    19802200int
     
    19882208rm -f conftest.$ac_objext
    19892209if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    1990   (eval $ac_compile) 2>&5
    1991   ac_status=$?
     2210  (eval $ac_compile) 2>conftest.er1
     2211  ac_status=$?
     2212  grep -v '^ *+' conftest.er1 >conftest.err
     2213  rm -f conftest.er1
     2214  cat conftest.err >&5
    19922215  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    19932216  (exit $ac_status); } &&
    1994          { ac_try='test -s conftest.$ac_objext'
     2217     { ac_try='test -z "$ac_c_werror_flag"
     2218             || test ! -s conftest.err'
    19952219  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    19962220  (eval $ac_try) 2>&5
    19972221  ac_status=$?
    19982222  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2223  (exit $ac_status); }; } &&
     2224     { ac_try='test -s conftest.$ac_objext'
     2225  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     2226  (eval $ac_try) 2>&5
     2227  ac_status=$?
     2228  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    19992229  (exit $ac_status); }; }; then
    20002230  ac_cv_prog_cc_g=yes
    20012231else
    20022232  echo "$as_me: failed program was:" >&5
    2003 cat conftest.$ac_ext >&5
     2233sed 's/^/| /' conftest.$ac_ext >&5
     2234
    20042235ac_cv_prog_cc_g=no
    20052236fi
    2006 rm -f conftest.$ac_objext conftest.$ac_ext
     2237rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    20072238fi
    20082239echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
     
    20312262ac_save_CC=$CC
    20322263cat >conftest.$ac_ext <<_ACEOF
    2033 #line $LINENO "configure"
    2034 #include "confdefs.h"
     2264/* confdefs.h.  */
     2265_ACEOF
     2266cat confdefs.h >>conftest.$ac_ext
     2267cat >>conftest.$ac_ext <<_ACEOF
     2268/* end confdefs.h.  */
    20352269#include <stdarg.h>
    20362270#include <stdio.h>
     
    20552289  return s;
    20562290}
     2291
     2292/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
     2293   function prototypes and stuff, but not '\xHH' hex character constants.
     2294   These don't provoke an error unfortunately, instead are silently treated
     2295   as 'x'.  The following induces an error, until -std1 is added to get
     2296   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
     2297   array size at least.  It's necessary to write '\x00'==0 to get something
     2298   that's true only with -std1.  */
     2299int osf4_cc_array ['\x00' == 0 ? 1 : -1];
     2300
    20572301int test (int i, double x);
    20582302struct s1 {int (*f) (int a);};
     
    20812325  rm -f conftest.$ac_objext
    20822326if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2083   (eval $ac_compile) 2>&5
    2084   ac_status=$?
     2327  (eval $ac_compile) 2>conftest.er1
     2328  ac_status=$?
     2329  grep -v '^ *+' conftest.er1 >conftest.err
     2330  rm -f conftest.er1
     2331  cat conftest.err >&5
    20852332  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    20862333  (exit $ac_status); } &&
    2087          { ac_try='test -s conftest.$ac_objext'
     2334     { ac_try='test -z "$ac_c_werror_flag"
     2335             || test ! -s conftest.err'
     2336  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     2337  (eval $ac_try) 2>&5
     2338  ac_status=$?
     2339  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2340  (exit $ac_status); }; } &&
     2341     { ac_try='test -s conftest.$ac_objext'
    20882342  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    20892343  (eval $ac_try) 2>&5
     
    20952349else
    20962350  echo "$as_me: failed program was:" >&5
    2097 cat conftest.$ac_ext >&5
    2098 fi
    2099 rm -f conftest.$ac_objext
     2351sed 's/^/| /' conftest.$ac_ext >&5
     2352
     2353fi
     2354rm -f conftest.err conftest.$ac_objext
    21002355done
    21012356rm -f conftest.$ac_ext conftest.$ac_objext
     
    21252380rm -f conftest.$ac_objext
    21262381if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2127   (eval $ac_compile) 2>&5
    2128   ac_status=$?
     2382  (eval $ac_compile) 2>conftest.er1
     2383  ac_status=$?
     2384  grep -v '^ *+' conftest.er1 >conftest.err
     2385  rm -f conftest.er1
     2386  cat conftest.err >&5
    21292387  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    21302388  (exit $ac_status); } &&
    2131          { ac_try='test -s conftest.$ac_objext'
     2389     { ac_try='test -z "$ac_c_werror_flag"
     2390             || test ! -s conftest.err'
    21322391  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    21332392  (eval $ac_try) 2>&5
    21342393  ac_status=$?
    21352394  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2395  (exit $ac_status); }; } &&
     2396     { ac_try='test -s conftest.$ac_objext'
     2397  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     2398  (eval $ac_try) 2>&5
     2399  ac_status=$?
     2400  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    21362401  (exit $ac_status); }; }; then
    21372402  for ac_declaration in \
    2138    ''\
    2139    '#include <stdlib.h>' \
     2403   '' \
    21402404   'extern "C" void std::exit (int) throw (); using std::exit;' \
    21412405   'extern "C" void std::exit (int); using std::exit;' \
     
    21452409do
    21462410  cat >conftest.$ac_ext <<_ACEOF
    2147 #line $LINENO "configure"
    2148 #include "confdefs.h"
     2411/* confdefs.h.  */
     2412_ACEOF
     2413cat confdefs.h >>conftest.$ac_ext
     2414cat >>conftest.$ac_ext <<_ACEOF
     2415/* end confdefs.h.  */
     2416$ac_declaration
    21492417#include <stdlib.h>
     2418int
     2419main ()
     2420{
     2421exit (42);
     2422  ;
     2423  return 0;
     2424}
     2425_ACEOF
     2426rm -f conftest.$ac_objext
     2427if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     2428  (eval $ac_compile) 2>conftest.er1
     2429  ac_status=$?
     2430  grep -v '^ *+' conftest.er1 >conftest.err
     2431  rm -f conftest.er1
     2432  cat conftest.err >&5
     2433  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2434  (exit $ac_status); } &&
     2435     { ac_try='test -z "$ac_c_werror_flag"
     2436             || test ! -s conftest.err'
     2437  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     2438  (eval $ac_try) 2>&5
     2439  ac_status=$?
     2440  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2441  (exit $ac_status); }; } &&
     2442     { ac_try='test -s conftest.$ac_objext'
     2443  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     2444  (eval $ac_try) 2>&5
     2445  ac_status=$?
     2446  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2447  (exit $ac_status); }; }; then
     2448  :
     2449else
     2450  echo "$as_me: failed program was:" >&5
     2451sed 's/^/| /' conftest.$ac_ext >&5
     2452
     2453continue
     2454fi
     2455rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     2456  cat >conftest.$ac_ext <<_ACEOF
     2457/* confdefs.h.  */
     2458_ACEOF
     2459cat confdefs.h >>conftest.$ac_ext
     2460cat >>conftest.$ac_ext <<_ACEOF
     2461/* end confdefs.h.  */
    21502462$ac_declaration
    21512463int
     
    21592471rm -f conftest.$ac_objext
    21602472if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2161   (eval $ac_compile) 2>&5
    2162   ac_status=$?
     2473  (eval $ac_compile) 2>conftest.er1
     2474  ac_status=$?
     2475  grep -v '^ *+' conftest.er1 >conftest.err
     2476  rm -f conftest.er1
     2477  cat conftest.err >&5
    21632478  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    21642479  (exit $ac_status); } &&
    2165          { ac_try='test -s conftest.$ac_objext'
     2480     { ac_try='test -z "$ac_c_werror_flag"
     2481             || test ! -s conftest.err'
    21662482  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    21672483  (eval $ac_try) 2>&5
    21682484  ac_status=$?
    21692485  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2170   (exit $ac_status); }; }; then
    2171   :
    2172 else
    2173   echo "$as_me: failed program was:" >&5
    2174 cat conftest.$ac_ext >&5
    2175 continue
    2176 fi
    2177 rm -f conftest.$ac_objext conftest.$ac_ext
    2178   cat >conftest.$ac_ext <<_ACEOF
    2179 #line $LINENO "configure"
    2180 #include "confdefs.h"
    2181 $ac_declaration
    2182 int
    2183 main ()
    2184 {
    2185 exit (42);
    2186   ;
    2187   return 0;
    2188 }
    2189 _ACEOF
    2190 rm -f conftest.$ac_objext
    2191 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2192   (eval $ac_compile) 2>&5
    2193   ac_status=$?
    2194   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2195   (exit $ac_status); } &&
    2196          { ac_try='test -s conftest.$ac_objext'
     2486  (exit $ac_status); }; } &&
     2487     { ac_try='test -s conftest.$ac_objext'
    21972488  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    21982489  (eval $ac_try) 2>&5
     
    22032494else
    22042495  echo "$as_me: failed program was:" >&5
    2205 cat conftest.$ac_ext >&5
    2206 fi
    2207 rm -f conftest.$ac_objext conftest.$ac_ext
     2496sed 's/^/| /' conftest.$ac_ext >&5
     2497
     2498fi
     2499rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    22082500done
    22092501rm -f conftest*
     
    22162508else
    22172509  echo "$as_me: failed program was:" >&5
    2218 cat conftest.$ac_ext >&5
    2219 fi
    2220 rm -f conftest.$ac_objext conftest.$ac_ext
     2510sed 's/^/| /' conftest.$ac_ext >&5
     2511
     2512fi
     2513rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    22212514ac_ext=c
    22222515ac_cpp='$CPP $CPPFLAGS'
     
    22482541  # Use a header file that comes with gcc, so configuring glibc
    22492542  # with a fresh cross-compiler works.
     2543  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
     2544  # <limits.h> exists even on freestanding compilers.
    22502545  # On the NeXT, cc -E runs the code through the compiler's parser,
    22512546  # not just through cpp. "Syntax error" is here to catch this case.
    22522547  cat >conftest.$ac_ext <<_ACEOF
    2253 #line $LINENO "configure"
    2254 #include "confdefs.h"
    2255 #include <assert.h>
    2256                      Syntax error
     2548/* confdefs.h.  */
     2549_ACEOF
     2550cat confdefs.h >>conftest.$ac_ext
     2551cat >>conftest.$ac_ext <<_ACEOF
     2552/* end confdefs.h.  */
     2553#ifdef __STDC__
     2554# include <limits.h>
     2555#else
     2556# include <assert.h>
     2557#endif
     2558             Syntax error
    22572559_ACEOF
    22582560if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
     
    22662568  if test -s conftest.err; then
    22672569    ac_cpp_err=$ac_c_preproc_warn_flag
     2570    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    22682571  else
    22692572    ac_cpp_err=
     
    22762579else
    22772580  echo "$as_me: failed program was:" >&5
    2278   cat conftest.$ac_ext >&5
     2581sed 's/^/| /' conftest.$ac_ext >&5
     2582
    22792583  # Broken: fails on valid input.
    22802584continue
     
    22852589  # can be detected and how.
    22862590  cat >conftest.$ac_ext <<_ACEOF
    2287 #line $LINENO "configure"
    2288 #include "confdefs.h"
     2591/* confdefs.h.  */
     2592_ACEOF
     2593cat confdefs.h >>conftest.$ac_ext
     2594cat >>conftest.$ac_ext <<_ACEOF
     2595/* end confdefs.h.  */
    22892596#include <ac_nonexistent.h>
    22902597_ACEOF
     
    22992606  if test -s conftest.err; then
    23002607    ac_cpp_err=$ac_c_preproc_warn_flag
     2608    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    23012609  else
    23022610    ac_cpp_err=
     
    23102618else
    23112619  echo "$as_me: failed program was:" >&5
    2312   cat conftest.$ac_ext >&5
     2620sed 's/^/| /' conftest.$ac_ext >&5
     2621
    23132622  # Passes both tests.
    23142623ac_preproc_ok=:
     
    23392648  # Use a header file that comes with gcc, so configuring glibc
    23402649  # with a fresh cross-compiler works.
     2650  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
     2651  # <limits.h> exists even on freestanding compilers.
    23412652  # On the NeXT, cc -E runs the code through the compiler's parser,
    23422653  # not just through cpp. "Syntax error" is here to catch this case.
    23432654  cat >conftest.$ac_ext <<_ACEOF
    2344 #line $LINENO "configure"
    2345 #include "confdefs.h"
    2346 #include <assert.h>
    2347                      Syntax error
     2655/* confdefs.h.  */
     2656_ACEOF
     2657cat confdefs.h >>conftest.$ac_ext
     2658cat >>conftest.$ac_ext <<_ACEOF
     2659/* end confdefs.h.  */
     2660#ifdef __STDC__
     2661# include <limits.h>
     2662#else
     2663# include <assert.h>
     2664#endif
     2665             Syntax error
    23482666_ACEOF
    23492667if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
     
    23572675  if test -s conftest.err; then
    23582676    ac_cpp_err=$ac_c_preproc_warn_flag
     2677    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    23592678  else
    23602679    ac_cpp_err=
     
    23672686else
    23682687  echo "$as_me: failed program was:" >&5
    2369   cat conftest.$ac_ext >&5
     2688sed 's/^/| /' conftest.$ac_ext >&5
     2689
    23702690  # Broken: fails on valid input.
    23712691continue
     
    23762696  # can be detected and how.
    23772697  cat >conftest.$ac_ext <<_ACEOF
    2378 #line $LINENO "configure"
    2379 #include "confdefs.h"
     2698/* confdefs.h.  */
     2699_ACEOF
     2700cat confdefs.h >>conftest.$ac_ext
     2701cat >>conftest.$ac_ext <<_ACEOF
     2702/* end confdefs.h.  */
    23802703#include <ac_nonexistent.h>
    23812704_ACEOF
     
    23902713  if test -s conftest.err; then
    23912714    ac_cpp_err=$ac_c_preproc_warn_flag
     2715    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    23922716  else
    23932717    ac_cpp_err=
     
    24012725else
    24022726  echo "$as_me: failed program was:" >&5
    2403   cat conftest.$ac_ext >&5
     2727sed 's/^/| /' conftest.$ac_ext >&5
     2728
    24042729  # Passes both tests.
    24052730ac_preproc_ok=:
     
    24142739  :
    24152740else
    2416   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check" >&5
    2417 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
     2741  { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
     2742See \`config.log' for more details." >&5
     2743echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
     2744See \`config.log' for more details." >&2;}
    24182745   { (exit 1); exit 1; }; }
    24192746fi
     
    24242751ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    24252752ac_compiler_gnu=$ac_cv_c_compiler_gnu
    2426 
    2427 ac_aux_dir=
    2428 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
    2429   if test -f $ac_dir/install-sh; then
    2430     ac_aux_dir=$ac_dir
    2431     ac_install_sh="$ac_aux_dir/install-sh -c"
    2432     break
    2433   elif test -f $ac_dir/install.sh; then
    2434     ac_aux_dir=$ac_dir
    2435     ac_install_sh="$ac_aux_dir/install.sh -c"
    2436     break
    2437   elif test -f $ac_dir/shtool; then
    2438     ac_aux_dir=$ac_dir
    2439     ac_install_sh="$ac_aux_dir/shtool install -c"
    2440     break
    2441   fi
    2442 done
    2443 if test -z "$ac_aux_dir"; then
    2444   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
    2445 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
    2446    { (exit 1); exit 1; }; }
    2447 fi
    2448 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
    2449 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
    2450 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
    24512753
    24522754# Find a good install program.  We prefer a C program (faster),
     
    24612763# AFS /usr/afsws/bin/install, which mishandles nonexistent args
    24622764# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
     2765# OS/2's system install, which has a completely different semantic
    24632766# ./install, which can be erroneously created by make from ./install.sh.
    24642767echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
     
    24772780  ./ | .// | /cC/* | \
    24782781  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
     2782  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
    24792783  /usr/ucb/* ) ;;
    24802784  *)
     
    24842788    for ac_prog in ginstall scoinst install; do
    24852789      for ac_exec_ext in '' $ac_executable_extensions; do
    2486         if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
    2487           if test $ac_prog = install &&
    2488             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
    2489             # AIX install.  It has an incompatible calling convention.
    2490             :
    2491           elif test $ac_prog = install &&
    2492             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
    2493             # program-specific install script used by HP pwplus--don't use.
    2494             :
    2495           else
    2496             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
    2497             break 3
    2498           fi
    2499         fi
     2790    if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
     2791      if test $ac_prog = install &&
     2792        grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
     2793        # AIX install.  It has an incompatible calling convention.
     2794        :
     2795      elif test $ac_prog = install &&
     2796        grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
     2797        # program-specific install script used by HP pwplus--don't use.
     2798        :
     2799      else
     2800        ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
     2801        break 3
     2802      fi
     2803    fi
    25002804      done
    25012805    done
     
    25932897  enable_fast_install=yes
    25942898fi;
    2595 # Make sure we can run config.sub.
    2596 $ac_config_sub sun4 >/dev/null 2>&1 ||
    2597   { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
    2598 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
    2599    { (exit 1); exit 1; }; }
    2600 
    2601 echo "$as_me:$LINENO: checking build system type" >&5
    2602 echo $ECHO_N "checking build system type... $ECHO_C" >&6
    2603 if test "${ac_cv_build+set}" = set; then
    2604   echo $ECHO_N "(cached) $ECHO_C" >&6
    2605 else
    2606   ac_cv_build_alias=$build_alias
    2607 test -z "$ac_cv_build_alias" &&
    2608   ac_cv_build_alias=`$ac_config_guess`
    2609 test -z "$ac_cv_build_alias" &&
    2610   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
    2611 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
    2612    { (exit 1); exit 1; }; }
    2613 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
    2614   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
    2615 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
    2616    { (exit 1); exit 1; }; }
    2617 
    2618 fi
    2619 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
    2620 echo "${ECHO_T}$ac_cv_build" >&6
    2621 build=$ac_cv_build
    2622 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
    2623 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
    2624 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
    2625 
    2626 
    2627 echo "$as_me:$LINENO: checking host system type" >&5
    2628 echo $ECHO_N "checking host system type... $ECHO_C" >&6
    2629 if test "${ac_cv_host+set}" = set; then
    2630   echo $ECHO_N "(cached) $ECHO_C" >&6
    2631 else
    2632   ac_cv_host_alias=$host_alias
    2633 test -z "$ac_cv_host_alias" &&
    2634   ac_cv_host_alias=$ac_cv_build_alias
    2635 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
    2636   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
    2637 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
    2638    { (exit 1); exit 1; }; }
    2639 
    2640 fi
    2641 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
    2642 echo "${ECHO_T}$ac_cv_host" >&6
    2643 host=$ac_cv_host
    2644 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
    2645 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
    2646 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
    2647 
    2648 
    26492899# Find the correct PATH separator.  Usually this is `:', but
    26502900# DJGPP uses `;' like DOS.
     
    32273477else
    32283478  cat >conftest.$ac_ext <<_ACEOF
    3229 #line $LINENO "configure"
    3230 #include "confdefs.h"
     3479/* confdefs.h.  */
     3480_ACEOF
     3481cat confdefs.h >>conftest.$ac_ext
     3482cat >>conftest.$ac_ext <<_ACEOF
     3483/* end confdefs.h.  */
    32313484#include <stdlib.h>
    32323485#include <stdarg.h>
     
    32343487#include <float.h>
    32353488
    3236 _ACEOF
    3237 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    3238   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
     3489int
     3490main ()
     3491{
     3492
     3493  ;
     3494  return 0;
     3495}
     3496_ACEOF
     3497rm -f conftest.$ac_objext
     3498if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     3499  (eval $ac_compile) 2>conftest.er1
    32393500  ac_status=$?
    32403501  grep -v '^ *+' conftest.er1 >conftest.err
     
    32423503  cat conftest.err >&5
    32433504  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3244   (exit $ac_status); } >/dev/null; then
    3245   if test -s conftest.err; then
    3246     ac_cpp_err=$ac_c_preproc_warn_flag
    3247   else
    3248     ac_cpp_err=
    3249   fi
    3250 else
    3251   ac_cpp_err=yes
    3252 fi
    3253 if test -z "$ac_cpp_err"; then
     3505  (exit $ac_status); } &&
     3506     { ac_try='test -z "$ac_c_werror_flag"
     3507             || test ! -s conftest.err'
     3508  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     3509  (eval $ac_try) 2>&5
     3510  ac_status=$?
     3511  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3512  (exit $ac_status); }; } &&
     3513     { ac_try='test -s conftest.$ac_objext'
     3514  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     3515  (eval $ac_try) 2>&5
     3516  ac_status=$?
     3517  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3518  (exit $ac_status); }; }; then
    32543519  ac_cv_header_stdc=yes
    32553520else
    32563521  echo "$as_me: failed program was:" >&5
    3257   cat conftest.$ac_ext >&5
    3258   ac_cv_header_stdc=no
    3259 fi
    3260 rm -f conftest.err conftest.$ac_ext
     3522sed 's/^/| /' conftest.$ac_ext >&5
     3523
     3524ac_cv_header_stdc=no
     3525fi
     3526rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    32613527
    32623528if test $ac_cv_header_stdc = yes; then
    32633529  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    32643530  cat >conftest.$ac_ext <<_ACEOF
    3265 #line $LINENO "configure"
    3266 #include "confdefs.h"
     3531/* confdefs.h.  */
     3532_ACEOF
     3533cat confdefs.h >>conftest.$ac_ext
     3534cat >>conftest.$ac_ext <<_ACEOF
     3535/* end confdefs.h.  */
    32673536#include <string.h>
    32683537
     
    32813550  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    32823551  cat >conftest.$ac_ext <<_ACEOF
    3283 #line $LINENO "configure"
    3284 #include "confdefs.h"
     3552/* confdefs.h.  */
     3553_ACEOF
     3554cat confdefs.h >>conftest.$ac_ext
     3555cat >>conftest.$ac_ext <<_ACEOF
     3556/* end confdefs.h.  */
    32853557#include <stdlib.h>
    32863558
     
    33023574else
    33033575  cat >conftest.$ac_ext <<_ACEOF
    3304 #line $LINENO "configure"
    3305 #include "confdefs.h"
     3576/* confdefs.h.  */
     3577_ACEOF
     3578cat confdefs.h >>conftest.$ac_ext
     3579cat >>conftest.$ac_ext <<_ACEOF
     3580/* end confdefs.h.  */
    33063581#include <ctype.h>
    33073582#if ((' ' & 0x0FF) == 0x020)
     
    33093584# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
    33103585#else
    3311 # define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \
    3312                      || ('j' <= (c) && (c) <= 'r') \
    3313                      || ('s' <= (c) && (c) <= 'z'))
     3586# define ISLOWER(c) \
     3587           (('a' <= (c) && (c) <= 'i') \
     3588             || ('j' <= (c) && (c) <= 'r') \
     3589             || ('s' <= (c) && (c) <= 'z'))
    33143590# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
    33153591#endif
     
    33223598  for (i = 0; i < 256; i++)
    33233599    if (XOR (islower (i), ISLOWER (i))
    3324         || toupper (i) != TOUPPER (i))
     3600    || toupper (i) != TOUPPER (i))
    33253601      exit(2);
    33263602  exit (0);
     
    33423618  echo "$as_me: program exited with status $ac_status" >&5
    33433619echo "$as_me: failed program was:" >&5
    3344 cat conftest.$ac_ext >&5
     3620sed 's/^/| /' conftest.$ac_ext >&5
     3621
    33453622( exit $ac_status )
    33463623ac_cv_header_stdc=no
    33473624fi
    3348 rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
     3625rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    33493626fi
    33503627fi
     
    33713648
    33723649for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
    3373                   inttypes.h stdint.h unistd.h
     3650          inttypes.h stdint.h unistd.h
    33743651do
    33753652as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
     
    33803657else
    33813658  cat >conftest.$ac_ext <<_ACEOF
    3382 #line $LINENO "configure"
    3383 #include "confdefs.h"
     3659/* confdefs.h.  */
     3660_ACEOF
     3661cat confdefs.h >>conftest.$ac_ext
     3662cat >>conftest.$ac_ext <<_ACEOF
     3663/* end confdefs.h.  */
    33843664$ac_includes_default
    33853665
     
    33883668rm -f conftest.$ac_objext
    33893669if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    3390   (eval $ac_compile) 2>&5
    3391   ac_status=$?
     3670  (eval $ac_compile) 2>conftest.er1
     3671  ac_status=$?
     3672  grep -v '^ *+' conftest.er1 >conftest.err
     3673  rm -f conftest.er1
     3674  cat conftest.err >&5
    33923675  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    33933676  (exit $ac_status); } &&
    3394          { ac_try='test -s conftest.$ac_objext'
     3677     { ac_try='test -z "$ac_c_werror_flag"
     3678             || test ! -s conftest.err'
    33953679  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    33963680  (eval $ac_try) 2>&5
    33973681  ac_status=$?
    33983682  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3683  (exit $ac_status); }; } &&
     3684     { ac_try='test -s conftest.$ac_objext'
     3685  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     3686  (eval $ac_try) 2>&5
     3687  ac_status=$?
     3688  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    33993689  (exit $ac_status); }; }; then
    34003690  eval "$as_ac_Header=yes"
    34013691else
    34023692  echo "$as_me: failed program was:" >&5
    3403 cat conftest.$ac_ext >&5
     3693sed 's/^/| /' conftest.$ac_ext >&5
     3694
    34043695eval "$as_ac_Header=no"
    34053696fi
    3406 rm -f conftest.$ac_objext conftest.$ac_ext
     3697rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    34073698fi
    34083699echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
     
    34353726echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
    34363727cat >conftest.$ac_ext <<_ACEOF
    3437 #line $LINENO "configure"
    3438 #include "confdefs.h"
     3728/* confdefs.h.  */
     3729_ACEOF
     3730cat confdefs.h >>conftest.$ac_ext
     3731cat >>conftest.$ac_ext <<_ACEOF
     3732/* end confdefs.h.  */
    34393733$ac_includes_default
    34403734#include <$ac_header>
     
    34423736rm -f conftest.$ac_objext
    34433737if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    3444   (eval $ac_compile) 2>&5
    3445   ac_status=$?
     3738  (eval $ac_compile) 2>conftest.er1
     3739  ac_status=$?
     3740  grep -v '^ *+' conftest.er1 >conftest.err
     3741  rm -f conftest.er1
     3742  cat conftest.err >&5
    34463743  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    34473744  (exit $ac_status); } &&
    3448          { ac_try='test -s conftest.$ac_objext'
     3745     { ac_try='test -z "$ac_c_werror_flag"
     3746             || test ! -s conftest.err'
    34493747  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    34503748  (eval $ac_try) 2>&5
    34513749  ac_status=$?
    34523750  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3751  (exit $ac_status); }; } &&
     3752     { ac_try='test -s conftest.$ac_objext'
     3753  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     3754  (eval $ac_try) 2>&5
     3755  ac_status=$?
     3756  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    34533757  (exit $ac_status); }; }; then
    34543758  ac_header_compiler=yes
    34553759else
    34563760  echo "$as_me: failed program was:" >&5
    3457 cat conftest.$ac_ext >&5
     3761sed 's/^/| /' conftest.$ac_ext >&5
     3762
    34583763ac_header_compiler=no
    34593764fi
    3460 rm -f conftest.$ac_objext conftest.$ac_ext
     3765rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    34613766echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    34623767echo "${ECHO_T}$ac_header_compiler" >&6
     
    34663771echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
    34673772cat >conftest.$ac_ext <<_ACEOF
    3468 #line $LINENO "configure"
    3469 #include "confdefs.h"
     3773/* confdefs.h.  */
     3774_ACEOF
     3775cat confdefs.h >>conftest.$ac_ext
     3776cat >>conftest.$ac_ext <<_ACEOF
     3777/* end confdefs.h.  */
    34703778#include <$ac_header>
    34713779_ACEOF
     
    34803788  if test -s conftest.err; then
    34813789    ac_cpp_err=$ac_c_preproc_warn_flag
     3790    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    34823791  else
    34833792    ac_cpp_err=
     
    34903799else
    34913800  echo "$as_me: failed program was:" >&5
    3492   cat conftest.$ac_ext >&5
     3801sed 's/^/| /' conftest.$ac_ext >&5
     3802
    34933803  ac_header_preproc=no
    34943804fi
     
    34983808
    34993809# So?  What about this header?
    3500 case $ac_header_compiler:$ac_header_preproc in
    3501   yes:no )
     3810case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
     3811  yes:no: )
    35023812    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    35033813echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    3504     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    3505 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
    3506   no:yes )
     3814    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     3815echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     3816    ac_header_preproc=yes
     3817    ;;
     3818  no:yes:* )
    35073819    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    35083820echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    3509     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
    3510 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
     3821    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     3822echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     3823    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     3824echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     3825    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     3826echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    35113827    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    3512 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
     3828echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     3829    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     3830echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     3831    (
     3832      cat <<\_ASBOX
     3833## ------------------------------- ##
     3834## Report this to the gdbm lists.  ##
     3835## ------------------------------- ##
     3836_ASBOX
     3837    ) |
     3838      sed "s/^/$as_me: WARNING:     /" >&2
     3839    ;;
    35133840esac
    35143841echo "$as_me:$LINENO: checking for $ac_header" >&5
     
    35173844  echo $ECHO_N "(cached) $ECHO_C" >&6
    35183845else
    3519   eval "$as_ac_Header=$ac_header_preproc"
     3846  eval "$as_ac_Header=\$ac_header_preproc"
    35203847fi
    35213848echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
     
    38514178*-*-irix6*)
    38524179  # Find out which ABI we are using.
    3853   echo '#line 3853 "configure"' > conftest.$ac_ext
     4180  echo '#line 4180 "configure"' > conftest.$ac_ext
    38544181  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    38554182  (eval $ac_compile) 2>&5
     
    38904217
    38914218     cat >conftest.$ac_ext <<_ACEOF
    3892 #line $LINENO "configure"
    3893 #include "confdefs.h"
     4219/* confdefs.h.  */
     4220_ACEOF
     4221cat confdefs.h >>conftest.$ac_ext
     4222cat >>conftest.$ac_ext <<_ACEOF
     4223/* end confdefs.h.  */
    38944224
    38954225int
     
    39034233rm -f conftest.$ac_objext conftest$ac_exeext
    39044234if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    3905   (eval $ac_link) 2>&5
    3906   ac_status=$?
     4235  (eval $ac_link) 2>conftest.er1
     4236  ac_status=$?
     4237  grep -v '^ *+' conftest.er1 >conftest.err
     4238  rm -f conftest.er1
     4239  cat conftest.err >&5
    39074240  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    39084241  (exit $ac_status); } &&
    3909          { ac_try='test -s conftest$ac_exeext'
     4242     { ac_try='test -z "$ac_c_werror_flag"
     4243             || test ! -s conftest.err'
    39104244  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    39114245  (eval $ac_try) 2>&5
    39124246  ac_status=$?
    39134247  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4248  (exit $ac_status); }; } &&
     4249     { ac_try='test -s conftest$ac_exeext'
     4250  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     4251  (eval $ac_try) 2>&5
     4252  ac_status=$?
     4253  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    39144254  (exit $ac_status); }; }; then
    39154255  lt_cv_cc_needs_belf=yes
    39164256else
    39174257  echo "$as_me: failed program was:" >&5
    3918 cat conftest.$ac_ext >&5
     4258sed 's/^/| /' conftest.$ac_ext >&5
     4259
    39194260lt_cv_cc_needs_belf=no
    39204261fi
    3921 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
     4262rm -f conftest.err conftest.$ac_objext \
     4263      conftest$ac_exeext conftest.$ac_ext
    39224264     ac_ext=c
    39234265ac_cpp='$CPP $CPPFLAGS'
     
    42244566    CFLAGS="$CFLAGS $lt_cv_prog_cc_pic -DPIC"
    42254567    cat >conftest.$ac_ext <<_ACEOF
    4226 #line $LINENO "configure"
    4227 #include "confdefs.h"
     4568/* confdefs.h.  */
     4569_ACEOF
     4570cat confdefs.h >>conftest.$ac_ext
     4571cat >>conftest.$ac_ext <<_ACEOF
     4572/* end confdefs.h.  */
    42284573
    42294574int
     
    42374582rm -f conftest.$ac_objext
    42384583if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4239   (eval $ac_compile) 2>&5
    4240   ac_status=$?
     4584  (eval $ac_compile) 2>conftest.er1
     4585  ac_status=$?
     4586  grep -v '^ *+' conftest.er1 >conftest.err
     4587  rm -f conftest.er1
     4588  cat conftest.err >&5
    42414589  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    42424590  (exit $ac_status); } &&
    4243          { ac_try='test -s conftest.$ac_objext'
     4591     { ac_try='test -z "$ac_c_werror_flag"
     4592             || test ! -s conftest.err'
     4593  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     4594  (eval $ac_try) 2>&5
     4595  ac_status=$?
     4596  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4597  (exit $ac_status); }; } &&
     4598     { ac_try='test -s conftest.$ac_objext'
    42444599  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    42454600  (eval $ac_try) 2>&5
     
    42654620else
    42664621  echo "$as_me: failed program was:" >&5
    4267 cat conftest.$ac_ext >&5
     4622sed 's/^/| /' conftest.$ac_ext >&5
     4623
    42684624      lt_cv_prog_cc_pic_works=no
    42694625
    42704626fi
    4271 rm -f conftest.$ac_objext conftest.$ac_ext
     4627rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    42724628    CFLAGS="$save_CFLAGS"
    42734629
     
    43114667  LDFLAGS="$LDFLAGS $lt_cv_prog_cc_static"
    43124668  cat >conftest.$ac_ext <<_ACEOF
    4313 #line $LINENO "configure"
    4314 #include "confdefs.h"
     4669/* confdefs.h.  */
     4670_ACEOF
     4671cat confdefs.h >>conftest.$ac_ext
     4672cat >>conftest.$ac_ext <<_ACEOF
     4673/* end confdefs.h.  */
    43154674
    43164675int
     
    43244683rm -f conftest.$ac_objext conftest$ac_exeext
    43254684if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    4326   (eval $ac_link) 2>&5
    4327   ac_status=$?
     4685  (eval $ac_link) 2>conftest.er1
     4686  ac_status=$?
     4687  grep -v '^ *+' conftest.er1 >conftest.err
     4688  rm -f conftest.er1
     4689  cat conftest.err >&5
    43284690  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43294691  (exit $ac_status); } &&
    4330          { ac_try='test -s conftest$ac_exeext'
     4692     { ac_try='test -z "$ac_c_werror_flag"
     4693             || test ! -s conftest.err'
    43314694  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    43324695  (eval $ac_try) 2>&5
    43334696  ac_status=$?
    43344697  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4698  (exit $ac_status); }; } &&
     4699     { ac_try='test -s conftest$ac_exeext'
     4700  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     4701  (eval $ac_try) 2>&5
     4702  ac_status=$?
     4703  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43354704  (exit $ac_status); }; }; then
    43364705  lt_cv_prog_cc_static_works=yes
    43374706else
    43384707  echo "$as_me: failed program was:" >&5
    4339 cat conftest.$ac_ext >&5
    4340 fi
    4341 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
     4708sed 's/^/| /' conftest.$ac_ext >&5
     4709
     4710fi
     4711rm -f conftest.err conftest.$ac_objext \
     4712      conftest$ac_exeext conftest.$ac_ext
    43424713  LDFLAGS="$save_LDFLAGS"
    43434714
     
    43834754CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
    43844755compiler_c_o=no
    4385 if { (eval echo configure:4385: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
     4756if { (eval echo configure:4756: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
    43864757  # The compiler can only warn and ignore the option if not recognized
    43874758  # So say no if there are warnings
     
    44244795  ac_objext=lo
    44254796  cat >conftest.$ac_ext <<_ACEOF
    4426 #line $LINENO "configure"
    4427 #include "confdefs.h"
     4797/* confdefs.h.  */
     4798_ACEOF
     4799cat confdefs.h >>conftest.$ac_ext
     4800cat >>conftest.$ac_ext <<_ACEOF
     4801/* end confdefs.h.  */
    44284802
    44294803int
     
    44374811rm -f conftest.$ac_objext
    44384812if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4439   (eval $ac_compile) 2>&5
    4440   ac_status=$?
     4813  (eval $ac_compile) 2>conftest.er1
     4814  ac_status=$?
     4815  grep -v '^ *+' conftest.er1 >conftest.err
     4816  rm -f conftest.er1
     4817  cat conftest.err >&5
    44414818  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    44424819  (exit $ac_status); } &&
    4443          { ac_try='test -s conftest.$ac_objext'
     4820     { ac_try='test -z "$ac_c_werror_flag"
     4821             || test ! -s conftest.err'
     4822  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     4823  (eval $ac_try) 2>&5
     4824  ac_status=$?
     4825  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4826  (exit $ac_status); }; } &&
     4827     { ac_try='test -s conftest.$ac_objext'
    44444828  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    44454829  (eval $ac_try) 2>&5
     
    44574841else
    44584842  echo "$as_me: failed program was:" >&5
    4459 cat conftest.$ac_ext >&5
    4460 fi
    4461 rm -f conftest.$ac_objext conftest.$ac_ext
     4843sed 's/^/| /' conftest.$ac_ext >&5
     4844
     4845fi
     4846rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    44624847  ac_objext="$save_objext"
    44634848  CFLAGS="$save_CFLAGS"
     
    45124897  compiler_rtti_exceptions=no
    45134898  cat >conftest.$ac_ext <<_ACEOF
    4514 #line $LINENO "configure"
    4515 #include "confdefs.h"
     4899/* confdefs.h.  */
     4900_ACEOF
     4901cat confdefs.h >>conftest.$ac_ext
     4902cat >>conftest.$ac_ext <<_ACEOF
     4903/* end confdefs.h.  */
    45164904
    45174905int
     
    45254913rm -f conftest.$ac_objext
    45264914if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4527   (eval $ac_compile) 2>&5
    4528   ac_status=$?
     4915  (eval $ac_compile) 2>conftest.er1
     4916  ac_status=$?
     4917  grep -v '^ *+' conftest.er1 >conftest.err
     4918  rm -f conftest.er1
     4919  cat conftest.err >&5
    45294920  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    45304921  (exit $ac_status); } &&
    4531          { ac_try='test -s conftest.$ac_objext'
     4922     { ac_try='test -z "$ac_c_werror_flag"
     4923             || test ! -s conftest.err'
     4924  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     4925  (eval $ac_try) 2>&5
     4926  ac_status=$?
     4927  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4928  (exit $ac_status); }; } &&
     4929     { ac_try='test -s conftest.$ac_objext'
    45324930  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    45334931  (eval $ac_try) 2>&5
     
    45454943else
    45464944  echo "$as_me: failed program was:" >&5
    4547 cat conftest.$ac_ext >&5
    4548 fi
    4549 rm -f conftest.$ac_objext conftest.$ac_ext
     4945sed 's/^/| /' conftest.$ac_ext >&5
     4946
     4947fi
     4948rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    45504949  CFLAGS="$save_CFLAGS"
    45514950  echo "$as_me:$LINENO: result: $compiler_rtti_exceptions" >&5
     
    57956194else
    57966195  cat >conftest.$ac_ext <<_ACEOF
    5797 #line $LINENO "configure"
    5798 #include "confdefs.h"
     6196/* confdefs.h.  */
     6197_ACEOF
     6198cat confdefs.h >>conftest.$ac_ext
     6199cat >>conftest.$ac_ext <<_ACEOF
     6200/* end confdefs.h.  */
     6201/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
     6202   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
     6203#define shl_load innocuous_shl_load
     6204
    57996205/* System header to define __stub macros and hopefully few prototypes,
    5800     which can conflict with char shl_load (); below.  */
    5801 #include <assert.h>
     6206    which can conflict with char shl_load (); below.
     6207    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
     6208    <limits.h> exists even on freestanding compilers.  */
     6209
     6210#ifdef __STDC__
     6211# include <limits.h>
     6212#else
     6213# include <assert.h>
     6214#endif
     6215
     6216#undef shl_load
     6217
    58026218/* Override any gcc2 internal prototype to avoid an error.  */
    58036219#ifdef __cplusplus
    58046220extern "C"
     6221{
    58056222#endif
    58066223/* We use char because int might match the return type of a gcc2
    58076224   builtin and then its argument prototype would still apply.  */
    58086225char shl_load ();
    5809 char (*f) ();
    5810 
    5811 int
    5812 main ()
    5813 {
    58146226/* The GNU C library defines this for functions which it implements
    58156227    to always fail with ENOSYS.  Some functions are actually named
     
    58186230choke me
    58196231#else
    5820 f = shl_load;
     6232char (*f) () = shl_load;
    58216233#endif
    5822 
     6234#ifdef __cplusplus
     6235}
     6236#endif
     6237
     6238int
     6239main ()
     6240{
     6241return f != shl_load;
    58236242  ;
    58246243  return 0;
     
    58276246rm -f conftest.$ac_objext conftest$ac_exeext
    58286247if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    5829   (eval $ac_link) 2>&5
    5830   ac_status=$?
     6248  (eval $ac_link) 2>conftest.er1
     6249  ac_status=$?
     6250  grep -v '^ *+' conftest.er1 >conftest.err
     6251  rm -f conftest.er1
     6252  cat conftest.err >&5
    58316253  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    58326254  (exit $ac_status); } &&
    5833          { ac_try='test -s conftest$ac_exeext'
     6255     { ac_try='test -z "$ac_c_werror_flag"
     6256             || test ! -s conftest.err'
    58346257  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    58356258  (eval $ac_try) 2>&5
    58366259  ac_status=$?
    58376260  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6261  (exit $ac_status); }; } &&
     6262     { ac_try='test -s conftest$ac_exeext'
     6263  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     6264  (eval $ac_try) 2>&5
     6265  ac_status=$?
     6266  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    58386267  (exit $ac_status); }; }; then
    58396268  ac_cv_func_shl_load=yes
    58406269else
    58416270  echo "$as_me: failed program was:" >&5
    5842 cat conftest.$ac_ext >&5
     6271sed 's/^/| /' conftest.$ac_ext >&5
     6272
    58436273ac_cv_func_shl_load=no
    58446274fi
    5845 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
     6275rm -f conftest.err conftest.$ac_objext \
     6276      conftest$ac_exeext conftest.$ac_ext
    58466277fi
    58476278echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
     
    58586289LIBS="-ldld  $LIBS"
    58596290cat >conftest.$ac_ext <<_ACEOF
    5860 #line $LINENO "configure"
    5861 #include "confdefs.h"
     6291/* confdefs.h.  */
     6292_ACEOF
     6293cat confdefs.h >>conftest.$ac_ext
     6294cat >>conftest.$ac_ext <<_ACEOF
     6295/* end confdefs.h.  */
    58626296
    58636297/* Override any gcc2 internal prototype to avoid an error.  */
     
    58786312rm -f conftest.$ac_objext conftest$ac_exeext
    58796313if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    5880   (eval $ac_link) 2>&5
    5881   ac_status=$?
     6314  (eval $ac_link) 2>conftest.er1
     6315  ac_status=$?
     6316  grep -v '^ *+' conftest.er1 >conftest.err
     6317  rm -f conftest.er1
     6318  cat conftest.err >&5
    58826319  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    58836320  (exit $ac_status); } &&
    5884          { ac_try='test -s conftest$ac_exeext'
     6321     { ac_try='test -z "$ac_c_werror_flag"
     6322             || test ! -s conftest.err'
    58856323  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    58866324  (eval $ac_try) 2>&5
    58876325  ac_status=$?
    58886326  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6327  (exit $ac_status); }; } &&
     6328     { ac_try='test -s conftest$ac_exeext'
     6329  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     6330  (eval $ac_try) 2>&5
     6331  ac_status=$?
     6332  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    58896333  (exit $ac_status); }; }; then
    58906334  ac_cv_lib_dld_shl_load=yes
    58916335else
    58926336  echo "$as_me: failed program was:" >&5
    5893 cat conftest.$ac_ext >&5
     6337sed 's/^/| /' conftest.$ac_ext >&5
     6338
    58946339ac_cv_lib_dld_shl_load=no
    58956340fi
    5896 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
     6341rm -f conftest.err conftest.$ac_objext \
     6342      conftest$ac_exeext conftest.$ac_ext
    58976343LIBS=$ac_check_lib_save_LIBS
    58986344fi
     
    59086354else
    59096355  cat >conftest.$ac_ext <<_ACEOF
    5910 #line $LINENO "configure"
    5911 #include "confdefs.h"
     6356/* confdefs.h.  */
     6357_ACEOF
     6358cat confdefs.h >>conftest.$ac_ext
     6359cat >>conftest.$ac_ext <<_ACEOF
     6360/* end confdefs.h.  */
     6361/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
     6362   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
     6363#define dlopen innocuous_dlopen
     6364
    59126365/* System header to define __stub macros and hopefully few prototypes,
    5913     which can conflict with char dlopen (); below.  */
    5914 #include <assert.h>
     6366    which can conflict with char dlopen (); below.
     6367    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
     6368    <limits.h> exists even on freestanding compilers.  */
     6369
     6370#ifdef __STDC__
     6371# include <limits.h>
     6372#else
     6373# include <assert.h>
     6374#endif
     6375
     6376#undef dlopen
     6377
    59156378/* Override any gcc2 internal prototype to avoid an error.  */
    59166379#ifdef __cplusplus
    59176380extern "C"
     6381{
    59186382#endif
    59196383/* We use char because int might match the return type of a gcc2
    59206384   builtin and then its argument prototype would still apply.  */
    59216385char dlopen ();
    5922 char (*f) ();
    5923 
    5924 int
    5925 main ()
    5926 {
    59276386/* The GNU C library defines this for functions which it implements
    59286387    to always fail with ENOSYS.  Some functions are actually named
     
    59316390choke me
    59326391#else
    5933 f = dlopen;
     6392char (*f) () = dlopen;
    59346393#endif
    5935 
     6394#ifdef __cplusplus
     6395}
     6396#endif
     6397
     6398int
     6399main ()
     6400{
     6401return f != dlopen;
    59366402  ;
    59376403  return 0;
     
    59406406rm -f conftest.$ac_objext conftest$ac_exeext
    59416407if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    5942   (eval $ac_link) 2>&5
    5943   ac_status=$?
     6408  (eval $ac_link) 2>conftest.er1
     6409  ac_status=$?
     6410  grep -v '^ *+' conftest.er1 >conftest.err
     6411  rm -f conftest.er1
     6412  cat conftest.err >&5
    59446413  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    59456414  (exit $ac_status); } &&
    5946          { ac_try='test -s conftest$ac_exeext'
     6415     { ac_try='test -z "$ac_c_werror_flag"
     6416             || test ! -s conftest.err'
    59476417  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    59486418  (eval $ac_try) 2>&5
    59496419  ac_status=$?
    59506420  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6421  (exit $ac_status); }; } &&
     6422     { ac_try='test -s conftest$ac_exeext'
     6423  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     6424  (eval $ac_try) 2>&5
     6425  ac_status=$?
     6426  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    59516427  (exit $ac_status); }; }; then
    59526428  ac_cv_func_dlopen=yes
    59536429else
    59546430  echo "$as_me: failed program was:" >&5
    5955 cat conftest.$ac_ext >&5
     6431sed 's/^/| /' conftest.$ac_ext >&5
     6432
    59566433ac_cv_func_dlopen=no
    59576434fi
    5958 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
     6435rm -f conftest.err conftest.$ac_objext \
     6436      conftest$ac_exeext conftest.$ac_ext
    59596437fi
    59606438echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
     
    59716449LIBS="-ldl  $LIBS"
    59726450cat >conftest.$ac_ext <<_ACEOF
    5973 #line $LINENO "configure"
    5974 #include "confdefs.h"
     6451/* confdefs.h.  */
     6452_ACEOF
     6453cat confdefs.h >>conftest.$ac_ext
     6454cat >>conftest.$ac_ext <<_ACEOF
     6455/* end confdefs.h.  */
    59756456
    59766457/* Override any gcc2 internal prototype to avoid an error.  */
     
    59916472rm -f conftest.$ac_objext conftest$ac_exeext
    59926473if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    5993   (eval $ac_link) 2>&5
    5994   ac_status=$?
     6474  (eval $ac_link) 2>conftest.er1
     6475  ac_status=$?
     6476  grep -v '^ *+' conftest.er1 >conftest.err
     6477  rm -f conftest.er1
     6478  cat conftest.err >&5
    59956479  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    59966480  (exit $ac_status); } &&
    5997          { ac_try='test -s conftest$ac_exeext'
     6481     { ac_try='test -z "$ac_c_werror_flag"
     6482             || test ! -s conftest.err'
    59986483  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    59996484  (eval $ac_try) 2>&5
    60006485  ac_status=$?
    60016486  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6487  (exit $ac_status); }; } &&
     6488     { ac_try='test -s conftest$ac_exeext'
     6489  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     6490  (eval $ac_try) 2>&5
     6491  ac_status=$?
     6492  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    60026493  (exit $ac_status); }; }; then
    60036494  ac_cv_lib_dl_dlopen=yes
    60046495else
    60056496  echo "$as_me: failed program was:" >&5
    6006 cat conftest.$ac_ext >&5
     6497sed 's/^/| /' conftest.$ac_ext >&5
     6498
    60076499ac_cv_lib_dl_dlopen=no
    60086500fi
    6009 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
     6501rm -f conftest.err conftest.$ac_objext \
     6502      conftest$ac_exeext conftest.$ac_ext
    60106503LIBS=$ac_check_lib_save_LIBS
    60116504fi
     
    60236516LIBS="-lsvld  $LIBS"
    60246517cat >conftest.$ac_ext <<_ACEOF
    6025 #line $LINENO "configure"
    6026 #include "confdefs.h"
     6518/* confdefs.h.  */
     6519_ACEOF
     6520cat confdefs.h >>conftest.$ac_ext
     6521cat >>conftest.$ac_ext <<_ACEOF
     6522/* end confdefs.h.  */
    60276523
    60286524/* Override any gcc2 internal prototype to avoid an error.  */
     
    60436539rm -f conftest.$ac_objext conftest$ac_exeext
    60446540if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6045   (eval $ac_link) 2>&5
    6046   ac_status=$?
     6541  (eval $ac_link) 2>conftest.er1
     6542  ac_status=$?
     6543  grep -v '^ *+' conftest.er1 >conftest.err
     6544  rm -f conftest.er1
     6545  cat conftest.err >&5
    60476546  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    60486547  (exit $ac_status); } &&
    6049          { ac_try='test -s conftest$ac_exeext'
     6548     { ac_try='test -z "$ac_c_werror_flag"
     6549             || test ! -s conftest.err'
    60506550  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    60516551  (eval $ac_try) 2>&5
    60526552  ac_status=$?
    60536553  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6554  (exit $ac_status); }; } &&
     6555     { ac_try='test -s conftest$ac_exeext'
     6556  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     6557  (eval $ac_try) 2>&5
     6558  ac_status=$?
     6559  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    60546560  (exit $ac_status); }; }; then
    60556561  ac_cv_lib_svld_dlopen=yes
    60566562else
    60576563  echo "$as_me: failed program was:" >&5
    6058 cat conftest.$ac_ext >&5
     6564sed 's/^/| /' conftest.$ac_ext >&5
     6565
    60596566ac_cv_lib_svld_dlopen=no
    60606567fi
    6061 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
     6568rm -f conftest.err conftest.$ac_objext \
     6569      conftest$ac_exeext conftest.$ac_ext
    60626570LIBS=$ac_check_lib_save_LIBS
    60636571fi
     
    60756583LIBS="-ldld  $LIBS"
    60766584cat >conftest.$ac_ext <<_ACEOF
    6077 #line $LINENO "configure"
    6078 #include "confdefs.h"
     6585/* confdefs.h.  */
     6586_ACEOF
     6587cat confdefs.h >>conftest.$ac_ext
     6588cat >>conftest.$ac_ext <<_ACEOF
     6589/* end confdefs.h.  */
    60796590
    60806591/* Override any gcc2 internal prototype to avoid an error.  */
     
    60956606rm -f conftest.$ac_objext conftest$ac_exeext
    60966607if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6097   (eval $ac_link) 2>&5
    6098   ac_status=$?
     6608  (eval $ac_link) 2>conftest.er1
     6609  ac_status=$?
     6610  grep -v '^ *+' conftest.er1 >conftest.err
     6611  rm -f conftest.er1
     6612  cat conftest.err >&5
    60996613  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    61006614  (exit $ac_status); } &&
    6101          { ac_try='test -s conftest$ac_exeext'
     6615     { ac_try='test -z "$ac_c_werror_flag"
     6616             || test ! -s conftest.err'
    61026617  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    61036618  (eval $ac_try) 2>&5
    61046619  ac_status=$?
    61056620  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6621  (exit $ac_status); }; } &&
     6622     { ac_try='test -s conftest$ac_exeext'
     6623  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     6624  (eval $ac_try) 2>&5
     6625  ac_status=$?
     6626  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    61066627  (exit $ac_status); }; }; then
    61076628  ac_cv_lib_dld_dld_link=yes
    61086629else
    61096630  echo "$as_me: failed program was:" >&5
    6110 cat conftest.$ac_ext >&5
     6631sed 's/^/| /' conftest.$ac_ext >&5
     6632
    61116633ac_cv_lib_dld_dld_link=no
    61126634fi
    6113 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
     6635rm -f conftest.err conftest.$ac_objext \
     6636      conftest$ac_exeext conftest.$ac_ext
    61146637LIBS=$ac_check_lib_save_LIBS
    61156638fi
     
    61666689  lt_status=$lt_dlunknown
    61676690  cat > conftest.$ac_ext <<EOF
    6168 #line 6168 "configure"
     6691#line 6691 "configure"
    61696692#include "confdefs.h"
    61706693
     
    62646787  lt_status=$lt_dlunknown
    62656788  cat > conftest.$ac_ext <<EOF
    6266 #line 6266 "configure"
     6789#line 6789 "configure"
    62676790#include "confdefs.h"
    62686791
     
    69967519
    69977520
     7521
     7522echo "$as_me:$LINENO: checking to see if architecture is 64-bit" >&5
     7523echo $ECHO_N "checking to see if architecture is 64-bit... $ECHO_C" >&6
     7524arch_64bit=no
     7525case "$host_cpu" in
     7526x86_64) arch_64bit=yes ;;
     7527esac
     7528
     7529if test "$arch_64bit" = yes; then
     7530  echo "$as_me:$LINENO: result: yes" >&5
     7531echo "${ECHO_T}yes" >&6
     7532  if test -z "$COMPAT32BITFLAGS" ; then
     7533    COMPAT32BITFLAGS="-m32"
     7534  fi
     7535else
     7536  echo "$as_me:$LINENO: result: no" >&5
     7537echo "${ECHO_T}no" >&6
     7538  if test -z "$COMPAT32BITFLAGS" ; then
     7539    COMPAT32BITFLAGS=
     7540  fi
     7541fi
     7542export COMPAT32BITFLAGS
     7543
     7544
     7545
    69987546echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
    69997547echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
     
    70027550else
    70037551  cat >conftest.$ac_ext <<_ACEOF
    7004 #line $LINENO "configure"
    7005 #include "confdefs.h"
     7552/* confdefs.h.  */
     7553_ACEOF
     7554cat confdefs.h >>conftest.$ac_ext
     7555cat >>conftest.$ac_ext <<_ACEOF
     7556/* end confdefs.h.  */
    70067557
    70077558int
     
    70617612rm -f conftest.$ac_objext
    70627613if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    7063   (eval $ac_compile) 2>&5
    7064   ac_status=$?
     7614  (eval $ac_compile) 2>conftest.er1
     7615  ac_status=$?
     7616  grep -v '^ *+' conftest.er1 >conftest.err
     7617  rm -f conftest.er1
     7618  cat conftest.err >&5
    70657619  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    70667620  (exit $ac_status); } &&
    7067          { ac_try='test -s conftest.$ac_objext'
     7621     { ac_try='test -z "$ac_c_werror_flag"
     7622             || test ! -s conftest.err'
    70687623  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    70697624  (eval $ac_try) 2>&5
    70707625  ac_status=$?
    70717626  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7627  (exit $ac_status); }; } &&
     7628     { ac_try='test -s conftest.$ac_objext'
     7629  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     7630  (eval $ac_try) 2>&5
     7631  ac_status=$?
     7632  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    70727633  (exit $ac_status); }; }; then
    70737634  ac_cv_c_const=yes
    70747635else
    70757636  echo "$as_me: failed program was:" >&5
    7076 cat conftest.$ac_ext >&5
     7637sed 's/^/| /' conftest.$ac_ext >&5
     7638
    70777639ac_cv_c_const=no
    70787640fi
    7079 rm -f conftest.$ac_objext conftest.$ac_ext
     7641rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    70807642fi
    70817643echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
     
    71127674echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
    71137675cat >conftest.$ac_ext <<_ACEOF
    7114 #line $LINENO "configure"
    7115 #include "confdefs.h"
     7676/* confdefs.h.  */
     7677_ACEOF
     7678cat confdefs.h >>conftest.$ac_ext
     7679cat >>conftest.$ac_ext <<_ACEOF
     7680/* end confdefs.h.  */
    71167681$ac_includes_default
    71177682#include <$ac_header>
     
    71197684rm -f conftest.$ac_objext
    71207685if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    7121   (eval $ac_compile) 2>&5
    7122   ac_status=$?
     7686  (eval $ac_compile) 2>conftest.er1
     7687  ac_status=$?
     7688  grep -v '^ *+' conftest.er1 >conftest.err
     7689  rm -f conftest.er1
     7690  cat conftest.err >&5
    71237691  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    71247692  (exit $ac_status); } &&
    7125          { ac_try='test -s conftest.$ac_objext'
     7693     { ac_try='test -z "$ac_c_werror_flag"
     7694             || test ! -s conftest.err'
    71267695  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    71277696  (eval $ac_try) 2>&5
    71287697  ac_status=$?
    71297698  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7699  (exit $ac_status); }; } &&
     7700     { ac_try='test -s conftest.$ac_objext'
     7701  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     7702  (eval $ac_try) 2>&5
     7703  ac_status=$?
     7704  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    71307705  (exit $ac_status); }; }; then
    71317706  ac_header_compiler=yes
    71327707else
    71337708  echo "$as_me: failed program was:" >&5
    7134 cat conftest.$ac_ext >&5
     7709sed 's/^/| /' conftest.$ac_ext >&5
     7710
    71357711ac_header_compiler=no
    71367712fi
    7137 rm -f conftest.$ac_objext conftest.$ac_ext
     7713rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    71387714echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    71397715echo "${ECHO_T}$ac_header_compiler" >&6
     
    71437719echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
    71447720cat >conftest.$ac_ext <<_ACEOF
    7145 #line $LINENO "configure"
    7146 #include "confdefs.h"
     7721/* confdefs.h.  */
     7722_ACEOF
     7723cat confdefs.h >>conftest.$ac_ext
     7724cat >>conftest.$ac_ext <<_ACEOF
     7725/* end confdefs.h.  */
    71477726#include <$ac_header>
    71487727_ACEOF
     
    71577736  if test -s conftest.err; then
    71587737    ac_cpp_err=$ac_c_preproc_warn_flag
     7738    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    71597739  else
    71607740    ac_cpp_err=
     
    71677747else
    71687748  echo "$as_me: failed program was:" >&5
    7169   cat conftest.$ac_ext >&5
     7749sed 's/^/| /' conftest.$ac_ext >&5
     7750
    71707751  ac_header_preproc=no
    71717752fi
     
    71757756
    71767757# So?  What about this header?
    7177 case $ac_header_compiler:$ac_header_preproc in
    7178   yes:no )
     7758case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
     7759  yes:no: )
    71797760    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    71807761echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    7181     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    7182 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
    7183   no:yes )
     7762    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     7763echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     7764    ac_header_preproc=yes
     7765    ;;
     7766  no:yes:* )
    71847767    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    71857768echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    7186     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
    7187 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
     7769    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     7770echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     7771    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     7772echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     7773    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     7774echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    71887775    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    7189 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
     7776echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     7777    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     7778echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     7779    (
     7780      cat <<\_ASBOX
     7781## ------------------------------- ##
     7782## Report this to the gdbm lists.  ##
     7783## ------------------------------- ##
     7784_ASBOX
     7785    ) |
     7786      sed "s/^/$as_me: WARNING:     /" >&2
     7787    ;;
    71907788esac
    71917789echo "$as_me:$LINENO: checking for $ac_header" >&5
     
    71947792  echo $ECHO_N "(cached) $ECHO_C" >&6
    71957793else
    7196   eval "$as_ac_Header=$ac_header_preproc"
     7794  eval "$as_ac_Header=\$ac_header_preproc"
    71977795fi
    71987796echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
     
    72187816LIBS="-ldbm  $LIBS"
    72197817cat >conftest.$ac_ext <<_ACEOF
    7220 #line $LINENO "configure"
    7221 #include "confdefs.h"
     7818/* confdefs.h.  */
     7819_ACEOF
     7820cat confdefs.h >>conftest.$ac_ext
     7821cat >>conftest.$ac_ext <<_ACEOF
     7822/* end confdefs.h.  */
    72227823
    72237824
     
    72327833rm -f conftest.$ac_objext conftest$ac_exeext
    72337834if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    7234   (eval $ac_link) 2>&5
    7235   ac_status=$?
     7835  (eval $ac_link) 2>conftest.er1
     7836  ac_status=$?
     7837  grep -v '^ *+' conftest.er1 >conftest.err
     7838  rm -f conftest.er1
     7839  cat conftest.err >&5
    72367840  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    72377841  (exit $ac_status); } &&
    7238          { ac_try='test -s conftest$ac_exeext'
     7842     { ac_try='test -z "$ac_c_werror_flag"
     7843             || test ! -s conftest.err'
    72397844  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    72407845  (eval $ac_try) 2>&5
    72417846  ac_status=$?
    72427847  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7848  (exit $ac_status); }; } &&
     7849     { ac_try='test -s conftest$ac_exeext'
     7850  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     7851  (eval $ac_try) 2>&5
     7852  ac_status=$?
     7853  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    72437854  (exit $ac_status); }; }; then
    72447855  ac_cv_lib_dbm_main=yes
    72457856else
    72467857  echo "$as_me: failed program was:" >&5
    7247 cat conftest.$ac_ext >&5
     7858sed 's/^/| /' conftest.$ac_ext >&5
     7859
    72487860ac_cv_lib_dbm_main=no
    72497861fi
    7250 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
     7862rm -f conftest.err conftest.$ac_objext \
     7863      conftest$ac_exeext conftest.$ac_ext
    72517864LIBS=$ac_check_lib_save_LIBS
    72527865fi
     
    72717884LIBS="-lndbm  $LIBS"
    72727885cat >conftest.$ac_ext <<_ACEOF
    7273 #line $LINENO "configure"
    7274 #include "confdefs.h"
     7886/* confdefs.h.  */
     7887_ACEOF
     7888cat confdefs.h >>conftest.$ac_ext
     7889cat >>conftest.$ac_ext <<_ACEOF
     7890/* end confdefs.h.  */
    72757891
    72767892
     
    72857901rm -f conftest.$ac_objext conftest$ac_exeext
    72867902if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    7287   (eval $ac_link) 2>&5
    7288   ac_status=$?
     7903  (eval $ac_link) 2>conftest.er1
     7904  ac_status=$?
     7905  grep -v '^ *+' conftest.er1 >conftest.err
     7906  rm -f conftest.er1
     7907  cat conftest.err >&5
    72897908  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    72907909  (exit $ac_status); } &&
    7291          { ac_try='test -s conftest$ac_exeext'
     7910     { ac_try='test -z "$ac_c_werror_flag"
     7911             || test ! -s conftest.err'
    72927912  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    72937913  (eval $ac_try) 2>&5
    72947914  ac_status=$?
    72957915  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7916  (exit $ac_status); }; } &&
     7917     { ac_try='test -s conftest$ac_exeext'
     7918  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     7919  (eval $ac_try) 2>&5
     7920  ac_status=$?
     7921  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    72967922  (exit $ac_status); }; }; then
    72977923  ac_cv_lib_ndbm_main=yes
    72987924else
    72997925  echo "$as_me: failed program was:" >&5
    7300 cat conftest.$ac_ext >&5
     7926sed 's/^/| /' conftest.$ac_ext >&5
     7927
    73017928ac_cv_lib_ndbm_main=no
    73027929fi
    7303 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
     7930rm -f conftest.err conftest.$ac_objext \
     7931      conftest$ac_exeext conftest.$ac_ext
    73047932LIBS=$ac_check_lib_save_LIBS
    73057933fi
     
    73297957else
    73307958  cat >conftest.$ac_ext <<_ACEOF
    7331 #line $LINENO "configure"
    7332 #include "confdefs.h"
     7959/* confdefs.h.  */
     7960_ACEOF
     7961cat confdefs.h >>conftest.$ac_ext
     7962cat >>conftest.$ac_ext <<_ACEOF
     7963/* end confdefs.h.  */
     7964/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
     7965   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
     7966#define $ac_func innocuous_$ac_func
     7967
    73337968/* System header to define __stub macros and hopefully few prototypes,
    7334     which can conflict with char $ac_func (); below.  */
    7335 #include <assert.h>
     7969    which can conflict with char $ac_func (); below.
     7970    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
     7971    <limits.h> exists even on freestanding compilers.  */
     7972
     7973#ifdef __STDC__
     7974# include <limits.h>
     7975#else
     7976# include <assert.h>
     7977#endif
     7978
     7979#undef $ac_func
     7980
    73367981/* Override any gcc2 internal prototype to avoid an error.  */
    73377982#ifdef __cplusplus
    73387983extern "C"
     7984{
    73397985#endif
    73407986/* We use char because int might match the return type of a gcc2
    73417987   builtin and then its argument prototype would still apply.  */
    73427988char $ac_func ();
    7343 char (*f) ();
    7344 
    7345 int
    7346 main ()
    7347 {
    73487989/* The GNU C library defines this for functions which it implements
    73497990    to always fail with ENOSYS.  Some functions are actually named
     
    73527993choke me
    73537994#else
    7354 f = $ac_func;
     7995char (*f) () = $ac_func;
    73557996#endif
    7356 
     7997#ifdef __cplusplus
     7998}
     7999#endif
     8000
     8001int
     8002main ()
     8003{
     8004return f != $ac_func;
    73578005  ;
    73588006  return 0;
     
    73618009rm -f conftest.$ac_objext conftest$ac_exeext
    73628010if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    7363   (eval $ac_link) 2>&5
    7364   ac_status=$?
     8011  (eval $ac_link) 2>conftest.er1
     8012  ac_status=$?
     8013  grep -v '^ *+' conftest.er1 >conftest.err
     8014  rm -f conftest.er1
     8015  cat conftest.err >&5
    73658016  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    73668017  (exit $ac_status); } &&
    7367          { ac_try='test -s conftest$ac_exeext'
     8018     { ac_try='test -z "$ac_c_werror_flag"
     8019             || test ! -s conftest.err'
    73688020  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    73698021  (eval $ac_try) 2>&5
    73708022  ac_status=$?
    73718023  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8024  (exit $ac_status); }; } &&
     8025     { ac_try='test -s conftest$ac_exeext'
     8026  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     8027  (eval $ac_try) 2>&5
     8028  ac_status=$?
     8029  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    73728030  (exit $ac_status); }; }; then
    73738031  eval "$as_ac_var=yes"
    73748032else
    73758033  echo "$as_me: failed program was:" >&5
    7376 cat conftest.$ac_ext >&5
     8034sed 's/^/| /' conftest.$ac_ext >&5
     8035
    73778036eval "$as_ac_var=no"
    73788037fi
    7379 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
     8038rm -f conftest.err conftest.$ac_objext \
     8039      conftest$ac_exeext conftest.$ac_ext
    73808040fi
    73818041echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
     
    73998059else
    74008060  cat >conftest.$ac_ext <<_ACEOF
    7401 #line $LINENO "configure"
    7402 #include "confdefs.h"
     8061/* confdefs.h.  */
     8062_ACEOF
     8063cat confdefs.h >>conftest.$ac_ext
     8064cat >>conftest.$ac_ext <<_ACEOF
     8065/* end confdefs.h.  */
     8066/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
     8067   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
     8068#define $ac_func innocuous_$ac_func
     8069
    74038070/* System header to define __stub macros and hopefully few prototypes,
    7404     which can conflict with char $ac_func (); below.  */
    7405 #include <assert.h>
     8071    which can conflict with char $ac_func (); below.
     8072    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
     8073    <limits.h> exists even on freestanding compilers.  */
     8074
     8075#ifdef __STDC__
     8076# include <limits.h>
     8077#else
     8078# include <assert.h>
     8079#endif
     8080
     8081#undef $ac_func
     8082
    74068083/* Override any gcc2 internal prototype to avoid an error.  */
    74078084#ifdef __cplusplus
    74088085extern "C"
     8086{
    74098087#endif
    74108088/* We use char because int might match the return type of a gcc2
    74118089   builtin and then its argument prototype would still apply.  */
    74128090char $ac_func ();
    7413 char (*f) ();
    7414 
    7415 int
    7416 main ()
    7417 {
    74188091/* The GNU C library defines this for functions which it implements
    74198092    to always fail with ENOSYS.  Some functions are actually named
     
    74228095choke me
    74238096#else
    7424 f = $ac_func;
     8097char (*f) () = $ac_func;
    74258098#endif
    7426 
     8099#ifdef __cplusplus
     8100}
     8101#endif
     8102
     8103int
     8104main ()
     8105{
     8106return f != $ac_func;
    74278107  ;
    74288108  return 0;
     
    74318111rm -f conftest.$ac_objext conftest$ac_exeext
    74328112if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    7433   (eval $ac_link) 2>&5
    7434   ac_status=$?
     8113  (eval $ac_link) 2>conftest.er1
     8114  ac_status=$?
     8115  grep -v '^ *+' conftest.er1 >conftest.err
     8116  rm -f conftest.er1
     8117  cat conftest.err >&5
    74358118  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    74368119  (exit $ac_status); } &&
    7437          { ac_try='test -s conftest$ac_exeext'
     8120     { ac_try='test -z "$ac_c_werror_flag"
     8121             || test ! -s conftest.err'
    74388122  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    74398123  (eval $ac_try) 2>&5
    74408124  ac_status=$?
    74418125  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8126  (exit $ac_status); }; } &&
     8127     { ac_try='test -s conftest$ac_exeext'
     8128  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     8129  (eval $ac_try) 2>&5
     8130  ac_status=$?
     8131  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    74428132  (exit $ac_status); }; }; then
    74438133  eval "$as_ac_var=yes"
    74448134else
    74458135  echo "$as_me: failed program was:" >&5
    7446 cat conftest.$ac_ext >&5
     8136sed 's/^/| /' conftest.$ac_ext >&5
     8137
    74478138eval "$as_ac_var=no"
    74488139fi
    7449 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
     8140rm -f conftest.err conftest.$ac_objext \
     8141      conftest$ac_exeext conftest.$ac_ext
    74508142fi
    74518143echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
     
    74578149
    74588150else
    7459   LIBOBJS="$LIBOBJS $ac_func.$ac_objext"
     8151  case $LIBOBJS in
     8152    "$ac_func.$ac_objext"   | \
     8153  *" $ac_func.$ac_objext"   | \
     8154    "$ac_func.$ac_objext "* | \
     8155  *" $ac_func.$ac_objext "* ) ;;
     8156  *) LIBOBJS="$LIBOBJS $ac_func.$ac_objext" ;;
     8157esac
     8158
    74608159fi
    74618160done
     
    74688167else
    74698168  cat >conftest.$ac_ext <<_ACEOF
    7470 #line $LINENO "configure"
    7471 #include "confdefs.h"
     8169/* confdefs.h.  */
     8170_ACEOF
     8171cat confdefs.h >>conftest.$ac_ext
     8172cat >>conftest.$ac_ext <<_ACEOF
     8173/* end confdefs.h.  */
    74728174$ac_includes_default
    74738175int
     
    74848186rm -f conftest.$ac_objext
    74858187if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    7486   (eval $ac_compile) 2>&5
    7487   ac_status=$?
     8188  (eval $ac_compile) 2>conftest.er1
     8189  ac_status=$?
     8190  grep -v '^ *+' conftest.er1 >conftest.err
     8191  rm -f conftest.er1
     8192  cat conftest.err >&5
    74888193  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    74898194  (exit $ac_status); } &&
    7490          { ac_try='test -s conftest.$ac_objext'
     8195     { ac_try='test -z "$ac_c_werror_flag"
     8196             || test ! -s conftest.err'
    74918197  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    74928198  (eval $ac_try) 2>&5
    74938199  ac_status=$?
    74948200  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8201  (exit $ac_status); }; } &&
     8202     { ac_try='test -s conftest.$ac_objext'
     8203  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     8204  (eval $ac_try) 2>&5
     8205  ac_status=$?
     8206  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    74958207  (exit $ac_status); }; }; then
    74968208  ac_cv_type_off_t=yes
    74978209else
    74988210  echo "$as_me: failed program was:" >&5
    7499 cat conftest.$ac_ext >&5
     8211sed 's/^/| /' conftest.$ac_ext >&5
     8212
    75008213ac_cv_type_off_t=no
    75018214fi
    7502 rm -f conftest.$ac_objext conftest.$ac_ext
     8215rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    75038216fi
    75048217echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
     
    75208233else
    75218234  cat >conftest.$ac_ext <<_ACEOF
    7522 #line $LINENO "configure"
    7523 #include "confdefs.h"
     8235/* confdefs.h.  */
     8236_ACEOF
     8237cat confdefs.h >>conftest.$ac_ext
     8238cat >>conftest.$ac_ext <<_ACEOF
     8239/* end confdefs.h.  */
    75248240$ac_includes_default
    75258241int
     
    75358251rm -f conftest.$ac_objext
    75368252if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    7537   (eval $ac_compile) 2>&5
    7538   ac_status=$?
     8253  (eval $ac_compile) 2>conftest.er1
     8254  ac_status=$?
     8255  grep -v '^ *+' conftest.er1 >conftest.err
     8256  rm -f conftest.er1
     8257  cat conftest.err >&5
    75398258  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    75408259  (exit $ac_status); } &&
    7541          { ac_try='test -s conftest.$ac_objext'
     8260     { ac_try='test -z "$ac_c_werror_flag"
     8261             || test ! -s conftest.err'
    75428262  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    75438263  (eval $ac_try) 2>&5
    75448264  ac_status=$?
    75458265  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8266  (exit $ac_status); }; } &&
     8267     { ac_try='test -s conftest.$ac_objext'
     8268  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     8269  (eval $ac_try) 2>&5
     8270  ac_status=$?
     8271  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    75468272  (exit $ac_status); }; }; then
    75478273  ac_cv_member_struct_stat_st_blksize=yes
    75488274else
    75498275  echo "$as_me: failed program was:" >&5
    7550 cat conftest.$ac_ext >&5
     8276sed 's/^/| /' conftest.$ac_ext >&5
     8277
    75518278cat >conftest.$ac_ext <<_ACEOF
    7552 #line $LINENO "configure"
    7553 #include "confdefs.h"
     8279/* confdefs.h.  */
     8280_ACEOF
     8281cat confdefs.h >>conftest.$ac_ext
     8282cat >>conftest.$ac_ext <<_ACEOF
     8283/* end confdefs.h.  */
    75548284$ac_includes_default
    75558285int
     
    75658295rm -f conftest.$ac_objext
    75668296if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    7567   (eval $ac_compile) 2>&5
    7568   ac_status=$?
     8297  (eval $ac_compile) 2>conftest.er1
     8298  ac_status=$?
     8299  grep -v '^ *+' conftest.er1 >conftest.err
     8300  rm -f conftest.er1
     8301  cat conftest.err >&5
    75698302  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    75708303  (exit $ac_status); } &&
    7571          { ac_try='test -s conftest.$ac_objext'
     8304     { ac_try='test -z "$ac_c_werror_flag"
     8305             || test ! -s conftest.err'
    75728306  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    75738307  (eval $ac_try) 2>&5
    75748308  ac_status=$?
    75758309  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8310  (exit $ac_status); }; } &&
     8311     { ac_try='test -s conftest.$ac_objext'
     8312  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     8313  (eval $ac_try) 2>&5
     8314  ac_status=$?
     8315  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    75768316  (exit $ac_status); }; }; then
    75778317  ac_cv_member_struct_stat_st_blksize=yes
    75788318else
    75798319  echo "$as_me: failed program was:" >&5
    7580 cat conftest.$ac_ext >&5
     8320sed 's/^/| /' conftest.$ac_ext >&5
     8321
    75818322ac_cv_member_struct_stat_st_blksize=no
    75828323fi
    7583 rm -f conftest.$ac_objext conftest.$ac_ext
    7584 fi
    7585 rm -f conftest.$ac_objext conftest.$ac_ext
     8324rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     8325fi
     8326rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    75868327fi
    75878328echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blksize" >&5
     
    76268367      # substitution turns \\\\ into \\, and sed turns \\ into \).
    76278368      sed -n \
    7628         "s/'/'\\\\''/g;
    7629           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
     8369    "s/'/'\\\\''/g;
     8370      s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
    76308371      ;;
    76318372    *)
    76328373      # `set' quotes correctly as required by POSIX, so do not add quotes.
    76338374      sed -n \
    7634         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
     8375    "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
    76358376      ;;
    76368377    esac;
     
    76438384     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
    76448385     : end' >>confcache
    7645 if cmp -s $cache_file confcache; then :; else
     8386if diff $cache_file confcache >/dev/null 2>&1; then :; else
    76468387  if test -w $cache_file; then
    76478388    test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
     
    76628403# (actually we leave an empty line to preserve line numbers).
    76638404if test "x$srcdir" = x.; then
    7664   ac_vpsub='/^[     ]*VPATH[    ]*=/{
     8405  ac_vpsub='/^[  ]*VPATH[    ]*=/{
    76658406s/:*\$(srcdir):*/:/;
    76668407s/:*\${srcdir}:*/:/;
    76678408s/:*@srcdir@:*/:/;
    7668 s/^\([^=]*=[    ]*\):*/\1/;
     8409s/^\([^=]*=[     ]*\):*/\1/;
    76698410s/:*$//;
    7670 s/^[^=]*=[  ]*$//;
     8411s/^[^=]*=[   ]*$//;
    76718412}'
    76728413fi
     
    76798420  # 1. Remove the extension, and $U if already installed.
    76808421  ac_i=`echo "$ac_i" |
    7681         sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
     8422    sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
    76828423  # 2. Add them.
    76838424  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
     
    77038444
    77048445debug=false
     8446ac_cs_recheck=false
     8447ac_cs_silent=false
    77058448SHELL=\${CONFIG_SHELL-$SHELL}
    77068449_ACEOF
     
    77218464  set -o posix
    77228465fi
     8466DUALCASE=1; export DUALCASE # for MKS sh
    77238467
    77248468# Support unset when possible.
    7725 if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
     8469if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
    77268470  as_unset=unset
    77278471else
     
    77378481
    77388482# NLS nuisances.
    7739 for as_var in LANG LANGUAGE LC_ALL LC_COLLATE LC_CTYPE LC_NUMERIC LC_MESSAGES LC_TIME
     8483for as_var in \
     8484  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
     8485  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
     8486  LC_TELEPHONE LC_TIME
    77408487do
    7741   if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
     8488  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
    77428489    eval $as_var=C; export $as_var
    77438490  else
     
    77838530# The user is always right.
    77848531if test "${PATH_SEPARATOR+set}" != set; then
    7785   echo "#! /bin/sh" >conftest.sh
    7786   echo  "exit 0"   >>conftest.sh
    7787   chmod +x conftest.sh
    7788   if (PATH="/nonexistent;."; conftest.sh) >/dev/null 2>&1; then
     8532  echo "#! /bin/sh" >conf$$.sh
     8533  echo  "exit 0"   >>conf$$.sh
     8534  chmod +x conf$$.sh
     8535  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
    77898536    PATH_SEPARATOR=';'
    77908537  else
    77918538    PATH_SEPARATOR=:
    77928539  fi
    7793   rm -f conftest.sh
     8540  rm -f conf$$.sh
    77948541fi
    77958542
     
    79188665  as_mkdir_p=:
    79198666else
     8667  test -d ./-p && rmdir ./-p
    79208668  as_mkdir_p=false
    79218669fi
     
    79248672
    79258673# Sed expression to map a string onto a valid CPP name.
    7926 as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
     8674as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
    79278675
    79288676# Sed expression to map a string onto a valid variable name.
    7929 as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
     8677as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
    79308678
    79318679
     
    79548702
    79558703This file was extended by gdbm $as_me 1.8.3, which was
    7956 generated by GNU Autoconf 2.54.  Invocation command line was
     8704generated by GNU Autoconf 2.59.  Invocation command line was
    79578705
    79588706  CONFIG_FILES    = $CONFIG_FILES
     
    79948742  -h, --help       print this help, then exit
    79958743  -V, --version    print version number, then exit
     8744  -q, --quiet      do not print progress messages
    79968745  -d, --debug      don't remove temporary files
    79978746      --recheck    update $as_me by reconfiguring in the same conditions
    79988747  --file=FILE[:TEMPLATE]
    7999                    instantiate the configuration file FILE
     8748           instantiate the configuration file FILE
    80008749  --header=FILE[:TEMPLATE]
    8001                    instantiate the configuration header FILE
     8750           instantiate the configuration header FILE
    80028751
    80038752Configuration files:
     
    80138762ac_cs_version="\\
    80148763gdbm config.status 1.8.3
    8015 configured by $0, generated by GNU Autoconf 2.54,
     8764configured by $0, generated by GNU Autoconf 2.59,
    80168765  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
    80178766
    8018 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
    8019 Free Software Foundation, Inc.
     8767Copyright (C) 2003 Free Software Foundation, Inc.
    80208768This config.status script is free software; the Free Software Foundation
    80218769gives unlimited permission to copy, distribute and modify it."
     
    80508798  # Handling of the options.
    80518799_ACEOF
    8052 cat >>$CONFIG_STATUS <<_ACEOF
     8800cat >>$CONFIG_STATUS <<\_ACEOF
    80538801  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
    8054     echo "running $SHELL $0 " $ac_configure_args " --no-create --no-recursion"
    8055     exec $SHELL $0 $ac_configure_args --no-create --no-recursion ;;
    8056 _ACEOF
    8057 cat >>$CONFIG_STATUS <<\_ACEOF
     8802    ac_cs_recheck=: ;;
    80588803  --version | --vers* | -V )
    80598804    echo "$ac_cs_version"; exit 0 ;;
     
    80778822    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
    80788823    ac_need_defaults=false;;
     8824  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
     8825  | -silent | --silent | --silen | --sile | --sil | --si | --s)
     8826    ac_cs_silent=: ;;
    80798827
    80808828  # This is an error.
     
    80908838  shift
    80918839done
     8840
     8841ac_configure_extra_args=
     8842
     8843if $ac_cs_silent; then
     8844  exec 6>/dev/null
     8845  ac_configure_extra_args="$ac_configure_extra_args --silent"
     8846fi
     8847
     8848_ACEOF
     8849cat >>$CONFIG_STATUS <<_ACEOF
     8850if \$ac_cs_recheck; then
     8851  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
     8852  exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
     8853fi
    80928854
    80938855_ACEOF
     
    81198881fi
    81208882
     8883# Have a temporary directory for convenience.  Make it in the build tree
     8884# simply because there is no reason to put it here, and in addition,
     8885# creating and moving files from /tmp can sometimes cause problems.
    81218886# Create a temporary directory, and hook for its removal unless debugging.
    81228887$debug ||
     
    81278892
    81288893# Create a (secure) tmp directory for tmp files.
    8129 : ${TMPDIR=/tmp}
     8894
    81308895{
    8131   tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` &&
     8896  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
    81328897  test -n "$tmp" && test -d "$tmp"
    81338898}  ||
    81348899{
    8135   tmp=$TMPDIR/cs$$-$RANDOM
     8900  tmp=./confstat$$-$RANDOM
    81368901  (umask 077 && mkdir $tmp)
    81378902} ||
    81388903{
    8139    echo "$me: cannot create a temporary directory in $TMPDIR" >&2
     8904   echo "$me: cannot create a temporary directory in ." >&2
    81408905   { (exit 1); exit 1; }
    81418906}
     
    81858950s,@ECHO_T@,$ECHO_T,;t t
    81868951s,@LIBS@,$LIBS,;t t
     8952s,@build@,$build,;t t
     8953s,@build_cpu@,$build_cpu,;t t
     8954s,@build_vendor@,$build_vendor,;t t
     8955s,@build_os@,$build_os,;t t
     8956s,@host@,$host,;t t
     8957s,@host_cpu@,$host_cpu,;t t
     8958s,@host_vendor@,$host_vendor,;t t
     8959s,@host_os@,$host_os,;t t
     8960s,@target@,$target,;t t
     8961s,@target_cpu@,$target_cpu,;t t
     8962s,@target_vendor@,$target_vendor,;t t
     8963s,@target_os@,$target_os,;t t
    81878964s,@CC@,$CC,;t t
    81888965s,@CFLAGS@,$CFLAGS,;t t
     
    81968973s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
    81978974s,@INSTALL_DATA@,$INSTALL_DATA,;t t
    8198 s,@build@,$build,;t t
    8199 s,@build_cpu@,$build_cpu,;t t
    8200 s,@build_vendor@,$build_vendor,;t t
    8201 s,@build_os@,$build_os,;t t
    8202 s,@host@,$host,;t t
    8203 s,@host_cpu@,$host_cpu,;t t
    8204 s,@host_vendor@,$host_vendor,;t t
    8205 s,@host_os@,$host_os,;t t
    82068975s,@LN_S@,$LN_S,;t t
    82078976s,@ECHO@,$ECHO,;t t
     
    82128981s,@EGREP@,$EGREP,;t t
    82138982s,@LIBTOOL@,$LIBTOOL,;t t
     8983s,@COMPAT32BITFLAGS@,$COMPAT32BITFLAGS,;t t
    82148984s,@LIBOBJS@,$LIBOBJS,;t t
    82158985s,@LTLIBOBJS@,$LTLIBOBJS,;t t
     
    82439013  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
    82449014      if test -z "$ac_sed_cmds"; then
    8245     ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
     9015    ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
    82469016      else
    8247     ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
     9017    ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
    82489018      fi
    82499019      ac_sed_frag=`expr $ac_sed_frag + 1`
     
    82639033  case $ac_file in
    82649034  - | *:- | *:-:* ) # input from stdin
    8265         cat >$tmp/stdin
    8266         ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
    8267         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
     9035    cat >$tmp/stdin
     9036    ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
     9037    ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    82689038  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
    8269         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
     9039    ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    82709040  * )   ac_file_in=$ac_file.in ;;
    82719041  esac
     
    82749044  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
    82759045$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    8276         X"$ac_file" : 'X\(//\)[^/]' \| \
    8277         X"$ac_file" : 'X\(//\)$' \| \
    8278         X"$ac_file" : 'X\(/\)' \| \
    8279         .     : '\(.\)' 2>/dev/null ||
     9046    X"$ac_file" : 'X\(//\)[^/]' \| \
     9047    X"$ac_file" : 'X\(//\)$' \| \
     9048    X"$ac_file" : 'X\(/\)' \| \
     9049    .     : '\(.\)' 2>/dev/null ||
    82809050echo X"$ac_file" |
    82819051    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
     
    82939063      as_dir=`(dirname "$as_dir") 2>/dev/null ||
    82949064$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    8295         X"$as_dir" : 'X\(//\)[^/]' \| \
    8296         X"$as_dir" : 'X\(//\)$' \| \
    8297         X"$as_dir" : 'X\(/\)' \| \
    8298         .     : '\(.\)' 2>/dev/null ||
     9065    X"$as_dir" : 'X\(//\)[^/]' \| \
     9066    X"$as_dir" : 'X\(//\)$' \| \
     9067    X"$as_dir" : 'X\(/\)' \| \
     9068    .     : '\(.\)' 2>/dev/null ||
    82999069echo X"$as_dir" |
    83009070    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
     
    83349104    ac_top_srcdir=$ac_top_builddir$srcdir ;;
    83359105esac
    8336 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
    8337 # absolute.
    8338 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
    8339 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
    8340 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
    8341 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
     9106
     9107# Do not use `cd foo && pwd` to compute absolute paths, because
     9108# the directories may not exist.
     9109case `pwd` in
     9110.) ac_abs_builddir="$ac_dir";;
     9111*)
     9112  case "$ac_dir" in
     9113  .) ac_abs_builddir=`pwd`;;
     9114  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
     9115  *) ac_abs_builddir=`pwd`/"$ac_dir";;
     9116  esac;;
     9117esac
     9118case $ac_abs_builddir in
     9119.) ac_abs_top_builddir=${ac_top_builddir}.;;
     9120*)
     9121  case ${ac_top_builddir}. in
     9122  .) ac_abs_top_builddir=$ac_abs_builddir;;
     9123  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
     9124  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
     9125  esac;;
     9126esac
     9127case $ac_abs_builddir in
     9128.) ac_abs_srcdir=$ac_srcdir;;
     9129*)
     9130  case $ac_srcdir in
     9131  .) ac_abs_srcdir=$ac_abs_builddir;;
     9132  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
     9133  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
     9134  esac;;
     9135esac
     9136case $ac_abs_builddir in
     9137.) ac_abs_top_srcdir=$ac_top_srcdir;;
     9138*)
     9139  case $ac_top_srcdir in
     9140  .) ac_abs_top_srcdir=$ac_abs_builddir;;
     9141  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
     9142  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
     9143  esac;;
     9144esac
    83429145
    83439146
     
    83619164  fi
    83629165  configure_input=$configure_input"Generated from `echo $ac_file_in |
    8363                                      sed 's,.*/,,'` by configure."
     9166                     sed 's,.*/,,'` by configure."
    83649167
    83659168  # First look for the input files in the build tree, otherwise in the
     
    83709173      -) echo $tmp/stdin ;;
    83719174      [\\/$]*)
    8372         # Absolute (can't be DOS-style, as IFS=:)
    8373         test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
     9175    # Absolute (can't be DOS-style, as IFS=:)
     9176    test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
    83749177echo "$as_me: error: cannot find input file: $f" >&2;}
    83759178   { (exit 1); exit 1; }; }
    8376          echo $f;;
     9179     echo "$f";;
    83779180      *) # Relative
    8378         if test -f "$f"; then
    8379            # Build tree
    8380            echo $f
    8381         elif test -f "$srcdir/$f"; then
    8382            # Source tree
    8383            echo $srcdir/$f
    8384         else
    8385            # /dev/null tree
    8386            { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
     9181    if test -f "$f"; then
     9182       # Build tree
     9183       echo "$f"
     9184    elif test -f "$srcdir/$f"; then
     9185       # Source tree
     9186       echo "$srcdir/$f"
     9187    else
     9188       # /dev/null tree
     9189       { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
    83879190echo "$as_me: error: cannot find input file: $f" >&2;}
    83889191   { (exit 1); exit 1; }; }
    8389         fi;;
     9192    fi;;
    83909193      esac
    83919194    done` || { (exit 1); exit 1; }
     
    84299232#
    84309233# ac_d sets the value in "#define NAME VALUE" lines.
    8431 ac_dA='s,^\([   ]*\)#\([    ]*define[   ][  ]*\)'
    8432 ac_dB='[    ].*$,\1#\2'
     9234ac_dA='s,^\([    ]*\)#\([    ]*define[   ][  ]*\)'
     9235ac_dB='[     ].*$,\1#\2'
    84339236ac_dC=' '
    84349237ac_dD=',;t'
    84359238# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
    8436 ac_uA='s,^\([   ]*\)#\([    ]*\)undef\([    ][  ]*\)'
     9239ac_uA='s,^\([    ]*\)#\([    ]*\)undef\([    ][  ]*\)'
    84379240ac_uB='$,\1#\2define\3'
    84389241ac_uC=' '
     
    84439246  case $ac_file in
    84449247  - | *:- | *:-:* ) # input from stdin
    8445         cat >$tmp/stdin
    8446         ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
    8447         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
     9248    cat >$tmp/stdin
     9249    ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
     9250    ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    84489251  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
    8449         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
     9252    ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    84509253  * )   ac_file_in=$ac_file.in ;;
    84519254  esac
     
    84619264      -) echo $tmp/stdin ;;
    84629265      [\\/$]*)
    8463         # Absolute (can't be DOS-style, as IFS=:)
    8464         test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
     9266    # Absolute (can't be DOS-style, as IFS=:)
     9267    test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
    84659268echo "$as_me: error: cannot find input file: $f" >&2;}
    84669269   { (exit 1); exit 1; }; }
    8467          echo $f;;
     9270     # Do quote $f, to prevent DOS paths from being IFS'd.
     9271     echo "$f";;
    84689272      *) # Relative
    8469         if test -f "$f"; then
    8470            # Build tree
    8471            echo $f
    8472         elif test -f "$srcdir/$f"; then
    8473            # Source tree
    8474            echo $srcdir/$f
    8475         else
    8476            # /dev/null tree
    8477            { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
     9273    if test -f "$f"; then
     9274       # Build tree
     9275       echo "$f"
     9276    elif test -f "$srcdir/$f"; then
     9277       # Source tree
     9278       echo "$srcdir/$f"
     9279    else
     9280       # /dev/null tree
     9281       { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
    84789282echo "$as_me: error: cannot find input file: $f" >&2;}
    84799283   { (exit 1); exit 1; }; }
    8480         fi;;
     9284    fi;;
    84819285      esac
    84829286    done` || { (exit 1); exit 1; }
    84839287  # Remove the trailing spaces.
    8484   sed 's/[  ]*$//' $ac_file_inputs >$tmp/in
     9288  sed 's/[   ]*$//' $ac_file_inputs >$tmp/in
    84859289
    84869290_ACEOF
     
    85059309t clear
    85069310: clear
    8507 s,^[    ]*#[    ]*define[   ][  ]*\([^  (][^    (]*\)\(([^)]*)\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
     9311s,^[     ]*#[    ]*define[   ][  ]*\([^  (][^    (]*\)\(([^)]*)\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
    85089312t end
    8509 s,^[    ]*#[    ]*define[   ][  ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
     9313s,^[     ]*#[    ]*define[   ][  ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
    85109314: end
    85119315_ACEOF
     
    85219325# on some systems where configure will not decide to define it.
    85229326cat >>conftest.undefs <<\_ACEOF
    8523 s,^[    ]*#[    ]*undef[    ][  ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
     9327s,^[     ]*#[    ]*undef[    ][  ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
    85249328_ACEOF
    85259329
     
    85279331# of here documents, and old seds have small limits too (100 cmds).
    85289332echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
    8529 echo '  if grep "^[     ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
     9333echo '  if grep "^[  ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
    85309334echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
    85319335echo '  :' >>$CONFIG_STATUS
     
    85369340  echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
    85379341  # Speed up: don't consider the non `#define' lines.
    8538   echo '/^[     ]*#[    ]*define/!b' >>$CONFIG_STATUS
     9342  echo '/^[  ]*#[    ]*define/!b' >>$CONFIG_STATUS
    85399343  # Work around the forget-to-reset-the-flag bug.
    85409344  echo 't clr' >>$CONFIG_STATUS
     
    85639367  echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
    85649368  # Speed up: don't consider the non `#undef'
    8565   echo '/^[     ]*#[    ]*undef/!b' >>$CONFIG_STATUS
     9369  echo '/^[  ]*#[    ]*undef/!b' >>$CONFIG_STATUS
    85669370  # Work around the forget-to-reset-the-flag bug.
    85679371  echo 't clr' >>$CONFIG_STATUS
     
    85919395  rm -f $tmp/in
    85929396  if test x"$ac_file" != x-; then
    8593     if cmp -s $ac_file $tmp/config.h 2>/dev/null; then
     9397    if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
    85949398      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
    85959399echo "$as_me: $ac_file is unchanged" >&6;}
     
    85979401      ac_dir=`(dirname "$ac_file") 2>/dev/null ||
    85989402$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    8599         X"$ac_file" : 'X\(//\)[^/]' \| \
    8600         X"$ac_file" : 'X\(//\)$' \| \
    8601         X"$ac_file" : 'X\(/\)' \| \
    8602         .     : '\(.\)' 2>/dev/null ||
     9403    X"$ac_file" : 'X\(//\)[^/]' \| \
     9404    X"$ac_file" : 'X\(//\)$' \| \
     9405    X"$ac_file" : 'X\(/\)' \| \
     9406    .     : '\(.\)' 2>/dev/null ||
    86039407echo X"$ac_file" |
    86049408    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
     
    86169420      as_dir=`(dirname "$as_dir") 2>/dev/null ||
    86179421$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    8618         X"$as_dir" : 'X\(//\)[^/]' \| \
    8619         X"$as_dir" : 'X\(//\)$' \| \
    8620         X"$as_dir" : 'X\(/\)' \| \
    8621         .     : '\(.\)' 2>/dev/null ||
     9422    X"$as_dir" : 'X\(//\)[^/]' \| \
     9423    X"$as_dir" : 'X\(//\)$' \| \
     9424    X"$as_dir" : 'X\(/\)' \| \
     9425    .     : '\(.\)' 2>/dev/null ||
    86229426echo X"$as_dir" |
    86239427    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
     
    86609464if test "$no_create" != yes; then
    86619465  ac_cs_success=:
     9466  ac_config_status_args=
     9467  test "$silent" = yes &&
     9468    ac_config_status_args="$ac_config_status_args --quiet"
    86629469  exec 5>/dev/null
    8663   $SHELL $CONFIG_STATUS || ac_cs_success=false
     9470  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
    86649471  exec 5>>config.log
    86659472  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
  • gsdl/trunk/common-src/packages/gdbm/gdbm-1.8.3/configure.in

    r18019 r18345  
    44AC_CONFIG_SRCDIR([gdbmdefs.h])
    55AC_CONFIG_HEADERS([autoconf.h])
     6
     7dnl get $target_cpu, $target_vendor, and $target_os
     8dnl (as well as host_*)
     9AC_CANONICAL_SYSTEM
     10
    611AC_PROG_CC
    712AC_PROG_CPP
     
    1015dnl AC_PROG_RANLIB
    1116dnl AC_C_BIGENDIAN([])
     17
     18AC_MSG_CHECKING(to see if architecture is 64-bit)
     19arch_64bit=no
     20case "$host_cpu" in
     21x86_64) arch_64bit=yes ;;
     22esac
     23
     24if test "$arch_64bit" = yes; then
     25  AC_MSG_RESULT(yes)
     26  if test -z "$COMPAT32BITFLAGS" ; then
     27    COMPAT32BITFLAGS="-m32"
     28    LIBTOOLCOMPAT32BITFLAGS="-Wl,-m32"
     29  fi
     30else
     31  AC_MSG_RESULT(no)
     32  if test -z "$COMPAT32BITFLAGS" ; then
     33    COMPAT32BITFLAGS=
     34    LIBTOOLCOMPAT32BITFLAGS=
     35  fi
     36fi
     37export COMPAT32BITFLAGS
     38AC_SUBST(COMPAT32BITFLAGS)
     39
     40
    1241AC_C_CONST
    1342AC_CHECK_HEADERS([stdlib.h string.h sys/file.h unistd.h fcntl.h sys/types.h memory.y])
Note: See TracChangeset for help on using the changeset viewer.