~ubuntu-branches/debian/lenny/liquidwar/lenny

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Alexandre Pineau
  • Date: 2006-10-25 01:17:05 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20061025011705-uhpq6sddtyoxjnqr
Tags: 5.6.3-3
* Maintainer upload.
* Acknowledge previous NMU (Closes: #391237). Thanks to Michael Ablassmeier.
* debian/rules
   + Switched to quilt for patch handling.
   + Install .desktop file and icon
* debian/control:
   + Set policy to 3.7.2.2 -- no changes.
   + remove ${misc:Depends} from Liquidwar depends (useless in our case)
   + replace {Source-Version} by {source:Version} for liquidwar-data
   + replace {Source-Version} by {binary:Version} for liquidwar-server
   + Build-depend on quilt.
   
* 010_doc.diff: (new patch from old diff.gz)
   + documentation fixes.
   
* 010_misc.diff: (new patch from old diff.gz) 
   + changed color palette of liquidwar_32x32.xpm

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# Guess values for system-dependent variables and create Makefiles.
3
 
# Generated by GNU Autoconf 2.57.
 
3
# Generated by GNU Autoconf 2.59.
4
4
#
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.
7
6
# This configure script is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy, distribute and modify it.
9
8
## --------------------- ##
20
19
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
21
20
  set -o posix
22
21
fi
 
22
DUALCASE=1; export DUALCASE # for MKS sh
23
23
 
24
24
# Support unset when possible.
25
 
if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
 
25
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26
26
  as_unset=unset
27
27
else
28
28
  as_unset=false
41
41
  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
42
42
  LC_TELEPHONE LC_TIME
43
43
do
44
 
  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
45
45
    eval $as_var=C; export $as_var
46
46
  else
47
47
    $as_unset $as_var
218
218
if mkdir -p . 2>/dev/null; then
219
219
  as_mkdir_p=:
220
220
else
 
221
  test -d ./-p && rmdir ./-p
221
222
  as_mkdir_p=false
222
223
fi
223
224
 
224
225
as_executable_p="test -f"
225
226
 
226
227
# Sed expression to map a string onto a valid CPP name.
227
 
as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
 
228
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
228
229
 
229
230
# Sed expression to map a string onto a valid variable name.
230
 
as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
 
231
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
231
232
 
232
233
 
233
234
# IFS
307
308
# include <unistd.h>
308
309
#endif"
309
310
 
310
 
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 build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os SNPRINTF ALLEGRO_CONFIG ALCFLAGS ALLIBS ALLEGRO_DAT CPP EGREP PTHREAD GNU_AS PYTHON GZIP LATEX DVIPS PDFLATEX MAKEINFO ASM DOC_TXT DOC_HTML DOC_MAN DOC_INFO DOC_PS DOC_PDF DOC_PHP3 DEBUG EFENCE STATIC TARGET_OPT GMAKE VERSION VERSION_REL VERSION_COMPACT LIBOBJS LTLIBOBJS'
 
311
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 build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os SNPRINTF ALLEGRO_CONFIG ALCFLAGS ALLIBS ALLEGRO_DAT CPP EGREP PTHREAD GNU_AS PYTHON GZIP LATEX DVIPS PDFLATEX MAKEINFO ASM DOC_TXT DOC_HTML DOC_MAN DOC_INFO DOC_PS DOC_PDF DOC_PHP3 DOC_UWC DEBUG EFENCE STATIC TARGET_OPT GMAKE VERSION VERSION_REL VERSION_COMPACT LIBOBJS LTLIBOBJS'
311
312
ac_subst_files=''
312
313
 
313
314
# Initialize some variables set by options.
666
667
 
667
668
# Be sure to have absolute paths.
668
669
for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
669
 
              localstatedir libdir includedir oldincludedir infodir mandir
 
670
              localstatedir libdir includedir oldincludedir infodir mandir
670
671
do
671
672
  eval ac_val=$`echo $ac_var`
672
673
  case $ac_val in
706
707
  # Try the directory containing this script, then its parent.
707
708
  ac_confdir=`(dirname "$0") 2>/dev/null ||
708
709
$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
709
 
         X"$0" : 'X\(//\)[^/]' \| \
710
 
         X"$0" : 'X\(//\)$' \| \
711
 
         X"$0" : 'X\(/\)' \| \
712
 
         .     : '\(.\)' 2>/dev/null ||
 
710
         X"$0" : 'X\(//\)[^/]' \| \
 
711
         X"$0" : 'X\(//\)$' \| \
 
712
         X"$0" : 'X\(/\)' \| \
 
713
         .     : '\(.\)' 2>/dev/null ||
713
714
echo X"$0" |
714
715
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
715
716
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
801
802
  cat <<_ACEOF
802
803
Installation directories:
803
804
  --prefix=PREFIX         install architecture-independent files in PREFIX
804
 
                          [$ac_default_prefix]
 
805
                          [$ac_default_prefix]
805
806
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
806
 
                          [PREFIX]
 
807
                          [PREFIX]
807
808
 
808
809
By default, \`make install' will install all the files in
809
810
\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
851
852
  --disable-doc-ps        Disable PostScript doc
852
853
  --disable-doc-pdf       Disable PDF doc
853
854
  --enable-doc-php3       Enable php3 doc
 
855
  --enable-doc-uwc        Enable UWiKiCMS doc
854
856
  --enable-debug          Enable debug mode
855
857
  --enable-efence         Enable electric fence
856
858
  --enable-static         Enable static link
901
903
    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
902
904
    ac_top_srcdir=$ac_top_builddir$srcdir ;;
903
905
esac
904
 
# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
905
 
# absolute.
906
 
ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
907
 
ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
908
 
ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
909
 
ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
 
906
 
 
907
# Do not use `cd foo && pwd` to compute absolute paths, because
 
908
# the directories may not exist.
 
909
case `pwd` in
 
910
.) ac_abs_builddir="$ac_dir";;
 
911
*)
 
912
  case "$ac_dir" in
 
913
  .) ac_abs_builddir=`pwd`;;
 
914
  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
 
915
  *) ac_abs_builddir=`pwd`/"$ac_dir";;
 
916
  esac;;
 
917
esac
 
918
case $ac_abs_builddir in
 
919
.) ac_abs_top_builddir=${ac_top_builddir}.;;
 
920
*)
 
921
  case ${ac_top_builddir}. in
 
922
  .) ac_abs_top_builddir=$ac_abs_builddir;;
 
923
  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
 
924
  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
 
925
  esac;;
 
926
esac
 
927
case $ac_abs_builddir in
 
928
.) ac_abs_srcdir=$ac_srcdir;;
 
929
*)
 
930
  case $ac_srcdir in
 
931
  .) ac_abs_srcdir=$ac_abs_builddir;;
 
932
  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
 
933
  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
 
934
  esac;;
 
935
esac
 
936
case $ac_abs_builddir in
 
937
.) ac_abs_top_srcdir=$ac_top_srcdir;;
 
938
*)
 
939
  case $ac_top_srcdir in
 
940
  .) ac_abs_top_srcdir=$ac_abs_builddir;;
 
941
  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
 
942
  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
 
943
  esac;;
 
944
esac
910
945
 
911
946
    cd $ac_dir
912
947
    # Check for guested configure; otherwise get Cygnus style configure.
917
952
      echo
918
953
      $SHELL $ac_srcdir/configure  --help=recursive
919
954
    elif test -f $ac_srcdir/configure.ac ||
920
 
           test -f $ac_srcdir/configure.in; then
 
955
           test -f $ac_srcdir/configure.in; then
921
956
      echo
922
957
      $ac_configure --help
923
958
    else
924
959
      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
925
960
    fi
926
 
    cd $ac_popdir
 
961
    cd "$ac_popdir"
927
962
  done
928
963
fi
929
964
 
931
966
if $ac_init_version; then
932
967
  cat <<\_ACEOF
933
968
 
934
 
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
935
 
Free Software Foundation, Inc.
 
969
Copyright (C) 2003 Free Software Foundation, Inc.
936
970
This configure script is free software; the Free Software Foundation
937
971
gives unlimited permission to copy, distribute and modify it.
938
972
_ACEOF
944
978
running configure, to aid debugging if configure makes a mistake.
945
979
 
946
980
It was created by $as_me, which was
947
 
generated by GNU Autoconf 2.57.  Invocation command line was
 
981
generated by GNU Autoconf 2.59.  Invocation command line was
948
982
 
949
983
  $ $0 $@
950
984
 
1021
1055
    2)
1022
1056
      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1023
1057
      if test $ac_must_keep_next = true; then
1024
 
        ac_must_keep_next=false # Got value, back to normal.
 
1058
        ac_must_keep_next=false # Got value, back to normal.
1025
1059
      else
1026
 
        case $ac_arg in
1027
 
          *=* | --config-cache | -C | -disable-* | --disable-* \
1028
 
          | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1029
 
          | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1030
 
          | -with-* | --with-* | -without-* | --without-* | --x)
1031
 
            case "$ac_configure_args0 " in
1032
 
              "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1033
 
            esac
1034
 
            ;;
1035
 
          -* ) ac_must_keep_next=true ;;
1036
 
        esac
 
1060
        case $ac_arg in
 
1061
          *=* | --config-cache | -C | -disable-* | --disable-* \
 
1062
          | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
 
1063
          | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
 
1064
          | -with-* | --with-* | -without-* | --without-* | --x)
 
1065
            case "$ac_configure_args0 " in
 
1066
              "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
 
1067
            esac
 
1068
            ;;
 
1069
          -* ) ac_must_keep_next=true ;;
 
1070
        esac
1037
1071
      fi
1038
1072
      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1039
1073
      # Get rid of the leading space.
1067
1101
    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1068
1102
    *ac_space=\ *)
1069
1103
      sed -n \
1070
 
        "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1071
 
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
 
1104
        "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
 
1105
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1072
1106
      ;;
1073
1107
    *)
1074
1108
      sed -n \
1075
 
        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
 
1109
        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1076
1110
      ;;
1077
1111
    esac;
1078
1112
}
1101
1135
      for ac_var in $ac_subst_files
1102
1136
      do
1103
1137
        eval ac_val=$`echo $ac_var`
1104
 
        echo "$ac_var='"'"'$ac_val'"'"'"
 
1138
        echo "$ac_var='"'"'$ac_val'"'"'"
1105
1139
      done | sort
1106
1140
      echo
1107
1141
    fi
1120
1154
      echo "$as_me: caught signal $ac_signal"
1121
1155
    echo "$as_me: exit $exit_status"
1122
1156
  } >&5
1123
 
  rm -f core core.* *.core &&
 
1157
  rm -f core *.core &&
1124
1158
  rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1125
1159
    exit $exit_status
1126
1160
     ' 0
1200
1234
# value.
1201
1235
ac_cache_corrupted=false
1202
1236
for ac_var in `(set) 2>&1 |
1203
 
               sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
 
1237
               sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1204
1238
  eval ac_old_set=\$ac_cv_env_${ac_var}_set
1205
1239
  eval ac_new_set=\$ac_env_${ac_var}_set
1206
1240
  eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1217
1251
    ,);;
1218
1252
    *)
1219
1253
      if test "x$ac_old_val" != "x$ac_new_val"; then
1220
 
        { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
 
1254
        { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1221
1255
echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1222
 
        { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
 
1256
        { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1223
1257
echo "$as_me:   former value:  $ac_old_val" >&2;}
1224
 
        { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
 
1258
        { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1225
1259
echo "$as_me:   current value: $ac_new_val" >&2;}
1226
 
        ac_cache_corrupted=:
 
1260
        ac_cache_corrupted=:
1227
1261
      fi;;
1228
1262
  esac
1229
1263
  # Pass precious variables to config.status.
1608
1642
  (exit $ac_status); }
1609
1643
 
1610
1644
cat >conftest.$ac_ext <<_ACEOF
1611
 
#line $LINENO "configure"
1612
1645
/* confdefs.h.  */
1613
1646
_ACEOF
1614
1647
cat confdefs.h >>conftest.$ac_ext
1628
1661
# Try to create an executable without -o first, disregard a.out.
1629
1662
# It will help us diagnose broken compilers, and finding out an intuition
1630
1663
# of exeext.
1631
 
echo "$as_me:$LINENO: checking for C compiler default output" >&5
1632
 
echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
 
1664
echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
 
1665
echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
1633
1666
ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1634
1667
if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1635
1668
  (eval $ac_link_default) 2>&5
1649
1682
  test -f "$ac_file" || continue
1650
1683
  case $ac_file in
1651
1684
    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
1652
 
        ;;
 
1685
        ;;
1653
1686
    conftest.$ac_ext )
1654
 
        # This is the source file.
1655
 
        ;;
 
1687
        # This is the source file.
 
1688
        ;;
1656
1689
    [ab].out )
1657
 
        # We found the default executable, but exeext='' is most
1658
 
        # certainly right.
1659
 
        break;;
 
1690
        # We found the default executable, but exeext='' is most
 
1691
        # certainly right.
 
1692
        break;;
1660
1693
    *.* )
1661
 
        ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1662
 
        # FIXME: I believe we export ac_cv_exeext for Libtool,
1663
 
        # but it would be cool to find out if it's true.  Does anybody
1664
 
        # maintain Libtool? --akim.
1665
 
        export ac_cv_exeext
1666
 
        break;;
 
1694
        ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
 
1695
        # FIXME: I believe we export ac_cv_exeext for Libtool,
 
1696
        # but it would be cool to find out if it's true.  Does anybody
 
1697
        # maintain Libtool? --akim.
 
1698
        export ac_cv_exeext
 
1699
        break;;
1667
1700
    * )
1668
 
        break;;
 
1701
        break;;
1669
1702
  esac
1670
1703
done
1671
1704
else
1739
1772
  case $ac_file in
1740
1773
    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
1741
1774
    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1742
 
          export ac_cv_exeext
1743
 
          break;;
 
1775
          export ac_cv_exeext
 
1776
          break;;
1744
1777
    * ) break;;
1745
1778
  esac
1746
1779
done
1765
1798
  echo $ECHO_N "(cached) $ECHO_C" >&6
1766
1799
else
1767
1800
  cat >conftest.$ac_ext <<_ACEOF
1768
 
#line $LINENO "configure"
1769
1801
/* confdefs.h.  */
1770
1802
_ACEOF
1771
1803
cat confdefs.h >>conftest.$ac_ext
1816
1848
  echo $ECHO_N "(cached) $ECHO_C" >&6
1817
1849
else
1818
1850
  cat >conftest.$ac_ext <<_ACEOF
1819
 
#line $LINENO "configure"
1820
1851
/* confdefs.h.  */
1821
1852
_ACEOF
1822
1853
cat confdefs.h >>conftest.$ac_ext
1836
1867
_ACEOF
1837
1868
rm -f conftest.$ac_objext
1838
1869
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1839
 
  (eval $ac_compile) 2>&5
 
1870
  (eval $ac_compile) 2>conftest.er1
1840
1871
  ac_status=$?
 
1872
  grep -v '^ *+' conftest.er1 >conftest.err
 
1873
  rm -f conftest.er1
 
1874
  cat conftest.err >&5
1841
1875
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
1842
1876
  (exit $ac_status); } &&
1843
 
         { ac_try='test -s conftest.$ac_objext'
 
1877
         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
 
1878
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
1879
  (eval $ac_try) 2>&5
 
1880
  ac_status=$?
 
1881
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1882
  (exit $ac_status); }; } &&
 
1883
         { ac_try='test -s conftest.$ac_objext'
1844
1884
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1845
1885
  (eval $ac_try) 2>&5
1846
1886
  ac_status=$?
1853
1893
 
1854
1894
ac_compiler_gnu=no
1855
1895
fi
1856
 
rm -f conftest.$ac_objext conftest.$ac_ext
 
1896
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1857
1897
ac_cv_c_compiler_gnu=$ac_compiler_gnu
1858
1898
 
1859
1899
fi
1869
1909
  echo $ECHO_N "(cached) $ECHO_C" >&6
1870
1910
else
1871
1911
  cat >conftest.$ac_ext <<_ACEOF
1872
 
#line $LINENO "configure"
1873
1912
/* confdefs.h.  */
1874
1913
_ACEOF
1875
1914
cat confdefs.h >>conftest.$ac_ext
1886
1925
_ACEOF
1887
1926
rm -f conftest.$ac_objext
1888
1927
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1889
 
  (eval $ac_compile) 2>&5
 
1928
  (eval $ac_compile) 2>conftest.er1
1890
1929
  ac_status=$?
 
1930
  grep -v '^ *+' conftest.er1 >conftest.err
 
1931
  rm -f conftest.er1
 
1932
  cat conftest.err >&5
1891
1933
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
1892
1934
  (exit $ac_status); } &&
1893
 
         { ac_try='test -s conftest.$ac_objext'
 
1935
         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
 
1936
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
1937
  (eval $ac_try) 2>&5
 
1938
  ac_status=$?
 
1939
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1940
  (exit $ac_status); }; } &&
 
1941
         { ac_try='test -s conftest.$ac_objext'
1894
1942
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1895
1943
  (eval $ac_try) 2>&5
1896
1944
  ac_status=$?
1903
1951
 
1904
1952
ac_cv_prog_cc_g=no
1905
1953
fi
1906
 
rm -f conftest.$ac_objext conftest.$ac_ext
 
1954
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1907
1955
fi
1908
1956
echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
1909
1957
echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
1930
1978
  ac_cv_prog_cc_stdc=no
1931
1979
ac_save_CC=$CC
1932
1980
cat >conftest.$ac_ext <<_ACEOF
1933
 
#line $LINENO "configure"
1934
1981
/* confdefs.h.  */
1935
1982
_ACEOF
1936
1983
cat confdefs.h >>conftest.$ac_ext
1958
2005
  va_end (v);
1959
2006
  return s;
1960
2007
}
 
2008
 
 
2009
/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
 
2010
   function prototypes and stuff, but not '\xHH' hex character constants.
 
2011
   These don't provoke an error unfortunately, instead are silently treated
 
2012
   as 'x'.  The following induces an error, until -std1 is added to get
 
2013
   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
 
2014
   array size at least.  It's necessary to write '\x00'==0 to get something
 
2015
   that's true only with -std1.  */
 
2016
int osf4_cc_array ['\x00' == 0 ? 1 : -1];
 
2017
 
1961
2018
int test (int i, double x);
1962
2019
struct s1 {int (*f) (int a);};
1963
2020
struct s2 {int (*f) (double a);};
1984
2041
  CC="$ac_save_CC $ac_arg"
1985
2042
  rm -f conftest.$ac_objext
1986
2043
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1987
 
  (eval $ac_compile) 2>&5
 
2044
  (eval $ac_compile) 2>conftest.er1
1988
2045
  ac_status=$?
 
2046
  grep -v '^ *+' conftest.er1 >conftest.err
 
2047
  rm -f conftest.er1
 
2048
  cat conftest.err >&5
1989
2049
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
1990
2050
  (exit $ac_status); } &&
1991
 
         { ac_try='test -s conftest.$ac_objext'
 
2051
         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
 
2052
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
2053
  (eval $ac_try) 2>&5
 
2054
  ac_status=$?
 
2055
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2056
  (exit $ac_status); }; } &&
 
2057
         { ac_try='test -s conftest.$ac_objext'
1992
2058
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1993
2059
  (eval $ac_try) 2>&5
1994
2060
  ac_status=$?
2001
2067
sed 's/^/| /' conftest.$ac_ext >&5
2002
2068
 
2003
2069
fi
2004
 
rm -f conftest.$ac_objext
 
2070
rm -f conftest.err conftest.$ac_objext
2005
2071
done
2006
2072
rm -f conftest.$ac_ext conftest.$ac_objext
2007
2073
CC=$ac_save_CC
2029
2095
_ACEOF
2030
2096
rm -f conftest.$ac_objext
2031
2097
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2032
 
  (eval $ac_compile) 2>&5
 
2098
  (eval $ac_compile) 2>conftest.er1
2033
2099
  ac_status=$?
 
2100
  grep -v '^ *+' conftest.er1 >conftest.err
 
2101
  rm -f conftest.er1
 
2102
  cat conftest.err >&5
2034
2103
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2035
2104
  (exit $ac_status); } &&
2036
 
         { ac_try='test -s conftest.$ac_objext'
 
2105
         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
 
2106
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
2107
  (eval $ac_try) 2>&5
 
2108
  ac_status=$?
 
2109
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2110
  (exit $ac_status); }; } &&
 
2111
         { ac_try='test -s conftest.$ac_objext'
2037
2112
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2038
2113
  (eval $ac_try) 2>&5
2039
2114
  ac_status=$?
2040
2115
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2041
2116
  (exit $ac_status); }; }; then
2042
2117
  for ac_declaration in \
2043
 
   ''\
2044
 
   '#include <stdlib.h>' \
 
2118
   '' \
2045
2119
   'extern "C" void std::exit (int) throw (); using std::exit;' \
2046
2120
   'extern "C" void std::exit (int); using std::exit;' \
2047
2121
   'extern "C" void exit (int) throw ();' \
2049
2123
   'void exit (int);'
2050
2124
do
2051
2125
  cat >conftest.$ac_ext <<_ACEOF
2052
 
#line $LINENO "configure"
2053
2126
/* confdefs.h.  */
2054
2127
_ACEOF
2055
2128
cat confdefs.h >>conftest.$ac_ext
2056
2129
cat >>conftest.$ac_ext <<_ACEOF
2057
2130
/* end confdefs.h.  */
 
2131
$ac_declaration
2058
2132
#include <stdlib.h>
2059
 
$ac_declaration
2060
2133
int
2061
2134
main ()
2062
2135
{
2067
2140
_ACEOF
2068
2141
rm -f conftest.$ac_objext
2069
2142
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2070
 
  (eval $ac_compile) 2>&5
 
2143
  (eval $ac_compile) 2>conftest.er1
2071
2144
  ac_status=$?
 
2145
  grep -v '^ *+' conftest.er1 >conftest.err
 
2146
  rm -f conftest.er1
 
2147
  cat conftest.err >&5
2072
2148
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2073
2149
  (exit $ac_status); } &&
2074
 
         { ac_try='test -s conftest.$ac_objext'
 
2150
         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
 
2151
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
2152
  (eval $ac_try) 2>&5
 
2153
  ac_status=$?
 
2154
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2155
  (exit $ac_status); }; } &&
 
2156
         { ac_try='test -s conftest.$ac_objext'
2075
2157
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2076
2158
  (eval $ac_try) 2>&5
2077
2159
  ac_status=$?
2084
2166
 
2085
2167
continue
2086
2168
fi
2087
 
rm -f conftest.$ac_objext conftest.$ac_ext
 
2169
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2088
2170
  cat >conftest.$ac_ext <<_ACEOF
2089
 
#line $LINENO "configure"
2090
2171
/* confdefs.h.  */
2091
2172
_ACEOF
2092
2173
cat confdefs.h >>conftest.$ac_ext
2103
2184
_ACEOF
2104
2185
rm -f conftest.$ac_objext
2105
2186
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2106
 
  (eval $ac_compile) 2>&5
 
2187
  (eval $ac_compile) 2>conftest.er1
2107
2188
  ac_status=$?
 
2189
  grep -v '^ *+' conftest.er1 >conftest.err
 
2190
  rm -f conftest.er1
 
2191
  cat conftest.err >&5
2108
2192
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2109
2193
  (exit $ac_status); } &&
2110
 
         { ac_try='test -s conftest.$ac_objext'
 
2194
         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
 
2195
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
2196
  (eval $ac_try) 2>&5
 
2197
  ac_status=$?
 
2198
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2199
  (exit $ac_status); }; } &&
 
2200
         { ac_try='test -s conftest.$ac_objext'
2111
2201
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2112
2202
  (eval $ac_try) 2>&5
2113
2203
  ac_status=$?
2119
2209
sed 's/^/| /' conftest.$ac_ext >&5
2120
2210
 
2121
2211
fi
2122
 
rm -f conftest.$ac_objext conftest.$ac_ext
 
2212
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2123
2213
done
2124
2214
rm -f conftest*
2125
2215
if test -n "$ac_declaration"; then
2133
2223
sed 's/^/| /' conftest.$ac_ext >&5
2134
2224
 
2135
2225
fi
2136
 
rm -f conftest.$ac_objext conftest.$ac_ext
 
2226
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2137
2227
ac_ext=c
2138
2228
ac_cpp='$CPP $CPPFLAGS'
2139
2229
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2256
2346
  echo $ECHO_N "(cached) $ECHO_C" >&6
2257
2347
else
2258
2348
  cat >conftest.$ac_ext <<_ACEOF
2259
 
#line $LINENO "configure"
2260
2349
/* confdefs.h.  */
2261
2350
_ACEOF
2262
2351
cat confdefs.h >>conftest.$ac_ext
2263
2352
cat >>conftest.$ac_ext <<_ACEOF
2264
2353
/* end confdefs.h.  */
 
2354
/* Define snprintf to an innocuous variant, in case <limits.h> declares snprintf.
 
2355
   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
2356
#define snprintf innocuous_snprintf
 
2357
 
2265
2358
/* System header to define __stub macros and hopefully few prototypes,
2266
2359
    which can conflict with char snprintf (); below.
2267
2360
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2268
2361
    <limits.h> exists even on freestanding compilers.  */
 
2362
 
2269
2363
#ifdef __STDC__
2270
2364
# include <limits.h>
2271
2365
#else
2272
2366
# include <assert.h>
2273
2367
#endif
 
2368
 
 
2369
#undef snprintf
 
2370
 
2274
2371
/* Override any gcc2 internal prototype to avoid an error.  */
2275
2372
#ifdef __cplusplus
2276
2373
extern "C"
2301
2398
_ACEOF
2302
2399
rm -f conftest.$ac_objext conftest$ac_exeext
2303
2400
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2304
 
  (eval $ac_link) 2>&5
 
2401
  (eval $ac_link) 2>conftest.er1
2305
2402
  ac_status=$?
 
2403
  grep -v '^ *+' conftest.er1 >conftest.err
 
2404
  rm -f conftest.er1
 
2405
  cat conftest.err >&5
2306
2406
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2307
2407
  (exit $ac_status); } &&
2308
 
         { ac_try='test -s conftest$ac_exeext'
 
2408
         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
 
2409
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
2410
  (eval $ac_try) 2>&5
 
2411
  ac_status=$?
 
2412
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2413
  (exit $ac_status); }; } &&
 
2414
         { ac_try='test -s conftest$ac_exeext'
2309
2415
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2310
2416
  (eval $ac_try) 2>&5
2311
2417
  ac_status=$?
2318
2424
 
2319
2425
ac_cv_func_snprintf=no
2320
2426
fi
2321
 
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 
2427
rm -f conftest.err conftest.$ac_objext \
 
2428
      conftest$ac_exeext conftest.$ac_ext
2322
2429
fi
2323
2430
echo "$as_me:$LINENO: result: $ac_cv_func_snprintf" >&5
2324
2431
echo "${ECHO_T}$ac_cv_func_snprintf" >&6
2391
2498
   { (exit 1); exit 1; }; }
2392
2499
fi
2393
2500
 
2394
 
if test $ALDVERSION -gt 4000000 ; then
2395
 
   { { echo "$as_me:$LINENO: error: An old version of Allegro ($ALVERSION) has been detected - please upgrade to 4.0.0 or better." >&5
2396
 
echo "$as_me: error: An old version of Allegro ($ALVERSION) has been detected - please upgrade to 4.0.0 or better." >&2;}
 
2501
if test $ALDVERSION -gt 4002000 ; then
 
2502
   { { echo "$as_me:$LINENO: error: An old version of Allegro ($ALVERSION) has been detected - please upgrade to 4.2.0 or better." >&5
 
2503
echo "$as_me: error: An old version of Allegro ($ALVERSION) has been detected - please upgrade to 4.2.0 or better." >&2;}
2397
2504
   { (exit 1); exit 1; }; }
2398
2505
else
2399
2506
   echo "found $ALVERSION".
2483
2590
  # On the NeXT, cc -E runs the code through the compiler's parser,
2484
2591
  # not just through cpp. "Syntax error" is here to catch this case.
2485
2592
  cat >conftest.$ac_ext <<_ACEOF
2486
 
#line $LINENO "configure"
2487
2593
/* confdefs.h.  */
2488
2594
_ACEOF
2489
2595
cat confdefs.h >>conftest.$ac_ext
2494
2600
#else
2495
2601
# include <assert.h>
2496
2602
#endif
2497
 
                     Syntax error
 
2603
                     Syntax error
2498
2604
_ACEOF
2499
2605
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2500
2606
  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2506
2612
  (exit $ac_status); } >/dev/null; then
2507
2613
  if test -s conftest.err; then
2508
2614
    ac_cpp_err=$ac_c_preproc_warn_flag
 
2615
    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2509
2616
  else
2510
2617
    ac_cpp_err=
2511
2618
  fi
2526
2633
  # OK, works on sane cases.  Now check whether non-existent headers
2527
2634
  # can be detected and how.
2528
2635
  cat >conftest.$ac_ext <<_ACEOF
2529
 
#line $LINENO "configure"
2530
2636
/* confdefs.h.  */
2531
2637
_ACEOF
2532
2638
cat confdefs.h >>conftest.$ac_ext
2544
2650
  (exit $ac_status); } >/dev/null; then
2545
2651
  if test -s conftest.err; then
2546
2652
    ac_cpp_err=$ac_c_preproc_warn_flag
 
2653
    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2547
2654
  else
2548
2655
    ac_cpp_err=
2549
2656
  fi
2590
2697
  # On the NeXT, cc -E runs the code through the compiler's parser,
2591
2698
  # not just through cpp. "Syntax error" is here to catch this case.
2592
2699
  cat >conftest.$ac_ext <<_ACEOF
2593
 
#line $LINENO "configure"
2594
2700
/* confdefs.h.  */
2595
2701
_ACEOF
2596
2702
cat confdefs.h >>conftest.$ac_ext
2601
2707
#else
2602
2708
# include <assert.h>
2603
2709
#endif
2604
 
                     Syntax error
 
2710
                     Syntax error
2605
2711
_ACEOF
2606
2712
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2607
2713
  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2613
2719
  (exit $ac_status); } >/dev/null; then
2614
2720
  if test -s conftest.err; then
2615
2721
    ac_cpp_err=$ac_c_preproc_warn_flag
 
2722
    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2616
2723
  else
2617
2724
    ac_cpp_err=
2618
2725
  fi
2633
2740
  # OK, works on sane cases.  Now check whether non-existent headers
2634
2741
  # can be detected and how.
2635
2742
  cat >conftest.$ac_ext <<_ACEOF
2636
 
#line $LINENO "configure"
2637
2743
/* confdefs.h.  */
2638
2744
_ACEOF
2639
2745
cat confdefs.h >>conftest.$ac_ext
2651
2757
  (exit $ac_status); } >/dev/null; then
2652
2758
  if test -s conftest.err; then
2653
2759
    ac_cpp_err=$ac_c_preproc_warn_flag
 
2760
    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2654
2761
  else
2655
2762
    ac_cpp_err=
2656
2763
  fi
2711
2818
  echo $ECHO_N "(cached) $ECHO_C" >&6
2712
2819
else
2713
2820
  cat >conftest.$ac_ext <<_ACEOF
2714
 
#line $LINENO "configure"
2715
2821
/* confdefs.h.  */
2716
2822
_ACEOF
2717
2823
cat confdefs.h >>conftest.$ac_ext
2732
2838
_ACEOF
2733
2839
rm -f conftest.$ac_objext
2734
2840
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2735
 
  (eval $ac_compile) 2>&5
 
2841
  (eval $ac_compile) 2>conftest.er1
2736
2842
  ac_status=$?
 
2843
  grep -v '^ *+' conftest.er1 >conftest.err
 
2844
  rm -f conftest.er1
 
2845
  cat conftest.err >&5
2737
2846
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2738
2847
  (exit $ac_status); } &&
2739
 
         { ac_try='test -s conftest.$ac_objext'
 
2848
         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
 
2849
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
2850
  (eval $ac_try) 2>&5
 
2851
  ac_status=$?
 
2852
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2853
  (exit $ac_status); }; } &&
 
2854
         { ac_try='test -s conftest.$ac_objext'
2740
2855
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2741
2856
  (eval $ac_try) 2>&5
2742
2857
  ac_status=$?
2749
2864
 
2750
2865
ac_cv_header_stdc=no
2751
2866
fi
2752
 
rm -f conftest.$ac_objext conftest.$ac_ext
 
2867
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2753
2868
 
2754
2869
if test $ac_cv_header_stdc = yes; then
2755
2870
  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
2756
2871
  cat >conftest.$ac_ext <<_ACEOF
2757
 
#line $LINENO "configure"
2758
2872
/* confdefs.h.  */
2759
2873
_ACEOF
2760
2874
cat confdefs.h >>conftest.$ac_ext
2776
2890
if test $ac_cv_header_stdc = yes; then
2777
2891
  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
2778
2892
  cat >conftest.$ac_ext <<_ACEOF
2779
 
#line $LINENO "configure"
2780
2893
/* confdefs.h.  */
2781
2894
_ACEOF
2782
2895
cat confdefs.h >>conftest.$ac_ext
2801
2914
  :
2802
2915
else
2803
2916
  cat >conftest.$ac_ext <<_ACEOF
2804
 
#line $LINENO "configure"
2805
2917
/* confdefs.h.  */
2806
2918
_ACEOF
2807
2919
cat confdefs.h >>conftest.$ac_ext
2813
2925
# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
2814
2926
#else
2815
2927
# define ISLOWER(c) \
2816
 
                   (('a' <= (c) && (c) <= 'i') \
2817
 
                     || ('j' <= (c) && (c) <= 'r') \
2818
 
                     || ('s' <= (c) && (c) <= 'z'))
 
2928
                   (('a' <= (c) && (c) <= 'i') \
 
2929
                     || ('j' <= (c) && (c) <= 'r') \
 
2930
                     || ('s' <= (c) && (c) <= 'z'))
2819
2931
# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
2820
2932
#endif
2821
2933
 
2826
2938
  int i;
2827
2939
  for (i = 0; i < 256; i++)
2828
2940
    if (XOR (islower (i), ISLOWER (i))
2829
 
        || toupper (i) != TOUPPER (i))
 
2941
        || toupper (i) != TOUPPER (i))
2830
2942
      exit(2);
2831
2943
  exit (0);
2832
2944
}
2851
2963
( exit $ac_status )
2852
2964
ac_cv_header_stdc=no
2853
2965
fi
2854
 
rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
2966
rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
2855
2967
fi
2856
2968
fi
2857
2969
fi
2876
2988
 
2877
2989
 
2878
2990
for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
2879
 
                  inttypes.h stdint.h unistd.h
 
2991
                  inttypes.h stdint.h unistd.h
2880
2992
do
2881
2993
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
2882
2994
echo "$as_me:$LINENO: checking for $ac_header" >&5
2885
2997
  echo $ECHO_N "(cached) $ECHO_C" >&6
2886
2998
else
2887
2999
  cat >conftest.$ac_ext <<_ACEOF
2888
 
#line $LINENO "configure"
2889
3000
/* confdefs.h.  */
2890
3001
_ACEOF
2891
3002
cat confdefs.h >>conftest.$ac_ext
2897
3008
_ACEOF
2898
3009
rm -f conftest.$ac_objext
2899
3010
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2900
 
  (eval $ac_compile) 2>&5
 
3011
  (eval $ac_compile) 2>conftest.er1
2901
3012
  ac_status=$?
 
3013
  grep -v '^ *+' conftest.er1 >conftest.err
 
3014
  rm -f conftest.er1
 
3015
  cat conftest.err >&5
2902
3016
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2903
3017
  (exit $ac_status); } &&
2904
 
         { ac_try='test -s conftest.$ac_objext'
 
3018
         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
 
3019
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
3020
  (eval $ac_try) 2>&5
 
3021
  ac_status=$?
 
3022
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3023
  (exit $ac_status); }; } &&
 
3024
         { ac_try='test -s conftest.$ac_objext'
2905
3025
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2906
3026
  (eval $ac_try) 2>&5
2907
3027
  ac_status=$?
2914
3034
 
2915
3035
eval "$as_ac_Header=no"
2916
3036
fi
2917
 
rm -f conftest.$ac_objext conftest.$ac_ext
 
3037
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2918
3038
fi
2919
3039
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
2920
3040
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
2941
3061
echo "$as_me:$LINENO: checking arpa/inet.h usability" >&5
2942
3062
echo $ECHO_N "checking arpa/inet.h usability... $ECHO_C" >&6
2943
3063
cat >conftest.$ac_ext <<_ACEOF
2944
 
#line $LINENO "configure"
2945
3064
/* confdefs.h.  */
2946
3065
_ACEOF
2947
3066
cat confdefs.h >>conftest.$ac_ext
2952
3071
_ACEOF
2953
3072
rm -f conftest.$ac_objext
2954
3073
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2955
 
  (eval $ac_compile) 2>&5
 
3074
  (eval $ac_compile) 2>conftest.er1
2956
3075
  ac_status=$?
 
3076
  grep -v '^ *+' conftest.er1 >conftest.err
 
3077
  rm -f conftest.er1
 
3078
  cat conftest.err >&5
2957
3079
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2958
3080
  (exit $ac_status); } &&
2959
 
         { ac_try='test -s conftest.$ac_objext'
 
3081
         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
 
3082
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
3083
  (eval $ac_try) 2>&5
 
3084
  ac_status=$?
 
3085
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3086
  (exit $ac_status); }; } &&
 
3087
         { ac_try='test -s conftest.$ac_objext'
2960
3088
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2961
3089
  (eval $ac_try) 2>&5
2962
3090
  ac_status=$?
2969
3097
 
2970
3098
ac_header_compiler=no
2971
3099
fi
2972
 
rm -f conftest.$ac_objext conftest.$ac_ext
 
3100
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2973
3101
echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
2974
3102
echo "${ECHO_T}$ac_header_compiler" >&6
2975
3103
 
2977
3105
echo "$as_me:$LINENO: checking arpa/inet.h presence" >&5
2978
3106
echo $ECHO_N "checking arpa/inet.h presence... $ECHO_C" >&6
2979
3107
cat >conftest.$ac_ext <<_ACEOF
2980
 
#line $LINENO "configure"
2981
3108
/* confdefs.h.  */
2982
3109
_ACEOF
2983
3110
cat confdefs.h >>conftest.$ac_ext
2995
3122
  (exit $ac_status); } >/dev/null; then
2996
3123
  if test -s conftest.err; then
2997
3124
    ac_cpp_err=$ac_c_preproc_warn_flag
 
3125
    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2998
3126
  else
2999
3127
    ac_cpp_err=
3000
3128
  fi
3014
3142
echo "${ECHO_T}$ac_header_preproc" >&6
3015
3143
 
3016
3144
# So?  What about this header?
3017
 
case $ac_header_compiler:$ac_header_preproc in
3018
 
  yes:no )
 
3145
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
3146
  yes:no: )
3019
3147
    { echo "$as_me:$LINENO: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&5
3020
3148
echo "$as_me: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
3021
 
    { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5
3022
 
echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;}
3023
 
    (
3024
 
      cat <<\_ASBOX
3025
 
## ------------------------------------ ##
3026
 
## Report this to bug-autoconf@gnu.org. ##
3027
 
## ------------------------------------ ##
3028
 
_ASBOX
3029
 
    ) |
3030
 
      sed "s/^/$as_me: WARNING:     /" >&2
 
3149
    { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the compiler's result" >&5
 
3150
echo "$as_me: WARNING: arpa/inet.h: proceeding with the compiler's result" >&2;}
 
3151
    ac_header_preproc=yes
3031
3152
    ;;
3032
 
  no:yes )
 
3153
  no:yes:* )
3033
3154
    { echo "$as_me:$LINENO: WARNING: arpa/inet.h: present but cannot be compiled" >&5
3034
3155
echo "$as_me: WARNING: arpa/inet.h: present but cannot be compiled" >&2;}
3035
 
    { echo "$as_me:$LINENO: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&5
3036
 
echo "$as_me: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&2;}
 
3156
    { echo "$as_me:$LINENO: WARNING: arpa/inet.h:     check for missing prerequisite headers?" >&5
 
3157
echo "$as_me: WARNING: arpa/inet.h:     check for missing prerequisite headers?" >&2;}
 
3158
    { echo "$as_me:$LINENO: WARNING: arpa/inet.h: see the Autoconf documentation" >&5
 
3159
echo "$as_me: WARNING: arpa/inet.h: see the Autoconf documentation" >&2;}
 
3160
    { echo "$as_me:$LINENO: WARNING: arpa/inet.h:     section \"Present But Cannot Be Compiled\"" >&5
 
3161
echo "$as_me: WARNING: arpa/inet.h:     section \"Present But Cannot Be Compiled\"" >&2;}
3037
3162
    { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5
3038
3163
echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;}
 
3164
    { echo "$as_me:$LINENO: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&5
 
3165
echo "$as_me: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&2;}
3039
3166
    (
3040
3167
      cat <<\_ASBOX
3041
 
## ------------------------------------ ##
3042
 
## Report this to bug-autoconf@gnu.org. ##
3043
 
## ------------------------------------ ##
 
3168
## ------------------------------------------ ##
 
3169
## Report this to the AC_PACKAGE_NAME lists.  ##
 
3170
## ------------------------------------------ ##
3044
3171
_ASBOX
3045
3172
    ) |
3046
3173
      sed "s/^/$as_me: WARNING:     /" >&2
3079
3206
echo "$as_me:$LINENO: checking ctype.h usability" >&5
3080
3207
echo $ECHO_N "checking ctype.h usability... $ECHO_C" >&6
3081
3208
cat >conftest.$ac_ext <<_ACEOF
3082
 
#line $LINENO "configure"
3083
3209
/* confdefs.h.  */
3084
3210
_ACEOF
3085
3211
cat confdefs.h >>conftest.$ac_ext
3090
3216
_ACEOF
3091
3217
rm -f conftest.$ac_objext
3092
3218
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3093
 
  (eval $ac_compile) 2>&5
 
3219
  (eval $ac_compile) 2>conftest.er1
3094
3220
  ac_status=$?
 
3221
  grep -v '^ *+' conftest.er1 >conftest.err
 
3222
  rm -f conftest.er1
 
3223
  cat conftest.err >&5
3095
3224
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3096
3225
  (exit $ac_status); } &&
3097
 
         { ac_try='test -s conftest.$ac_objext'
 
3226
         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
 
3227
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
3228
  (eval $ac_try) 2>&5
 
3229
  ac_status=$?
 
3230
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3231
  (exit $ac_status); }; } &&
 
3232
         { ac_try='test -s conftest.$ac_objext'
3098
3233
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3099
3234
  (eval $ac_try) 2>&5
3100
3235
  ac_status=$?
3107
3242
 
3108
3243
ac_header_compiler=no
3109
3244
fi
3110
 
rm -f conftest.$ac_objext conftest.$ac_ext
 
3245
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3111
3246
echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
3112
3247
echo "${ECHO_T}$ac_header_compiler" >&6
3113
3248
 
3115
3250
echo "$as_me:$LINENO: checking ctype.h presence" >&5
3116
3251
echo $ECHO_N "checking ctype.h presence... $ECHO_C" >&6
3117
3252
cat >conftest.$ac_ext <<_ACEOF
3118
 
#line $LINENO "configure"
3119
3253
/* confdefs.h.  */
3120
3254
_ACEOF
3121
3255
cat confdefs.h >>conftest.$ac_ext
3133
3267
  (exit $ac_status); } >/dev/null; then
3134
3268
  if test -s conftest.err; then
3135
3269
    ac_cpp_err=$ac_c_preproc_warn_flag
 
3270
    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3136
3271
  else
3137
3272
    ac_cpp_err=
3138
3273
  fi
3152
3287
echo "${ECHO_T}$ac_header_preproc" >&6
3153
3288
 
3154
3289
# So?  What about this header?
3155
 
case $ac_header_compiler:$ac_header_preproc in
3156
 
  yes:no )
 
3290
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
3291
  yes:no: )
3157
3292
    { echo "$as_me:$LINENO: WARNING: ctype.h: accepted by the compiler, rejected by the preprocessor!" >&5
3158
3293
echo "$as_me: WARNING: ctype.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
3159
 
    { echo "$as_me:$LINENO: WARNING: ctype.h: proceeding with the preprocessor's result" >&5
3160
 
echo "$as_me: WARNING: ctype.h: proceeding with the preprocessor's result" >&2;}
3161
 
    (
3162
 
      cat <<\_ASBOX
3163
 
## ------------------------------------ ##
3164
 
## Report this to bug-autoconf@gnu.org. ##
3165
 
## ------------------------------------ ##
3166
 
_ASBOX
3167
 
    ) |
3168
 
      sed "s/^/$as_me: WARNING:     /" >&2
 
3294
    { echo "$as_me:$LINENO: WARNING: ctype.h: proceeding with the compiler's result" >&5
 
3295
echo "$as_me: WARNING: ctype.h: proceeding with the compiler's result" >&2;}
 
3296
    ac_header_preproc=yes
3169
3297
    ;;
3170
 
  no:yes )
 
3298
  no:yes:* )
3171
3299
    { echo "$as_me:$LINENO: WARNING: ctype.h: present but cannot be compiled" >&5
3172
3300
echo "$as_me: WARNING: ctype.h: present but cannot be compiled" >&2;}
3173
 
    { echo "$as_me:$LINENO: WARNING: ctype.h: check for missing prerequisite headers?" >&5
3174
 
echo "$as_me: WARNING: ctype.h: check for missing prerequisite headers?" >&2;}
 
3301
    { echo "$as_me:$LINENO: WARNING: ctype.h:     check for missing prerequisite headers?" >&5
 
3302
echo "$as_me: WARNING: ctype.h:     check for missing prerequisite headers?" >&2;}
 
3303
    { echo "$as_me:$LINENO: WARNING: ctype.h: see the Autoconf documentation" >&5
 
3304
echo "$as_me: WARNING: ctype.h: see the Autoconf documentation" >&2;}
 
3305
    { echo "$as_me:$LINENO: WARNING: ctype.h:     section \"Present But Cannot Be Compiled\"" >&5
 
3306
echo "$as_me: WARNING: ctype.h:     section \"Present But Cannot Be Compiled\"" >&2;}
3175
3307
    { echo "$as_me:$LINENO: WARNING: ctype.h: proceeding with the preprocessor's result" >&5
3176
3308
echo "$as_me: WARNING: ctype.h: proceeding with the preprocessor's result" >&2;}
 
3309
    { echo "$as_me:$LINENO: WARNING: ctype.h: in the future, the compiler will take precedence" >&5
 
3310
echo "$as_me: WARNING: ctype.h: in the future, the compiler will take precedence" >&2;}
3177
3311
    (
3178
3312
      cat <<\_ASBOX
3179
 
## ------------------------------------ ##
3180
 
## Report this to bug-autoconf@gnu.org. ##
3181
 
## ------------------------------------ ##
 
3313
## ------------------------------------------ ##
 
3314
## Report this to the AC_PACKAGE_NAME lists.  ##
 
3315
## ------------------------------------------ ##
3182
3316
_ASBOX
3183
3317
    ) |
3184
3318
      sed "s/^/$as_me: WARNING:     /" >&2
3217
3351
echo "$as_me:$LINENO: checking errno.h usability" >&5
3218
3352
echo $ECHO_N "checking errno.h usability... $ECHO_C" >&6
3219
3353
cat >conftest.$ac_ext <<_ACEOF
3220
 
#line $LINENO "configure"
3221
3354
/* confdefs.h.  */
3222
3355
_ACEOF
3223
3356
cat confdefs.h >>conftest.$ac_ext
3228
3361
_ACEOF
3229
3362
rm -f conftest.$ac_objext
3230
3363
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3231
 
  (eval $ac_compile) 2>&5
 
3364
  (eval $ac_compile) 2>conftest.er1
3232
3365
  ac_status=$?
 
3366
  grep -v '^ *+' conftest.er1 >conftest.err
 
3367
  rm -f conftest.er1
 
3368
  cat conftest.err >&5
3233
3369
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3234
3370
  (exit $ac_status); } &&
3235
 
         { ac_try='test -s conftest.$ac_objext'
 
3371
         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
 
3372
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
3373
  (eval $ac_try) 2>&5
 
3374
  ac_status=$?
 
3375
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3376
  (exit $ac_status); }; } &&
 
3377
         { ac_try='test -s conftest.$ac_objext'
3236
3378
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3237
3379
  (eval $ac_try) 2>&5
3238
3380
  ac_status=$?
3245
3387
 
3246
3388
ac_header_compiler=no
3247
3389
fi
3248
 
rm -f conftest.$ac_objext conftest.$ac_ext
 
3390
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3249
3391
echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
3250
3392
echo "${ECHO_T}$ac_header_compiler" >&6
3251
3393
 
3253
3395
echo "$as_me:$LINENO: checking errno.h presence" >&5
3254
3396
echo $ECHO_N "checking errno.h presence... $ECHO_C" >&6
3255
3397
cat >conftest.$ac_ext <<_ACEOF
3256
 
#line $LINENO "configure"
3257
3398
/* confdefs.h.  */
3258
3399
_ACEOF
3259
3400
cat confdefs.h >>conftest.$ac_ext
3271
3412
  (exit $ac_status); } >/dev/null; then
3272
3413
  if test -s conftest.err; then
3273
3414
    ac_cpp_err=$ac_c_preproc_warn_flag
 
3415
    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3274
3416
  else
3275
3417
    ac_cpp_err=
3276
3418
  fi
3290
3432
echo "${ECHO_T}$ac_header_preproc" >&6
3291
3433
 
3292
3434
# So?  What about this header?
3293
 
case $ac_header_compiler:$ac_header_preproc in
3294
 
  yes:no )
 
3435
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
3436
  yes:no: )
3295
3437
    { echo "$as_me:$LINENO: WARNING: errno.h: accepted by the compiler, rejected by the preprocessor!" >&5
3296
3438
echo "$as_me: WARNING: errno.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
3297
 
    { echo "$as_me:$LINENO: WARNING: errno.h: proceeding with the preprocessor's result" >&5
3298
 
echo "$as_me: WARNING: errno.h: proceeding with the preprocessor's result" >&2;}
3299
 
    (
3300
 
      cat <<\_ASBOX
3301
 
## ------------------------------------ ##
3302
 
## Report this to bug-autoconf@gnu.org. ##
3303
 
## ------------------------------------ ##
3304
 
_ASBOX
3305
 
    ) |
3306
 
      sed "s/^/$as_me: WARNING:     /" >&2
 
3439
    { echo "$as_me:$LINENO: WARNING: errno.h: proceeding with the compiler's result" >&5
 
3440
echo "$as_me: WARNING: errno.h: proceeding with the compiler's result" >&2;}
 
3441
    ac_header_preproc=yes
3307
3442
    ;;
3308
 
  no:yes )
 
3443
  no:yes:* )
3309
3444
    { echo "$as_me:$LINENO: WARNING: errno.h: present but cannot be compiled" >&5
3310
3445
echo "$as_me: WARNING: errno.h: present but cannot be compiled" >&2;}
3311
 
    { echo "$as_me:$LINENO: WARNING: errno.h: check for missing prerequisite headers?" >&5
3312
 
echo "$as_me: WARNING: errno.h: check for missing prerequisite headers?" >&2;}
 
3446
    { echo "$as_me:$LINENO: WARNING: errno.h:     check for missing prerequisite headers?" >&5
 
3447
echo "$as_me: WARNING: errno.h:     check for missing prerequisite headers?" >&2;}
 
3448
    { echo "$as_me:$LINENO: WARNING: errno.h: see the Autoconf documentation" >&5
 
3449
echo "$as_me: WARNING: errno.h: see the Autoconf documentation" >&2;}
 
3450
    { echo "$as_me:$LINENO: WARNING: errno.h:     section \"Present But Cannot Be Compiled\"" >&5
 
3451
echo "$as_me: WARNING: errno.h:     section \"Present But Cannot Be Compiled\"" >&2;}
3313
3452
    { echo "$as_me:$LINENO: WARNING: errno.h: proceeding with the preprocessor's result" >&5
3314
3453
echo "$as_me: WARNING: errno.h: proceeding with the preprocessor's result" >&2;}
 
3454
    { echo "$as_me:$LINENO: WARNING: errno.h: in the future, the compiler will take precedence" >&5
 
3455
echo "$as_me: WARNING: errno.h: in the future, the compiler will take precedence" >&2;}
3315
3456
    (
3316
3457
      cat <<\_ASBOX
3317
 
## ------------------------------------ ##
3318
 
## Report this to bug-autoconf@gnu.org. ##
3319
 
## ------------------------------------ ##
 
3458
## ------------------------------------------ ##
 
3459
## Report this to the AC_PACKAGE_NAME lists.  ##
 
3460
## ------------------------------------------ ##
3320
3461
_ASBOX
3321
3462
    ) |
3322
3463
      sed "s/^/$as_me: WARNING:     /" >&2
3355
3496
echo "$as_me:$LINENO: checking fcntl.h usability" >&5
3356
3497
echo $ECHO_N "checking fcntl.h usability... $ECHO_C" >&6
3357
3498
cat >conftest.$ac_ext <<_ACEOF
3358
 
#line $LINENO "configure"
3359
3499
/* confdefs.h.  */
3360
3500
_ACEOF
3361
3501
cat confdefs.h >>conftest.$ac_ext
3366
3506
_ACEOF
3367
3507
rm -f conftest.$ac_objext
3368
3508
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3369
 
  (eval $ac_compile) 2>&5
 
3509
  (eval $ac_compile) 2>conftest.er1
3370
3510
  ac_status=$?
 
3511
  grep -v '^ *+' conftest.er1 >conftest.err
 
3512
  rm -f conftest.er1
 
3513
  cat conftest.err >&5
3371
3514
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3372
3515
  (exit $ac_status); } &&
3373
 
         { ac_try='test -s conftest.$ac_objext'
 
3516
         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
 
3517
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
3518
  (eval $ac_try) 2>&5
 
3519
  ac_status=$?
 
3520
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3521
  (exit $ac_status); }; } &&
 
3522
         { ac_try='test -s conftest.$ac_objext'
3374
3523
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3375
3524
  (eval $ac_try) 2>&5
3376
3525
  ac_status=$?
3383
3532
 
3384
3533
ac_header_compiler=no
3385
3534
fi
3386
 
rm -f conftest.$ac_objext conftest.$ac_ext
 
3535
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3387
3536
echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
3388
3537
echo "${ECHO_T}$ac_header_compiler" >&6
3389
3538
 
3391
3540
echo "$as_me:$LINENO: checking fcntl.h presence" >&5
3392
3541
echo $ECHO_N "checking fcntl.h presence... $ECHO_C" >&6
3393
3542
cat >conftest.$ac_ext <<_ACEOF
3394
 
#line $LINENO "configure"
3395
3543
/* confdefs.h.  */
3396
3544
_ACEOF
3397
3545
cat confdefs.h >>conftest.$ac_ext
3409
3557
  (exit $ac_status); } >/dev/null; then
3410
3558
  if test -s conftest.err; then
3411
3559
    ac_cpp_err=$ac_c_preproc_warn_flag
 
3560
    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3412
3561
  else
3413
3562
    ac_cpp_err=
3414
3563
  fi
3428
3577
echo "${ECHO_T}$ac_header_preproc" >&6
3429
3578
 
3430
3579
# So?  What about this header?
3431
 
case $ac_header_compiler:$ac_header_preproc in
3432
 
  yes:no )
 
3580
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
3581
  yes:no: )
3433
3582
    { echo "$as_me:$LINENO: WARNING: fcntl.h: accepted by the compiler, rejected by the preprocessor!" >&5
3434
3583
echo "$as_me: WARNING: fcntl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
3435
 
    { echo "$as_me:$LINENO: WARNING: fcntl.h: proceeding with the preprocessor's result" >&5
3436
 
echo "$as_me: WARNING: fcntl.h: proceeding with the preprocessor's result" >&2;}
3437
 
    (
3438
 
      cat <<\_ASBOX
3439
 
## ------------------------------------ ##
3440
 
## Report this to bug-autoconf@gnu.org. ##
3441
 
## ------------------------------------ ##
3442
 
_ASBOX
3443
 
    ) |
3444
 
      sed "s/^/$as_me: WARNING:     /" >&2
 
3584
    { echo "$as_me:$LINENO: WARNING: fcntl.h: proceeding with the compiler's result" >&5
 
3585
echo "$as_me: WARNING: fcntl.h: proceeding with the compiler's result" >&2;}
 
3586
    ac_header_preproc=yes
3445
3587
    ;;
3446
 
  no:yes )
 
3588
  no:yes:* )
3447
3589
    { echo "$as_me:$LINENO: WARNING: fcntl.h: present but cannot be compiled" >&5
3448
3590
echo "$as_me: WARNING: fcntl.h: present but cannot be compiled" >&2;}
3449
 
    { echo "$as_me:$LINENO: WARNING: fcntl.h: check for missing prerequisite headers?" >&5
3450
 
echo "$as_me: WARNING: fcntl.h: check for missing prerequisite headers?" >&2;}
 
3591
    { echo "$as_me:$LINENO: WARNING: fcntl.h:     check for missing prerequisite headers?" >&5
 
3592
echo "$as_me: WARNING: fcntl.h:     check for missing prerequisite headers?" >&2;}
 
3593
    { echo "$as_me:$LINENO: WARNING: fcntl.h: see the Autoconf documentation" >&5
 
3594
echo "$as_me: WARNING: fcntl.h: see the Autoconf documentation" >&2;}
 
3595
    { echo "$as_me:$LINENO: WARNING: fcntl.h:     section \"Present But Cannot Be Compiled\"" >&5
 
3596
echo "$as_me: WARNING: fcntl.h:     section \"Present But Cannot Be Compiled\"" >&2;}
3451
3597
    { echo "$as_me:$LINENO: WARNING: fcntl.h: proceeding with the preprocessor's result" >&5
3452
3598
echo "$as_me: WARNING: fcntl.h: proceeding with the preprocessor's result" >&2;}
 
3599
    { echo "$as_me:$LINENO: WARNING: fcntl.h: in the future, the compiler will take precedence" >&5
 
3600
echo "$as_me: WARNING: fcntl.h: in the future, the compiler will take precedence" >&2;}
3453
3601
    (
3454
3602
      cat <<\_ASBOX
3455
 
## ------------------------------------ ##
3456
 
## Report this to bug-autoconf@gnu.org. ##
3457
 
## ------------------------------------ ##
 
3603
## ------------------------------------------ ##
 
3604
## Report this to the AC_PACKAGE_NAME lists.  ##
 
3605
## ------------------------------------------ ##
3458
3606
_ASBOX
3459
3607
    ) |
3460
3608
      sed "s/^/$as_me: WARNING:     /" >&2
3493
3641
echo "$as_me:$LINENO: checking netinet/in.h usability" >&5
3494
3642
echo $ECHO_N "checking netinet/in.h usability... $ECHO_C" >&6
3495
3643
cat >conftest.$ac_ext <<_ACEOF
3496
 
#line $LINENO "configure"
3497
3644
/* confdefs.h.  */
3498
3645
_ACEOF
3499
3646
cat confdefs.h >>conftest.$ac_ext
3504
3651
_ACEOF
3505
3652
rm -f conftest.$ac_objext
3506
3653
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3507
 
  (eval $ac_compile) 2>&5
 
3654
  (eval $ac_compile) 2>conftest.er1
3508
3655
  ac_status=$?
 
3656
  grep -v '^ *+' conftest.er1 >conftest.err
 
3657
  rm -f conftest.er1
 
3658
  cat conftest.err >&5
3509
3659
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3510
3660
  (exit $ac_status); } &&
3511
 
         { ac_try='test -s conftest.$ac_objext'
 
3661
         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
 
3662
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
3663
  (eval $ac_try) 2>&5
 
3664
  ac_status=$?
 
3665
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3666
  (exit $ac_status); }; } &&
 
3667
         { ac_try='test -s conftest.$ac_objext'
3512
3668
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3513
3669
  (eval $ac_try) 2>&5
3514
3670
  ac_status=$?
3521
3677
 
3522
3678
ac_header_compiler=no
3523
3679
fi
3524
 
rm -f conftest.$ac_objext conftest.$ac_ext
 
3680
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3525
3681
echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
3526
3682
echo "${ECHO_T}$ac_header_compiler" >&6
3527
3683
 
3529
3685
echo "$as_me:$LINENO: checking netinet/in.h presence" >&5
3530
3686
echo $ECHO_N "checking netinet/in.h presence... $ECHO_C" >&6
3531
3687
cat >conftest.$ac_ext <<_ACEOF
3532
 
#line $LINENO "configure"
3533
3688
/* confdefs.h.  */
3534
3689
_ACEOF
3535
3690
cat confdefs.h >>conftest.$ac_ext
3547
3702
  (exit $ac_status); } >/dev/null; then
3548
3703
  if test -s conftest.err; then
3549
3704
    ac_cpp_err=$ac_c_preproc_warn_flag
 
3705
    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3550
3706
  else
3551
3707
    ac_cpp_err=
3552
3708
  fi
3566
3722
echo "${ECHO_T}$ac_header_preproc" >&6
3567
3723
 
3568
3724
# So?  What about this header?
3569
 
case $ac_header_compiler:$ac_header_preproc in
3570
 
  yes:no )
 
3725
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
3726
  yes:no: )
3571
3727
    { echo "$as_me:$LINENO: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&5
3572
3728
echo "$as_me: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
3573
 
    { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5
3574
 
echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;}
3575
 
    (
3576
 
      cat <<\_ASBOX
3577
 
## ------------------------------------ ##
3578
 
## Report this to bug-autoconf@gnu.org. ##
3579
 
## ------------------------------------ ##
3580
 
_ASBOX
3581
 
    ) |
3582
 
      sed "s/^/$as_me: WARNING:     /" >&2
 
3729
    { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the compiler's result" >&5
 
3730
echo "$as_me: WARNING: netinet/in.h: proceeding with the compiler's result" >&2;}
 
3731
    ac_header_preproc=yes
3583
3732
    ;;
3584
 
  no:yes )
 
3733
  no:yes:* )
3585
3734
    { echo "$as_me:$LINENO: WARNING: netinet/in.h: present but cannot be compiled" >&5
3586
3735
echo "$as_me: WARNING: netinet/in.h: present but cannot be compiled" >&2;}
3587
 
    { echo "$as_me:$LINENO: WARNING: netinet/in.h: check for missing prerequisite headers?" >&5
3588
 
echo "$as_me: WARNING: netinet/in.h: check for missing prerequisite headers?" >&2;}
 
3736
    { echo "$as_me:$LINENO: WARNING: netinet/in.h:     check for missing prerequisite headers?" >&5
 
3737
echo "$as_me: WARNING: netinet/in.h:     check for missing prerequisite headers?" >&2;}
 
3738
    { echo "$as_me:$LINENO: WARNING: netinet/in.h: see the Autoconf documentation" >&5
 
3739
echo "$as_me: WARNING: netinet/in.h: see the Autoconf documentation" >&2;}
 
3740
    { echo "$as_me:$LINENO: WARNING: netinet/in.h:     section \"Present But Cannot Be Compiled\"" >&5
 
3741
echo "$as_me: WARNING: netinet/in.h:     section \"Present But Cannot Be Compiled\"" >&2;}
3589
3742
    { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5
3590
3743
echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;}
 
3744
    { echo "$as_me:$LINENO: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&5
 
3745
echo "$as_me: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&2;}
3591
3746
    (
3592
3747
      cat <<\_ASBOX
3593
 
## ------------------------------------ ##
3594
 
## Report this to bug-autoconf@gnu.org. ##
3595
 
## ------------------------------------ ##
 
3748
## ------------------------------------------ ##
 
3749
## Report this to the AC_PACKAGE_NAME lists.  ##
 
3750
## ------------------------------------------ ##
3596
3751
_ASBOX
3597
3752
    ) |
3598
3753
      sed "s/^/$as_me: WARNING:     /" >&2
3631
3786
echo "$as_me:$LINENO: checking pthread.h usability" >&5
3632
3787
echo $ECHO_N "checking pthread.h usability... $ECHO_C" >&6
3633
3788
cat >conftest.$ac_ext <<_ACEOF
3634
 
#line $LINENO "configure"
3635
3789
/* confdefs.h.  */
3636
3790
_ACEOF
3637
3791
cat confdefs.h >>conftest.$ac_ext
3642
3796
_ACEOF
3643
3797
rm -f conftest.$ac_objext
3644
3798
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3645
 
  (eval $ac_compile) 2>&5
 
3799
  (eval $ac_compile) 2>conftest.er1
3646
3800
  ac_status=$?
 
3801
  grep -v '^ *+' conftest.er1 >conftest.err
 
3802
  rm -f conftest.er1
 
3803
  cat conftest.err >&5
3647
3804
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3648
3805
  (exit $ac_status); } &&
3649
 
         { ac_try='test -s conftest.$ac_objext'
 
3806
         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
 
3807
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
3808
  (eval $ac_try) 2>&5
 
3809
  ac_status=$?
 
3810
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3811
  (exit $ac_status); }; } &&
 
3812
         { ac_try='test -s conftest.$ac_objext'
3650
3813
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3651
3814
  (eval $ac_try) 2>&5
3652
3815
  ac_status=$?
3659
3822
 
3660
3823
ac_header_compiler=no
3661
3824
fi
3662
 
rm -f conftest.$ac_objext conftest.$ac_ext
 
3825
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3663
3826
echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
3664
3827
echo "${ECHO_T}$ac_header_compiler" >&6
3665
3828
 
3667
3830
echo "$as_me:$LINENO: checking pthread.h presence" >&5
3668
3831
echo $ECHO_N "checking pthread.h presence... $ECHO_C" >&6
3669
3832
cat >conftest.$ac_ext <<_ACEOF
3670
 
#line $LINENO "configure"
3671
3833
/* confdefs.h.  */
3672
3834
_ACEOF
3673
3835
cat confdefs.h >>conftest.$ac_ext
3685
3847
  (exit $ac_status); } >/dev/null; then
3686
3848
  if test -s conftest.err; then
3687
3849
    ac_cpp_err=$ac_c_preproc_warn_flag
 
3850
    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3688
3851
  else
3689
3852
    ac_cpp_err=
3690
3853
  fi
3704
3867
echo "${ECHO_T}$ac_header_preproc" >&6
3705
3868
 
3706
3869
# So?  What about this header?
3707
 
case $ac_header_compiler:$ac_header_preproc in
3708
 
  yes:no )
 
3870
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
3871
  yes:no: )
3709
3872
    { echo "$as_me:$LINENO: WARNING: pthread.h: accepted by the compiler, rejected by the preprocessor!" >&5
3710
3873
echo "$as_me: WARNING: pthread.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
3711
 
    { echo "$as_me:$LINENO: WARNING: pthread.h: proceeding with the preprocessor's result" >&5
3712
 
echo "$as_me: WARNING: pthread.h: proceeding with the preprocessor's result" >&2;}
3713
 
    (
3714
 
      cat <<\_ASBOX
3715
 
## ------------------------------------ ##
3716
 
## Report this to bug-autoconf@gnu.org. ##
3717
 
## ------------------------------------ ##
3718
 
_ASBOX
3719
 
    ) |
3720
 
      sed "s/^/$as_me: WARNING:     /" >&2
 
3874
    { echo "$as_me:$LINENO: WARNING: pthread.h: proceeding with the compiler's result" >&5
 
3875
echo "$as_me: WARNING: pthread.h: proceeding with the compiler's result" >&2;}
 
3876
    ac_header_preproc=yes
3721
3877
    ;;
3722
 
  no:yes )
 
3878
  no:yes:* )
3723
3879
    { echo "$as_me:$LINENO: WARNING: pthread.h: present but cannot be compiled" >&5
3724
3880
echo "$as_me: WARNING: pthread.h: present but cannot be compiled" >&2;}
3725
 
    { echo "$as_me:$LINENO: WARNING: pthread.h: check for missing prerequisite headers?" >&5
3726
 
echo "$as_me: WARNING: pthread.h: check for missing prerequisite headers?" >&2;}
 
3881
    { echo "$as_me:$LINENO: WARNING: pthread.h:     check for missing prerequisite headers?" >&5
 
3882
echo "$as_me: WARNING: pthread.h:     check for missing prerequisite headers?" >&2;}
 
3883
    { echo "$as_me:$LINENO: WARNING: pthread.h: see the Autoconf documentation" >&5
 
3884
echo "$as_me: WARNING: pthread.h: see the Autoconf documentation" >&2;}
 
3885
    { echo "$as_me:$LINENO: WARNING: pthread.h:     section \"Present But Cannot Be Compiled\"" >&5
 
3886
echo "$as_me: WARNING: pthread.h:     section \"Present But Cannot Be Compiled\"" >&2;}
3727
3887
    { echo "$as_me:$LINENO: WARNING: pthread.h: proceeding with the preprocessor's result" >&5
3728
3888
echo "$as_me: WARNING: pthread.h: proceeding with the preprocessor's result" >&2;}
 
3889
    { echo "$as_me:$LINENO: WARNING: pthread.h: in the future, the compiler will take precedence" >&5
 
3890
echo "$as_me: WARNING: pthread.h: in the future, the compiler will take precedence" >&2;}
3729
3891
    (
3730
3892
      cat <<\_ASBOX
3731
 
## ------------------------------------ ##
3732
 
## Report this to bug-autoconf@gnu.org. ##
3733
 
## ------------------------------------ ##
 
3893
## ------------------------------------------ ##
 
3894
## Report this to the AC_PACKAGE_NAME lists.  ##
 
3895
## ------------------------------------------ ##
3734
3896
_ASBOX
3735
3897
    ) |
3736
3898
      sed "s/^/$as_me: WARNING:     /" >&2
3769
3931
echo "$as_me:$LINENO: checking signal.h usability" >&5
3770
3932
echo $ECHO_N "checking signal.h usability... $ECHO_C" >&6
3771
3933
cat >conftest.$ac_ext <<_ACEOF
3772
 
#line $LINENO "configure"
3773
3934
/* confdefs.h.  */
3774
3935
_ACEOF
3775
3936
cat confdefs.h >>conftest.$ac_ext
3780
3941
_ACEOF
3781
3942
rm -f conftest.$ac_objext
3782
3943
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3783
 
  (eval $ac_compile) 2>&5
 
3944
  (eval $ac_compile) 2>conftest.er1
3784
3945
  ac_status=$?
 
3946
  grep -v '^ *+' conftest.er1 >conftest.err
 
3947
  rm -f conftest.er1
 
3948
  cat conftest.err >&5
3785
3949
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3786
3950
  (exit $ac_status); } &&
3787
 
         { ac_try='test -s conftest.$ac_objext'
 
3951
         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
 
3952
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
3953
  (eval $ac_try) 2>&5
 
3954
  ac_status=$?
 
3955
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3956
  (exit $ac_status); }; } &&
 
3957
         { ac_try='test -s conftest.$ac_objext'
3788
3958
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3789
3959
  (eval $ac_try) 2>&5
3790
3960
  ac_status=$?
3797
3967
 
3798
3968
ac_header_compiler=no
3799
3969
fi
3800
 
rm -f conftest.$ac_objext conftest.$ac_ext
 
3970
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3801
3971
echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
3802
3972
echo "${ECHO_T}$ac_header_compiler" >&6
3803
3973
 
3805
3975
echo "$as_me:$LINENO: checking signal.h presence" >&5
3806
3976
echo $ECHO_N "checking signal.h presence... $ECHO_C" >&6
3807
3977
cat >conftest.$ac_ext <<_ACEOF
3808
 
#line $LINENO "configure"
3809
3978
/* confdefs.h.  */
3810
3979
_ACEOF
3811
3980
cat confdefs.h >>conftest.$ac_ext
3823
3992
  (exit $ac_status); } >/dev/null; then
3824
3993
  if test -s conftest.err; then
3825
3994
    ac_cpp_err=$ac_c_preproc_warn_flag
 
3995
    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3826
3996
  else
3827
3997
    ac_cpp_err=
3828
3998
  fi
3842
4012
echo "${ECHO_T}$ac_header_preproc" >&6
3843
4013
 
3844
4014
# So?  What about this header?
3845
 
case $ac_header_compiler:$ac_header_preproc in
3846
 
  yes:no )
 
4015
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
4016
  yes:no: )
3847
4017
    { echo "$as_me:$LINENO: WARNING: signal.h: accepted by the compiler, rejected by the preprocessor!" >&5
3848
4018
echo "$as_me: WARNING: signal.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
3849
 
    { echo "$as_me:$LINENO: WARNING: signal.h: proceeding with the preprocessor's result" >&5
3850
 
echo "$as_me: WARNING: signal.h: proceeding with the preprocessor's result" >&2;}
3851
 
    (
3852
 
      cat <<\_ASBOX
3853
 
## ------------------------------------ ##
3854
 
## Report this to bug-autoconf@gnu.org. ##
3855
 
## ------------------------------------ ##
3856
 
_ASBOX
3857
 
    ) |
3858
 
      sed "s/^/$as_me: WARNING:     /" >&2
 
4019
    { echo "$as_me:$LINENO: WARNING: signal.h: proceeding with the compiler's result" >&5
 
4020
echo "$as_me: WARNING: signal.h: proceeding with the compiler's result" >&2;}
 
4021
    ac_header_preproc=yes
3859
4022
    ;;
3860
 
  no:yes )
 
4023
  no:yes:* )
3861
4024
    { echo "$as_me:$LINENO: WARNING: signal.h: present but cannot be compiled" >&5
3862
4025
echo "$as_me: WARNING: signal.h: present but cannot be compiled" >&2;}
3863
 
    { echo "$as_me:$LINENO: WARNING: signal.h: check for missing prerequisite headers?" >&5
3864
 
echo "$as_me: WARNING: signal.h: check for missing prerequisite headers?" >&2;}
 
4026
    { echo "$as_me:$LINENO: WARNING: signal.h:     check for missing prerequisite headers?" >&5
 
4027
echo "$as_me: WARNING: signal.h:     check for missing prerequisite headers?" >&2;}
 
4028
    { echo "$as_me:$LINENO: WARNING: signal.h: see the Autoconf documentation" >&5
 
4029
echo "$as_me: WARNING: signal.h: see the Autoconf documentation" >&2;}
 
4030
    { echo "$as_me:$LINENO: WARNING: signal.h:     section \"Present But Cannot Be Compiled\"" >&5
 
4031
echo "$as_me: WARNING: signal.h:     section \"Present But Cannot Be Compiled\"" >&2;}
3865
4032
    { echo "$as_me:$LINENO: WARNING: signal.h: proceeding with the preprocessor's result" >&5
3866
4033
echo "$as_me: WARNING: signal.h: proceeding with the preprocessor's result" >&2;}
 
4034
    { echo "$as_me:$LINENO: WARNING: signal.h: in the future, the compiler will take precedence" >&5
 
4035
echo "$as_me: WARNING: signal.h: in the future, the compiler will take precedence" >&2;}
3867
4036
    (
3868
4037
      cat <<\_ASBOX
3869
 
## ------------------------------------ ##
3870
 
## Report this to bug-autoconf@gnu.org. ##
3871
 
## ------------------------------------ ##
 
4038
## ------------------------------------------ ##
 
4039
## Report this to the AC_PACKAGE_NAME lists.  ##
 
4040
## ------------------------------------------ ##
3872
4041
_ASBOX
3873
4042
    ) |
3874
4043
      sed "s/^/$as_me: WARNING:     /" >&2
3907
4076
echo "$as_me:$LINENO: checking stdio.h usability" >&5
3908
4077
echo $ECHO_N "checking stdio.h usability... $ECHO_C" >&6
3909
4078
cat >conftest.$ac_ext <<_ACEOF
3910
 
#line $LINENO "configure"
3911
4079
/* confdefs.h.  */
3912
4080
_ACEOF
3913
4081
cat confdefs.h >>conftest.$ac_ext
3918
4086
_ACEOF
3919
4087
rm -f conftest.$ac_objext
3920
4088
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3921
 
  (eval $ac_compile) 2>&5
 
4089
  (eval $ac_compile) 2>conftest.er1
3922
4090
  ac_status=$?
 
4091
  grep -v '^ *+' conftest.er1 >conftest.err
 
4092
  rm -f conftest.er1
 
4093
  cat conftest.err >&5
3923
4094
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3924
4095
  (exit $ac_status); } &&
3925
 
         { ac_try='test -s conftest.$ac_objext'
 
4096
         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
 
4097
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
4098
  (eval $ac_try) 2>&5
 
4099
  ac_status=$?
 
4100
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4101
  (exit $ac_status); }; } &&
 
4102
         { ac_try='test -s conftest.$ac_objext'
3926
4103
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3927
4104
  (eval $ac_try) 2>&5
3928
4105
  ac_status=$?
3935
4112
 
3936
4113
ac_header_compiler=no
3937
4114
fi
3938
 
rm -f conftest.$ac_objext conftest.$ac_ext
 
4115
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3939
4116
echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
3940
4117
echo "${ECHO_T}$ac_header_compiler" >&6
3941
4118
 
3943
4120
echo "$as_me:$LINENO: checking stdio.h presence" >&5
3944
4121
echo $ECHO_N "checking stdio.h presence... $ECHO_C" >&6
3945
4122
cat >conftest.$ac_ext <<_ACEOF
3946
 
#line $LINENO "configure"
3947
4123
/* confdefs.h.  */
3948
4124
_ACEOF
3949
4125
cat confdefs.h >>conftest.$ac_ext
3961
4137
  (exit $ac_status); } >/dev/null; then
3962
4138
  if test -s conftest.err; then
3963
4139
    ac_cpp_err=$ac_c_preproc_warn_flag
 
4140
    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3964
4141
  else
3965
4142
    ac_cpp_err=
3966
4143
  fi
3980
4157
echo "${ECHO_T}$ac_header_preproc" >&6
3981
4158
 
3982
4159
# So?  What about this header?
3983
 
case $ac_header_compiler:$ac_header_preproc in
3984
 
  yes:no )
 
4160
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
4161
  yes:no: )
3985
4162
    { echo "$as_me:$LINENO: WARNING: stdio.h: accepted by the compiler, rejected by the preprocessor!" >&5
3986
4163
echo "$as_me: WARNING: stdio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
3987
 
    { echo "$as_me:$LINENO: WARNING: stdio.h: proceeding with the preprocessor's result" >&5
3988
 
echo "$as_me: WARNING: stdio.h: proceeding with the preprocessor's result" >&2;}
3989
 
    (
3990
 
      cat <<\_ASBOX
3991
 
## ------------------------------------ ##
3992
 
## Report this to bug-autoconf@gnu.org. ##
3993
 
## ------------------------------------ ##
3994
 
_ASBOX
3995
 
    ) |
3996
 
      sed "s/^/$as_me: WARNING:     /" >&2
 
4164
    { echo "$as_me:$LINENO: WARNING: stdio.h: proceeding with the compiler's result" >&5
 
4165
echo "$as_me: WARNING: stdio.h: proceeding with the compiler's result" >&2;}
 
4166
    ac_header_preproc=yes
3997
4167
    ;;
3998
 
  no:yes )
 
4168
  no:yes:* )
3999
4169
    { echo "$as_me:$LINENO: WARNING: stdio.h: present but cannot be compiled" >&5
4000
4170
echo "$as_me: WARNING: stdio.h: present but cannot be compiled" >&2;}
4001
 
    { echo "$as_me:$LINENO: WARNING: stdio.h: check for missing prerequisite headers?" >&5
4002
 
echo "$as_me: WARNING: stdio.h: check for missing prerequisite headers?" >&2;}
 
4171
    { echo "$as_me:$LINENO: WARNING: stdio.h:     check for missing prerequisite headers?" >&5
 
4172
echo "$as_me: WARNING: stdio.h:     check for missing prerequisite headers?" >&2;}
 
4173
    { echo "$as_me:$LINENO: WARNING: stdio.h: see the Autoconf documentation" >&5
 
4174
echo "$as_me: WARNING: stdio.h: see the Autoconf documentation" >&2;}
 
4175
    { echo "$as_me:$LINENO: WARNING: stdio.h:     section \"Present But Cannot Be Compiled\"" >&5
 
4176
echo "$as_me: WARNING: stdio.h:     section \"Present But Cannot Be Compiled\"" >&2;}
4003
4177
    { echo "$as_me:$LINENO: WARNING: stdio.h: proceeding with the preprocessor's result" >&5
4004
4178
echo "$as_me: WARNING: stdio.h: proceeding with the preprocessor's result" >&2;}
 
4179
    { echo "$as_me:$LINENO: WARNING: stdio.h: in the future, the compiler will take precedence" >&5
 
4180
echo "$as_me: WARNING: stdio.h: in the future, the compiler will take precedence" >&2;}
4005
4181
    (
4006
4182
      cat <<\_ASBOX
4007
 
## ------------------------------------ ##
4008
 
## Report this to bug-autoconf@gnu.org. ##
4009
 
## ------------------------------------ ##
 
4183
## ------------------------------------------ ##
 
4184
## Report this to the AC_PACKAGE_NAME lists.  ##
 
4185
## ------------------------------------------ ##
4010
4186
_ASBOX
4011
4187
    ) |
4012
4188
      sed "s/^/$as_me: WARNING:     /" >&2
4045
4221
echo "$as_me:$LINENO: checking stdlib.h usability" >&5
4046
4222
echo $ECHO_N "checking stdlib.h usability... $ECHO_C" >&6
4047
4223
cat >conftest.$ac_ext <<_ACEOF
4048
 
#line $LINENO "configure"
4049
4224
/* confdefs.h.  */
4050
4225
_ACEOF
4051
4226
cat confdefs.h >>conftest.$ac_ext
4056
4231
_ACEOF
4057
4232
rm -f conftest.$ac_objext
4058
4233
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4059
 
  (eval $ac_compile) 2>&5
 
4234
  (eval $ac_compile) 2>conftest.er1
4060
4235
  ac_status=$?
 
4236
  grep -v '^ *+' conftest.er1 >conftest.err
 
4237
  rm -f conftest.er1
 
4238
  cat conftest.err >&5
4061
4239
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4062
4240
  (exit $ac_status); } &&
4063
 
         { ac_try='test -s conftest.$ac_objext'
 
4241
         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
 
4242
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
4243
  (eval $ac_try) 2>&5
 
4244
  ac_status=$?
 
4245
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4246
  (exit $ac_status); }; } &&
 
4247
         { ac_try='test -s conftest.$ac_objext'
4064
4248
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4065
4249
  (eval $ac_try) 2>&5
4066
4250
  ac_status=$?
4073
4257
 
4074
4258
ac_header_compiler=no
4075
4259
fi
4076
 
rm -f conftest.$ac_objext conftest.$ac_ext
 
4260
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4077
4261
echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4078
4262
echo "${ECHO_T}$ac_header_compiler" >&6
4079
4263
 
4081
4265
echo "$as_me:$LINENO: checking stdlib.h presence" >&5
4082
4266
echo $ECHO_N "checking stdlib.h presence... $ECHO_C" >&6
4083
4267
cat >conftest.$ac_ext <<_ACEOF
4084
 
#line $LINENO "configure"
4085
4268
/* confdefs.h.  */
4086
4269
_ACEOF
4087
4270
cat confdefs.h >>conftest.$ac_ext
4099
4282
  (exit $ac_status); } >/dev/null; then
4100
4283
  if test -s conftest.err; then
4101
4284
    ac_cpp_err=$ac_c_preproc_warn_flag
 
4285
    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4102
4286
  else
4103
4287
    ac_cpp_err=
4104
4288
  fi
4118
4302
echo "${ECHO_T}$ac_header_preproc" >&6
4119
4303
 
4120
4304
# So?  What about this header?
4121
 
case $ac_header_compiler:$ac_header_preproc in
4122
 
  yes:no )
 
4305
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
4306
  yes:no: )
4123
4307
    { echo "$as_me:$LINENO: WARNING: stdlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
4124
4308
echo "$as_me: WARNING: stdlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
4125
 
    { echo "$as_me:$LINENO: WARNING: stdlib.h: proceeding with the preprocessor's result" >&5
4126
 
echo "$as_me: WARNING: stdlib.h: proceeding with the preprocessor's result" >&2;}
4127
 
    (
4128
 
      cat <<\_ASBOX
4129
 
## ------------------------------------ ##
4130
 
## Report this to bug-autoconf@gnu.org. ##
4131
 
## ------------------------------------ ##
4132
 
_ASBOX
4133
 
    ) |
4134
 
      sed "s/^/$as_me: WARNING:     /" >&2
 
4309
    { echo "$as_me:$LINENO: WARNING: stdlib.h: proceeding with the compiler's result" >&5
 
4310
echo "$as_me: WARNING: stdlib.h: proceeding with the compiler's result" >&2;}
 
4311
    ac_header_preproc=yes
4135
4312
    ;;
4136
 
  no:yes )
 
4313
  no:yes:* )
4137
4314
    { echo "$as_me:$LINENO: WARNING: stdlib.h: present but cannot be compiled" >&5
4138
4315
echo "$as_me: WARNING: stdlib.h: present but cannot be compiled" >&2;}
4139
 
    { echo "$as_me:$LINENO: WARNING: stdlib.h: check for missing prerequisite headers?" >&5
4140
 
echo "$as_me: WARNING: stdlib.h: check for missing prerequisite headers?" >&2;}
 
4316
    { echo "$as_me:$LINENO: WARNING: stdlib.h:     check for missing prerequisite headers?" >&5
 
4317
echo "$as_me: WARNING: stdlib.h:     check for missing prerequisite headers?" >&2;}
 
4318
    { echo "$as_me:$LINENO: WARNING: stdlib.h: see the Autoconf documentation" >&5
 
4319
echo "$as_me: WARNING: stdlib.h: see the Autoconf documentation" >&2;}
 
4320
    { echo "$as_me:$LINENO: WARNING: stdlib.h:     section \"Present But Cannot Be Compiled\"" >&5
 
4321
echo "$as_me: WARNING: stdlib.h:     section \"Present But Cannot Be Compiled\"" >&2;}
4141
4322
    { echo "$as_me:$LINENO: WARNING: stdlib.h: proceeding with the preprocessor's result" >&5
4142
4323
echo "$as_me: WARNING: stdlib.h: proceeding with the preprocessor's result" >&2;}
 
4324
    { echo "$as_me:$LINENO: WARNING: stdlib.h: in the future, the compiler will take precedence" >&5
 
4325
echo "$as_me: WARNING: stdlib.h: in the future, the compiler will take precedence" >&2;}
4143
4326
    (
4144
4327
      cat <<\_ASBOX
4145
 
## ------------------------------------ ##
4146
 
## Report this to bug-autoconf@gnu.org. ##
4147
 
## ------------------------------------ ##
 
4328
## ------------------------------------------ ##
 
4329
## Report this to the AC_PACKAGE_NAME lists.  ##
 
4330
## ------------------------------------------ ##
4148
4331
_ASBOX
4149
4332
    ) |
4150
4333
      sed "s/^/$as_me: WARNING:     /" >&2
4183
4366
echo "$as_me:$LINENO: checking string.h usability" >&5
4184
4367
echo $ECHO_N "checking string.h usability... $ECHO_C" >&6
4185
4368
cat >conftest.$ac_ext <<_ACEOF
4186
 
#line $LINENO "configure"
4187
4369
/* confdefs.h.  */
4188
4370
_ACEOF
4189
4371
cat confdefs.h >>conftest.$ac_ext
4194
4376
_ACEOF
4195
4377
rm -f conftest.$ac_objext
4196
4378
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4197
 
  (eval $ac_compile) 2>&5
 
4379
  (eval $ac_compile) 2>conftest.er1
4198
4380
  ac_status=$?
 
4381
  grep -v '^ *+' conftest.er1 >conftest.err
 
4382
  rm -f conftest.er1
 
4383
  cat conftest.err >&5
4199
4384
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4200
4385
  (exit $ac_status); } &&
4201
 
         { ac_try='test -s conftest.$ac_objext'
 
4386
         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
 
4387
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
4388
  (eval $ac_try) 2>&5
 
4389
  ac_status=$?
 
4390
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4391
  (exit $ac_status); }; } &&
 
4392
         { ac_try='test -s conftest.$ac_objext'
4202
4393
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4203
4394
  (eval $ac_try) 2>&5
4204
4395
  ac_status=$?
4211
4402
 
4212
4403
ac_header_compiler=no
4213
4404
fi
4214
 
rm -f conftest.$ac_objext conftest.$ac_ext
 
4405
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4215
4406
echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4216
4407
echo "${ECHO_T}$ac_header_compiler" >&6
4217
4408
 
4219
4410
echo "$as_me:$LINENO: checking string.h presence" >&5
4220
4411
echo $ECHO_N "checking string.h presence... $ECHO_C" >&6
4221
4412
cat >conftest.$ac_ext <<_ACEOF
4222
 
#line $LINENO "configure"
4223
4413
/* confdefs.h.  */
4224
4414
_ACEOF
4225
4415
cat confdefs.h >>conftest.$ac_ext
4237
4427
  (exit $ac_status); } >/dev/null; then
4238
4428
  if test -s conftest.err; then
4239
4429
    ac_cpp_err=$ac_c_preproc_warn_flag
 
4430
    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4240
4431
  else
4241
4432
    ac_cpp_err=
4242
4433
  fi
4256
4447
echo "${ECHO_T}$ac_header_preproc" >&6
4257
4448
 
4258
4449
# So?  What about this header?
4259
 
case $ac_header_compiler:$ac_header_preproc in
4260
 
  yes:no )
 
4450
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
4451
  yes:no: )
4261
4452
    { echo "$as_me:$LINENO: WARNING: string.h: accepted by the compiler, rejected by the preprocessor!" >&5
4262
4453
echo "$as_me: WARNING: string.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
4263
 
    { echo "$as_me:$LINENO: WARNING: string.h: proceeding with the preprocessor's result" >&5
4264
 
echo "$as_me: WARNING: string.h: proceeding with the preprocessor's result" >&2;}
4265
 
    (
4266
 
      cat <<\_ASBOX
4267
 
## ------------------------------------ ##
4268
 
## Report this to bug-autoconf@gnu.org. ##
4269
 
## ------------------------------------ ##
4270
 
_ASBOX
4271
 
    ) |
4272
 
      sed "s/^/$as_me: WARNING:     /" >&2
 
4454
    { echo "$as_me:$LINENO: WARNING: string.h: proceeding with the compiler's result" >&5
 
4455
echo "$as_me: WARNING: string.h: proceeding with the compiler's result" >&2;}
 
4456
    ac_header_preproc=yes
4273
4457
    ;;
4274
 
  no:yes )
 
4458
  no:yes:* )
4275
4459
    { echo "$as_me:$LINENO: WARNING: string.h: present but cannot be compiled" >&5
4276
4460
echo "$as_me: WARNING: string.h: present but cannot be compiled" >&2;}
4277
 
    { echo "$as_me:$LINENO: WARNING: string.h: check for missing prerequisite headers?" >&5
4278
 
echo "$as_me: WARNING: string.h: check for missing prerequisite headers?" >&2;}
 
4461
    { echo "$as_me:$LINENO: WARNING: string.h:     check for missing prerequisite headers?" >&5
 
4462
echo "$as_me: WARNING: string.h:     check for missing prerequisite headers?" >&2;}
 
4463
    { echo "$as_me:$LINENO: WARNING: string.h: see the Autoconf documentation" >&5
 
4464
echo "$as_me: WARNING: string.h: see the Autoconf documentation" >&2;}
 
4465
    { echo "$as_me:$LINENO: WARNING: string.h:     section \"Present But Cannot Be Compiled\"" >&5
 
4466
echo "$as_me: WARNING: string.h:     section \"Present But Cannot Be Compiled\"" >&2;}
4279
4467
    { echo "$as_me:$LINENO: WARNING: string.h: proceeding with the preprocessor's result" >&5
4280
4468
echo "$as_me: WARNING: string.h: proceeding with the preprocessor's result" >&2;}
 
4469
    { echo "$as_me:$LINENO: WARNING: string.h: in the future, the compiler will take precedence" >&5
 
4470
echo "$as_me: WARNING: string.h: in the future, the compiler will take precedence" >&2;}
4281
4471
    (
4282
4472
      cat <<\_ASBOX
4283
 
## ------------------------------------ ##
4284
 
## Report this to bug-autoconf@gnu.org. ##
4285
 
## ------------------------------------ ##
 
4473
## ------------------------------------------ ##
 
4474
## Report this to the AC_PACKAGE_NAME lists.  ##
 
4475
## ------------------------------------------ ##
4286
4476
_ASBOX
4287
4477
    ) |
4288
4478
      sed "s/^/$as_me: WARNING:     /" >&2
4321
4511
echo "$as_me:$LINENO: checking sys/socket.h usability" >&5
4322
4512
echo $ECHO_N "checking sys/socket.h usability... $ECHO_C" >&6
4323
4513
cat >conftest.$ac_ext <<_ACEOF
4324
 
#line $LINENO "configure"
4325
4514
/* confdefs.h.  */
4326
4515
_ACEOF
4327
4516
cat confdefs.h >>conftest.$ac_ext
4332
4521
_ACEOF
4333
4522
rm -f conftest.$ac_objext
4334
4523
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4335
 
  (eval $ac_compile) 2>&5
 
4524
  (eval $ac_compile) 2>conftest.er1
4336
4525
  ac_status=$?
 
4526
  grep -v '^ *+' conftest.er1 >conftest.err
 
4527
  rm -f conftest.er1
 
4528
  cat conftest.err >&5
4337
4529
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4338
4530
  (exit $ac_status); } &&
4339
 
         { ac_try='test -s conftest.$ac_objext'
 
4531
         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
 
4532
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
4533
  (eval $ac_try) 2>&5
 
4534
  ac_status=$?
 
4535
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4536
  (exit $ac_status); }; } &&
 
4537
         { ac_try='test -s conftest.$ac_objext'
4340
4538
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4341
4539
  (eval $ac_try) 2>&5
4342
4540
  ac_status=$?
4349
4547
 
4350
4548
ac_header_compiler=no
4351
4549
fi
4352
 
rm -f conftest.$ac_objext conftest.$ac_ext
 
4550
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4353
4551
echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4354
4552
echo "${ECHO_T}$ac_header_compiler" >&6
4355
4553
 
4357
4555
echo "$as_me:$LINENO: checking sys/socket.h presence" >&5
4358
4556
echo $ECHO_N "checking sys/socket.h presence... $ECHO_C" >&6
4359
4557
cat >conftest.$ac_ext <<_ACEOF
4360
 
#line $LINENO "configure"
4361
4558
/* confdefs.h.  */
4362
4559
_ACEOF
4363
4560
cat confdefs.h >>conftest.$ac_ext
4375
4572
  (exit $ac_status); } >/dev/null; then
4376
4573
  if test -s conftest.err; then
4377
4574
    ac_cpp_err=$ac_c_preproc_warn_flag
 
4575
    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4378
4576
  else
4379
4577
    ac_cpp_err=
4380
4578
  fi
4394
4592
echo "${ECHO_T}$ac_header_preproc" >&6
4395
4593
 
4396
4594
# So?  What about this header?
4397
 
case $ac_header_compiler:$ac_header_preproc in
4398
 
  yes:no )
 
4595
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
4596
  yes:no: )
4399
4597
    { echo "$as_me:$LINENO: WARNING: sys/socket.h: accepted by the compiler, rejected by the preprocessor!" >&5
4400
4598
echo "$as_me: WARNING: sys/socket.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
4401
 
    { echo "$as_me:$LINENO: WARNING: sys/socket.h: proceeding with the preprocessor's result" >&5
4402
 
echo "$as_me: WARNING: sys/socket.h: proceeding with the preprocessor's result" >&2;}
4403
 
    (
4404
 
      cat <<\_ASBOX
4405
 
## ------------------------------------ ##
4406
 
## Report this to bug-autoconf@gnu.org. ##
4407
 
## ------------------------------------ ##
4408
 
_ASBOX
4409
 
    ) |
4410
 
      sed "s/^/$as_me: WARNING:     /" >&2
 
4599
    { echo "$as_me:$LINENO: WARNING: sys/socket.h: proceeding with the compiler's result" >&5
 
4600
echo "$as_me: WARNING: sys/socket.h: proceeding with the compiler's result" >&2;}
 
4601
    ac_header_preproc=yes
4411
4602
    ;;
4412
 
  no:yes )
 
4603
  no:yes:* )
4413
4604
    { echo "$as_me:$LINENO: WARNING: sys/socket.h: present but cannot be compiled" >&5
4414
4605
echo "$as_me: WARNING: sys/socket.h: present but cannot be compiled" >&2;}
4415
 
    { echo "$as_me:$LINENO: WARNING: sys/socket.h: check for missing prerequisite headers?" >&5
4416
 
echo "$as_me: WARNING: sys/socket.h: check for missing prerequisite headers?" >&2;}
 
4606
    { echo "$as_me:$LINENO: WARNING: sys/socket.h:     check for missing prerequisite headers?" >&5
 
4607
echo "$as_me: WARNING: sys/socket.h:     check for missing prerequisite headers?" >&2;}
 
4608
    { echo "$as_me:$LINENO: WARNING: sys/socket.h: see the Autoconf documentation" >&5
 
4609
echo "$as_me: WARNING: sys/socket.h: see the Autoconf documentation" >&2;}
 
4610
    { echo "$as_me:$LINENO: WARNING: sys/socket.h:     section \"Present But Cannot Be Compiled\"" >&5
 
4611
echo "$as_me: WARNING: sys/socket.h:     section \"Present But Cannot Be Compiled\"" >&2;}
4417
4612
    { echo "$as_me:$LINENO: WARNING: sys/socket.h: proceeding with the preprocessor's result" >&5
4418
4613
echo "$as_me: WARNING: sys/socket.h: proceeding with the preprocessor's result" >&2;}
 
4614
    { echo "$as_me:$LINENO: WARNING: sys/socket.h: in the future, the compiler will take precedence" >&5
 
4615
echo "$as_me: WARNING: sys/socket.h: in the future, the compiler will take precedence" >&2;}
4419
4616
    (
4420
4617
      cat <<\_ASBOX
4421
 
## ------------------------------------ ##
4422
 
## Report this to bug-autoconf@gnu.org. ##
4423
 
## ------------------------------------ ##
 
4618
## ------------------------------------------ ##
 
4619
## Report this to the AC_PACKAGE_NAME lists.  ##
 
4620
## ------------------------------------------ ##
4424
4621
_ASBOX
4425
4622
    ) |
4426
4623
      sed "s/^/$as_me: WARNING:     /" >&2
4459
4656
echo "$as_me:$LINENO: checking sys/time.h usability" >&5
4460
4657
echo $ECHO_N "checking sys/time.h usability... $ECHO_C" >&6
4461
4658
cat >conftest.$ac_ext <<_ACEOF
4462
 
#line $LINENO "configure"
4463
4659
/* confdefs.h.  */
4464
4660
_ACEOF
4465
4661
cat confdefs.h >>conftest.$ac_ext
4470
4666
_ACEOF
4471
4667
rm -f conftest.$ac_objext
4472
4668
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4473
 
  (eval $ac_compile) 2>&5
 
4669
  (eval $ac_compile) 2>conftest.er1
4474
4670
  ac_status=$?
 
4671
  grep -v '^ *+' conftest.er1 >conftest.err
 
4672
  rm -f conftest.er1
 
4673
  cat conftest.err >&5
4475
4674
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4476
4675
  (exit $ac_status); } &&
4477
 
         { ac_try='test -s conftest.$ac_objext'
 
4676
         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
 
4677
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
4678
  (eval $ac_try) 2>&5
 
4679
  ac_status=$?
 
4680
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4681
  (exit $ac_status); }; } &&
 
4682
         { ac_try='test -s conftest.$ac_objext'
4478
4683
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4479
4684
  (eval $ac_try) 2>&5
4480
4685
  ac_status=$?
4487
4692
 
4488
4693
ac_header_compiler=no
4489
4694
fi
4490
 
rm -f conftest.$ac_objext conftest.$ac_ext
 
4695
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4491
4696
echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4492
4697
echo "${ECHO_T}$ac_header_compiler" >&6
4493
4698
 
4495
4700
echo "$as_me:$LINENO: checking sys/time.h presence" >&5
4496
4701
echo $ECHO_N "checking sys/time.h presence... $ECHO_C" >&6
4497
4702
cat >conftest.$ac_ext <<_ACEOF
4498
 
#line $LINENO "configure"
4499
4703
/* confdefs.h.  */
4500
4704
_ACEOF
4501
4705
cat confdefs.h >>conftest.$ac_ext
4513
4717
  (exit $ac_status); } >/dev/null; then
4514
4718
  if test -s conftest.err; then
4515
4719
    ac_cpp_err=$ac_c_preproc_warn_flag
 
4720
    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4516
4721
  else
4517
4722
    ac_cpp_err=
4518
4723
  fi
4532
4737
echo "${ECHO_T}$ac_header_preproc" >&6
4533
4738
 
4534
4739
# So?  What about this header?
4535
 
case $ac_header_compiler:$ac_header_preproc in
4536
 
  yes:no )
 
4740
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
4741
  yes:no: )
4537
4742
    { echo "$as_me:$LINENO: WARNING: sys/time.h: accepted by the compiler, rejected by the preprocessor!" >&5
4538
4743
echo "$as_me: WARNING: sys/time.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
4539
 
    { echo "$as_me:$LINENO: WARNING: sys/time.h: proceeding with the preprocessor's result" >&5
4540
 
echo "$as_me: WARNING: sys/time.h: proceeding with the preprocessor's result" >&2;}
4541
 
    (
4542
 
      cat <<\_ASBOX
4543
 
## ------------------------------------ ##
4544
 
## Report this to bug-autoconf@gnu.org. ##
4545
 
## ------------------------------------ ##
4546
 
_ASBOX
4547
 
    ) |
4548
 
      sed "s/^/$as_me: WARNING:     /" >&2
 
4744
    { echo "$as_me:$LINENO: WARNING: sys/time.h: proceeding with the compiler's result" >&5
 
4745
echo "$as_me: WARNING: sys/time.h: proceeding with the compiler's result" >&2;}
 
4746
    ac_header_preproc=yes
4549
4747
    ;;
4550
 
  no:yes )
 
4748
  no:yes:* )
4551
4749
    { echo "$as_me:$LINENO: WARNING: sys/time.h: present but cannot be compiled" >&5
4552
4750
echo "$as_me: WARNING: sys/time.h: present but cannot be compiled" >&2;}
4553
 
    { echo "$as_me:$LINENO: WARNING: sys/time.h: check for missing prerequisite headers?" >&5
4554
 
echo "$as_me: WARNING: sys/time.h: check for missing prerequisite headers?" >&2;}
 
4751
    { echo "$as_me:$LINENO: WARNING: sys/time.h:     check for missing prerequisite headers?" >&5
 
4752
echo "$as_me: WARNING: sys/time.h:     check for missing prerequisite headers?" >&2;}
 
4753
    { echo "$as_me:$LINENO: WARNING: sys/time.h: see the Autoconf documentation" >&5
 
4754
echo "$as_me: WARNING: sys/time.h: see the Autoconf documentation" >&2;}
 
4755
    { echo "$as_me:$LINENO: WARNING: sys/time.h:     section \"Present But Cannot Be Compiled\"" >&5
 
4756
echo "$as_me: WARNING: sys/time.h:     section \"Present But Cannot Be Compiled\"" >&2;}
4555
4757
    { echo "$as_me:$LINENO: WARNING: sys/time.h: proceeding with the preprocessor's result" >&5
4556
4758
echo "$as_me: WARNING: sys/time.h: proceeding with the preprocessor's result" >&2;}
 
4759
    { echo "$as_me:$LINENO: WARNING: sys/time.h: in the future, the compiler will take precedence" >&5
 
4760
echo "$as_me: WARNING: sys/time.h: in the future, the compiler will take precedence" >&2;}
4557
4761
    (
4558
4762
      cat <<\_ASBOX
4559
 
## ------------------------------------ ##
4560
 
## Report this to bug-autoconf@gnu.org. ##
4561
 
## ------------------------------------ ##
 
4763
## ------------------------------------------ ##
 
4764
## Report this to the AC_PACKAGE_NAME lists.  ##
 
4765
## ------------------------------------------ ##
4562
4766
_ASBOX
4563
4767
    ) |
4564
4768
      sed "s/^/$as_me: WARNING:     /" >&2
4597
4801
echo "$as_me:$LINENO: checking sys/types.h usability" >&5
4598
4802
echo $ECHO_N "checking sys/types.h usability... $ECHO_C" >&6
4599
4803
cat >conftest.$ac_ext <<_ACEOF
4600
 
#line $LINENO "configure"
4601
4804
/* confdefs.h.  */
4602
4805
_ACEOF
4603
4806
cat confdefs.h >>conftest.$ac_ext
4608
4811
_ACEOF
4609
4812
rm -f conftest.$ac_objext
4610
4813
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4611
 
  (eval $ac_compile) 2>&5
 
4814
  (eval $ac_compile) 2>conftest.er1
4612
4815
  ac_status=$?
 
4816
  grep -v '^ *+' conftest.er1 >conftest.err
 
4817
  rm -f conftest.er1
 
4818
  cat conftest.err >&5
4613
4819
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4614
4820
  (exit $ac_status); } &&
4615
 
         { ac_try='test -s conftest.$ac_objext'
 
4821
         { ac_try='test -z "$ac_c_werror_flag"                   || 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'
4616
4828
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4617
4829
  (eval $ac_try) 2>&5
4618
4830
  ac_status=$?
4625
4837
 
4626
4838
ac_header_compiler=no
4627
4839
fi
4628
 
rm -f conftest.$ac_objext conftest.$ac_ext
 
4840
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4629
4841
echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4630
4842
echo "${ECHO_T}$ac_header_compiler" >&6
4631
4843
 
4633
4845
echo "$as_me:$LINENO: checking sys/types.h presence" >&5
4634
4846
echo $ECHO_N "checking sys/types.h presence... $ECHO_C" >&6
4635
4847
cat >conftest.$ac_ext <<_ACEOF
4636
 
#line $LINENO "configure"
4637
4848
/* confdefs.h.  */
4638
4849
_ACEOF
4639
4850
cat confdefs.h >>conftest.$ac_ext
4651
4862
  (exit $ac_status); } >/dev/null; then
4652
4863
  if test -s conftest.err; then
4653
4864
    ac_cpp_err=$ac_c_preproc_warn_flag
 
4865
    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4654
4866
  else
4655
4867
    ac_cpp_err=
4656
4868
  fi
4670
4882
echo "${ECHO_T}$ac_header_preproc" >&6
4671
4883
 
4672
4884
# So?  What about this header?
4673
 
case $ac_header_compiler:$ac_header_preproc in
4674
 
  yes:no )
 
4885
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
4886
  yes:no: )
4675
4887
    { echo "$as_me:$LINENO: WARNING: sys/types.h: accepted by the compiler, rejected by the preprocessor!" >&5
4676
4888
echo "$as_me: WARNING: sys/types.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
4677
 
    { echo "$as_me:$LINENO: WARNING: sys/types.h: proceeding with the preprocessor's result" >&5
4678
 
echo "$as_me: WARNING: sys/types.h: proceeding with the preprocessor's result" >&2;}
4679
 
    (
4680
 
      cat <<\_ASBOX
4681
 
## ------------------------------------ ##
4682
 
## Report this to bug-autoconf@gnu.org. ##
4683
 
## ------------------------------------ ##
4684
 
_ASBOX
4685
 
    ) |
4686
 
      sed "s/^/$as_me: WARNING:     /" >&2
 
4889
    { echo "$as_me:$LINENO: WARNING: sys/types.h: proceeding with the compiler's result" >&5
 
4890
echo "$as_me: WARNING: sys/types.h: proceeding with the compiler's result" >&2;}
 
4891
    ac_header_preproc=yes
4687
4892
    ;;
4688
 
  no:yes )
 
4893
  no:yes:* )
4689
4894
    { echo "$as_me:$LINENO: WARNING: sys/types.h: present but cannot be compiled" >&5
4690
4895
echo "$as_me: WARNING: sys/types.h: present but cannot be compiled" >&2;}
4691
 
    { echo "$as_me:$LINENO: WARNING: sys/types.h: check for missing prerequisite headers?" >&5
4692
 
echo "$as_me: WARNING: sys/types.h: check for missing prerequisite headers?" >&2;}
 
4896
    { echo "$as_me:$LINENO: WARNING: sys/types.h:     check for missing prerequisite headers?" >&5
 
4897
echo "$as_me: WARNING: sys/types.h:     check for missing prerequisite headers?" >&2;}
 
4898
    { echo "$as_me:$LINENO: WARNING: sys/types.h: see the Autoconf documentation" >&5
 
4899
echo "$as_me: WARNING: sys/types.h: see the Autoconf documentation" >&2;}
 
4900
    { echo "$as_me:$LINENO: WARNING: sys/types.h:     section \"Present But Cannot Be Compiled\"" >&5
 
4901
echo "$as_me: WARNING: sys/types.h:     section \"Present But Cannot Be Compiled\"" >&2;}
4693
4902
    { echo "$as_me:$LINENO: WARNING: sys/types.h: proceeding with the preprocessor's result" >&5
4694
4903
echo "$as_me: WARNING: sys/types.h: proceeding with the preprocessor's result" >&2;}
 
4904
    { echo "$as_me:$LINENO: WARNING: sys/types.h: in the future, the compiler will take precedence" >&5
 
4905
echo "$as_me: WARNING: sys/types.h: in the future, the compiler will take precedence" >&2;}
4695
4906
    (
4696
4907
      cat <<\_ASBOX
4697
 
## ------------------------------------ ##
4698
 
## Report this to bug-autoconf@gnu.org. ##
4699
 
## ------------------------------------ ##
 
4908
## ------------------------------------------ ##
 
4909
## Report this to the AC_PACKAGE_NAME lists.  ##
 
4910
## ------------------------------------------ ##
4700
4911
_ASBOX
4701
4912
    ) |
4702
4913
      sed "s/^/$as_me: WARNING:     /" >&2
4735
4946
echo "$as_me:$LINENO: checking time.h usability" >&5
4736
4947
echo $ECHO_N "checking time.h usability... $ECHO_C" >&6
4737
4948
cat >conftest.$ac_ext <<_ACEOF
4738
 
#line $LINENO "configure"
4739
4949
/* confdefs.h.  */
4740
4950
_ACEOF
4741
4951
cat confdefs.h >>conftest.$ac_ext
4746
4956
_ACEOF
4747
4957
rm -f conftest.$ac_objext
4748
4958
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4749
 
  (eval $ac_compile) 2>&5
 
4959
  (eval $ac_compile) 2>conftest.er1
4750
4960
  ac_status=$?
 
4961
  grep -v '^ *+' conftest.er1 >conftest.err
 
4962
  rm -f conftest.er1
 
4963
  cat conftest.err >&5
4751
4964
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4752
4965
  (exit $ac_status); } &&
4753
 
         { ac_try='test -s conftest.$ac_objext'
 
4966
         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
 
4967
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
4968
  (eval $ac_try) 2>&5
 
4969
  ac_status=$?
 
4970
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4971
  (exit $ac_status); }; } &&
 
4972
         { ac_try='test -s conftest.$ac_objext'
4754
4973
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4755
4974
  (eval $ac_try) 2>&5
4756
4975
  ac_status=$?
4763
4982
 
4764
4983
ac_header_compiler=no
4765
4984
fi
4766
 
rm -f conftest.$ac_objext conftest.$ac_ext
 
4985
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4767
4986
echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4768
4987
echo "${ECHO_T}$ac_header_compiler" >&6
4769
4988
 
4771
4990
echo "$as_me:$LINENO: checking time.h presence" >&5
4772
4991
echo $ECHO_N "checking time.h presence... $ECHO_C" >&6
4773
4992
cat >conftest.$ac_ext <<_ACEOF
4774
 
#line $LINENO "configure"
4775
4993
/* confdefs.h.  */
4776
4994
_ACEOF
4777
4995
cat confdefs.h >>conftest.$ac_ext
4789
5007
  (exit $ac_status); } >/dev/null; then
4790
5008
  if test -s conftest.err; then
4791
5009
    ac_cpp_err=$ac_c_preproc_warn_flag
 
5010
    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4792
5011
  else
4793
5012
    ac_cpp_err=
4794
5013
  fi
4808
5027
echo "${ECHO_T}$ac_header_preproc" >&6
4809
5028
 
4810
5029
# So?  What about this header?
4811
 
case $ac_header_compiler:$ac_header_preproc in
4812
 
  yes:no )
 
5030
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
5031
  yes:no: )
4813
5032
    { echo "$as_me:$LINENO: WARNING: time.h: accepted by the compiler, rejected by the preprocessor!" >&5
4814
5033
echo "$as_me: WARNING: time.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
4815
 
    { echo "$as_me:$LINENO: WARNING: time.h: proceeding with the preprocessor's result" >&5
4816
 
echo "$as_me: WARNING: time.h: proceeding with the preprocessor's result" >&2;}
4817
 
    (
4818
 
      cat <<\_ASBOX
4819
 
## ------------------------------------ ##
4820
 
## Report this to bug-autoconf@gnu.org. ##
4821
 
## ------------------------------------ ##
4822
 
_ASBOX
4823
 
    ) |
4824
 
      sed "s/^/$as_me: WARNING:     /" >&2
 
5034
    { echo "$as_me:$LINENO: WARNING: time.h: proceeding with the compiler's result" >&5
 
5035
echo "$as_me: WARNING: time.h: proceeding with the compiler's result" >&2;}
 
5036
    ac_header_preproc=yes
4825
5037
    ;;
4826
 
  no:yes )
 
5038
  no:yes:* )
4827
5039
    { echo "$as_me:$LINENO: WARNING: time.h: present but cannot be compiled" >&5
4828
5040
echo "$as_me: WARNING: time.h: present but cannot be compiled" >&2;}
4829
 
    { echo "$as_me:$LINENO: WARNING: time.h: check for missing prerequisite headers?" >&5
4830
 
echo "$as_me: WARNING: time.h: check for missing prerequisite headers?" >&2;}
 
5041
    { echo "$as_me:$LINENO: WARNING: time.h:     check for missing prerequisite headers?" >&5
 
5042
echo "$as_me: WARNING: time.h:     check for missing prerequisite headers?" >&2;}
 
5043
    { echo "$as_me:$LINENO: WARNING: time.h: see the Autoconf documentation" >&5
 
5044
echo "$as_me: WARNING: time.h: see the Autoconf documentation" >&2;}
 
5045
    { echo "$as_me:$LINENO: WARNING: time.h:     section \"Present But Cannot Be Compiled\"" >&5
 
5046
echo "$as_me: WARNING: time.h:     section \"Present But Cannot Be Compiled\"" >&2;}
4831
5047
    { echo "$as_me:$LINENO: WARNING: time.h: proceeding with the preprocessor's result" >&5
4832
5048
echo "$as_me: WARNING: time.h: proceeding with the preprocessor's result" >&2;}
 
5049
    { echo "$as_me:$LINENO: WARNING: time.h: in the future, the compiler will take precedence" >&5
 
5050
echo "$as_me: WARNING: time.h: in the future, the compiler will take precedence" >&2;}
4833
5051
    (
4834
5052
      cat <<\_ASBOX
4835
 
## ------------------------------------ ##
4836
 
## Report this to bug-autoconf@gnu.org. ##
4837
 
## ------------------------------------ ##
 
5053
## ------------------------------------------ ##
 
5054
## Report this to the AC_PACKAGE_NAME lists.  ##
 
5055
## ------------------------------------------ ##
4838
5056
_ASBOX
4839
5057
    ) |
4840
5058
      sed "s/^/$as_me: WARNING:     /" >&2
4873
5091
echo "$as_me:$LINENO: checking unistd.h usability" >&5
4874
5092
echo $ECHO_N "checking unistd.h usability... $ECHO_C" >&6
4875
5093
cat >conftest.$ac_ext <<_ACEOF
4876
 
#line $LINENO "configure"
4877
5094
/* confdefs.h.  */
4878
5095
_ACEOF
4879
5096
cat confdefs.h >>conftest.$ac_ext
4884
5101
_ACEOF
4885
5102
rm -f conftest.$ac_objext
4886
5103
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4887
 
  (eval $ac_compile) 2>&5
 
5104
  (eval $ac_compile) 2>conftest.er1
4888
5105
  ac_status=$?
 
5106
  grep -v '^ *+' conftest.er1 >conftest.err
 
5107
  rm -f conftest.er1
 
5108
  cat conftest.err >&5
4889
5109
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4890
5110
  (exit $ac_status); } &&
4891
 
         { ac_try='test -s conftest.$ac_objext'
 
5111
         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
 
5112
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
5113
  (eval $ac_try) 2>&5
 
5114
  ac_status=$?
 
5115
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5116
  (exit $ac_status); }; } &&
 
5117
         { ac_try='test -s conftest.$ac_objext'
4892
5118
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4893
5119
  (eval $ac_try) 2>&5
4894
5120
  ac_status=$?
4901
5127
 
4902
5128
ac_header_compiler=no
4903
5129
fi
4904
 
rm -f conftest.$ac_objext conftest.$ac_ext
 
5130
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4905
5131
echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4906
5132
echo "${ECHO_T}$ac_header_compiler" >&6
4907
5133
 
4909
5135
echo "$as_me:$LINENO: checking unistd.h presence" >&5
4910
5136
echo $ECHO_N "checking unistd.h presence... $ECHO_C" >&6
4911
5137
cat >conftest.$ac_ext <<_ACEOF
4912
 
#line $LINENO "configure"
4913
5138
/* confdefs.h.  */
4914
5139
_ACEOF
4915
5140
cat confdefs.h >>conftest.$ac_ext
4927
5152
  (exit $ac_status); } >/dev/null; then
4928
5153
  if test -s conftest.err; then
4929
5154
    ac_cpp_err=$ac_c_preproc_warn_flag
 
5155
    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4930
5156
  else
4931
5157
    ac_cpp_err=
4932
5158
  fi
4946
5172
echo "${ECHO_T}$ac_header_preproc" >&6
4947
5173
 
4948
5174
# So?  What about this header?
4949
 
case $ac_header_compiler:$ac_header_preproc in
4950
 
  yes:no )
 
5175
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
5176
  yes:no: )
4951
5177
    { echo "$as_me:$LINENO: WARNING: unistd.h: accepted by the compiler, rejected by the preprocessor!" >&5
4952
5178
echo "$as_me: WARNING: unistd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
4953
 
    { echo "$as_me:$LINENO: WARNING: unistd.h: proceeding with the preprocessor's result" >&5
4954
 
echo "$as_me: WARNING: unistd.h: proceeding with the preprocessor's result" >&2;}
4955
 
    (
4956
 
      cat <<\_ASBOX
4957
 
## ------------------------------------ ##
4958
 
## Report this to bug-autoconf@gnu.org. ##
4959
 
## ------------------------------------ ##
4960
 
_ASBOX
4961
 
    ) |
4962
 
      sed "s/^/$as_me: WARNING:     /" >&2
 
5179
    { echo "$as_me:$LINENO: WARNING: unistd.h: proceeding with the compiler's result" >&5
 
5180
echo "$as_me: WARNING: unistd.h: proceeding with the compiler's result" >&2;}
 
5181
    ac_header_preproc=yes
4963
5182
    ;;
4964
 
  no:yes )
 
5183
  no:yes:* )
4965
5184
    { echo "$as_me:$LINENO: WARNING: unistd.h: present but cannot be compiled" >&5
4966
5185
echo "$as_me: WARNING: unistd.h: present but cannot be compiled" >&2;}
4967
 
    { echo "$as_me:$LINENO: WARNING: unistd.h: check for missing prerequisite headers?" >&5
4968
 
echo "$as_me: WARNING: unistd.h: check for missing prerequisite headers?" >&2;}
 
5186
    { echo "$as_me:$LINENO: WARNING: unistd.h:     check for missing prerequisite headers?" >&5
 
5187
echo "$as_me: WARNING: unistd.h:     check for missing prerequisite headers?" >&2;}
 
5188
    { echo "$as_me:$LINENO: WARNING: unistd.h: see the Autoconf documentation" >&5
 
5189
echo "$as_me: WARNING: unistd.h: see the Autoconf documentation" >&2;}
 
5190
    { echo "$as_me:$LINENO: WARNING: unistd.h:     section \"Present But Cannot Be Compiled\"" >&5
 
5191
echo "$as_me: WARNING: unistd.h:     section \"Present But Cannot Be Compiled\"" >&2;}
4969
5192
    { echo "$as_me:$LINENO: WARNING: unistd.h: proceeding with the preprocessor's result" >&5
4970
5193
echo "$as_me: WARNING: unistd.h: proceeding with the preprocessor's result" >&2;}
 
5194
    { echo "$as_me:$LINENO: WARNING: unistd.h: in the future, the compiler will take precedence" >&5
 
5195
echo "$as_me: WARNING: unistd.h: in the future, the compiler will take precedence" >&2;}
4971
5196
    (
4972
5197
      cat <<\_ASBOX
4973
 
## ------------------------------------ ##
4974
 
## Report this to bug-autoconf@gnu.org. ##
4975
 
## ------------------------------------ ##
 
5198
## ------------------------------------------ ##
 
5199
## Report this to the AC_PACKAGE_NAME lists.  ##
 
5200
## ------------------------------------------ ##
4976
5201
_ASBOX
4977
5202
    ) |
4978
5203
      sed "s/^/$as_me: WARNING:     /" >&2
5009
5234
  ac_check_lib_save_LIBS=$LIBS
5010
5235
LIBS="-lpthread  $LIBS"
5011
5236
cat >conftest.$ac_ext <<_ACEOF
5012
 
#line $LINENO "configure"
5013
5237
/* confdefs.h.  */
5014
5238
_ACEOF
5015
5239
cat confdefs.h >>conftest.$ac_ext
5033
5257
_ACEOF
5034
5258
rm -f conftest.$ac_objext conftest$ac_exeext
5035
5259
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5036
 
  (eval $ac_link) 2>&5
 
5260
  (eval $ac_link) 2>conftest.er1
5037
5261
  ac_status=$?
 
5262
  grep -v '^ *+' conftest.er1 >conftest.err
 
5263
  rm -f conftest.er1
 
5264
  cat conftest.err >&5
5038
5265
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5039
5266
  (exit $ac_status); } &&
5040
 
         { ac_try='test -s conftest$ac_exeext'
 
5267
         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
 
5268
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
5269
  (eval $ac_try) 2>&5
 
5270
  ac_status=$?
 
5271
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5272
  (exit $ac_status); }; } &&
 
5273
         { ac_try='test -s conftest$ac_exeext'
5041
5274
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5042
5275
  (eval $ac_try) 2>&5
5043
5276
  ac_status=$?
5050
5283
 
5051
5284
ac_cv_lib_pthread_pthread_create=no
5052
5285
fi
5053
 
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 
5286
rm -f conftest.err conftest.$ac_objext \
 
5287
      conftest$ac_exeext conftest.$ac_ext
5054
5288
LIBS=$ac_check_lib_save_LIBS
5055
5289
fi
5056
5290
echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
5324
5558
 
5325
5559
 
5326
5560
I386="no"
5327
 
for i in i386 i486 i586 i686 i786 ; do
 
5561
for i in i386 i486 i586 i686 i786 x86_64 ; do
5328
5562
  if test "$i" = "$target_cpu" ; then
5329
5563
    I386="yes"
5330
5564
  fi;
5372
5606
DOC_PS_POSSIBLE="\"$PYTHON\" = \"yes\" -a \"$LATEX\" = \"yes\" -a \"$DVIPS\" = \"yes\""
5373
5607
DOC_PDF_POSSIBLE="\"$PYTHON\" = \"yes\" -a \"$PDFLATEX\" = \"yes\""
5374
5608
DOC_PHP3_POSSIBLE="\"$PYTHON\" = \"yes\""
 
5609
DOC_UWC_POSSIBLE="\"$PYTHON\" = \"yes\""
5375
5610
 
5376
5611
echo "$as_me:$LINENO: checking for plain text doc" >&5
5377
5612
echo $ECHO_N "checking for plain text doc... $ECHO_C" >&6
5584
5819
fi;
5585
5820
 
5586
5821
 
 
5822
echo "$as_me:$LINENO: checking for UWiKiCMS doc" >&5
 
5823
echo $ECHO_N "checking for UWiKiCMS doc... $ECHO_C" >&6
 
5824
# Check whether --enable-doc-uwc or --disable-doc-uwc was given.
 
5825
if test "${enable_doc_uwc+set}" = set; then
 
5826
  enableval="$enable_doc_uwc"
 
5827
 
 
5828
  if test "$enableval" != "no" -a DOC_UWC_POSSIBLE; then
 
5829
    DOC_UWC=yes
 
5830
    echo "$as_me:$LINENO: result: enabled" >&5
 
5831
echo "${ECHO_T}enabled" >&6
 
5832
  else
 
5833
    DOC_UWC=no
 
5834
    echo "$as_me:$LINENO: result: disabled" >&5
 
5835
echo "${ECHO_T}disabled" >&6
 
5836
  fi
 
5837
 
 
5838
else
 
5839
 
 
5840
  DOC_UWC=no
 
5841
  echo "$as_me:$LINENO: result: disabled" >&5
 
5842
echo "${ECHO_T}disabled" >&6
 
5843
 
 
5844
fi;
 
5845
 
 
5846
 
5587
5847
 
5588
5848
 
5589
5849
echo "$as_me:$LINENO: checking for debug mode" >&5
5741
6001
 
5742
6002
 
5743
6003
 
5744
 
VERSION=5.6.2
 
6004
VERSION=5.6.3
5745
6005
VERSION_REL=1
5746
 
VERSION_COMPACT=562
 
6006
VERSION_COMPACT=563
5747
6007
 
5748
6008
 
5749
6009
 
5779
6039
      # `set' does not quote correctly, so add quotes (double-quote
5780
6040
      # substitution turns \\\\ into \\, and sed turns \\ into \).
5781
6041
      sed -n \
5782
 
        "s/'/'\\\\''/g;
5783
 
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
 
6042
        "s/'/'\\\\''/g;
 
6043
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
5784
6044
      ;;
5785
6045
    *)
5786
6046
      # `set' quotes correctly as required by POSIX, so do not add quotes.
5787
6047
      sed -n \
5788
 
        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
 
6048
        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
5789
6049
      ;;
5790
6050
    esac;
5791
6051
} |
5815
6075
# trailing colons and then remove the whole line if VPATH becomes empty
5816
6076
# (actually we leave an empty line to preserve line numbers).
5817
6077
if test "x$srcdir" = x.; then
5818
 
  ac_vpsub='/^[         ]*VPATH[        ]*=/{
 
6078
  ac_vpsub='/^[  ]*VPATH[        ]*=/{
5819
6079
s/:*\$(srcdir):*/:/;
5820
6080
s/:*\${srcdir}:*/:/;
5821
6081
s/:*@srcdir@:*/:/;
5822
 
s/^\([^=]*=[    ]*\):*/\1/;
 
6082
s/^\([^=]*=[     ]*\):*/\1/;
5823
6083
s/:*$//;
5824
 
s/^[^=]*=[      ]*$//;
 
6084
s/^[^=]*=[       ]*$//;
5825
6085
}'
5826
6086
fi
5827
6087
 
5835
6095
cat >confdef2opt.sed <<\_ACEOF
5836
6096
t clear
5837
6097
: clear
5838
 
s,^[    ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\),-D\1=\2,g
 
6098
s,^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\),-D\1=\2,g
5839
6099
t quote
5840
 
s,^[    ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\),-D\1=\2,g
 
6100
s,^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\),-D\1=\2,g
5841
6101
t quote
5842
6102
d
5843
6103
: quote
5844
 
s,[     `~#$^&*(){}\\|;'"<>?],\\&,g
 
6104
s,[      `~#$^&*(){}\\|;'"<>?],\\&,g
5845
6105
s,\[,\\&,g
5846
6106
s,\],\\&,g
5847
6107
s,\$,$$,g
5863
6123
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
5864
6124
  # 1. Remove the extension, and $U if already installed.
5865
6125
  ac_i=`echo "$ac_i" |
5866
 
         sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
 
6126
         sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
5867
6127
  # 2. Add them.
5868
6128
  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
5869
6129
  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
5907
6167
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
5908
6168
  set -o posix
5909
6169
fi
 
6170
DUALCASE=1; export DUALCASE # for MKS sh
5910
6171
 
5911
6172
# Support unset when possible.
5912
 
if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
 
6173
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5913
6174
  as_unset=unset
5914
6175
else
5915
6176
  as_unset=false
5928
6189
  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
5929
6190
  LC_TELEPHONE LC_TIME
5930
6191
do
5931
 
  if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
 
6192
  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
5932
6193
    eval $as_var=C; export $as_var
5933
6194
  else
5934
6195
    $as_unset $as_var
6107
6368
if mkdir -p . 2>/dev/null; then
6108
6369
  as_mkdir_p=:
6109
6370
else
 
6371
  test -d ./-p && rmdir ./-p
6110
6372
  as_mkdir_p=false
6111
6373
fi
6112
6374
 
6113
6375
as_executable_p="test -f"
6114
6376
 
6115
6377
# Sed expression to map a string onto a valid CPP name.
6116
 
as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
 
6378
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
6117
6379
 
6118
6380
# Sed expression to map a string onto a valid variable name.
6119
 
as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
 
6381
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
6120
6382
 
6121
6383
 
6122
6384
# IFS
6143
6405
cat >&5 <<_CSEOF
6144
6406
 
6145
6407
This file was extended by $as_me, which was
6146
 
generated by GNU Autoconf 2.57.  Invocation command line was
 
6408
generated by GNU Autoconf 2.59.  Invocation command line was
6147
6409
 
6148
6410
  CONFIG_FILES    = $CONFIG_FILES
6149
6411
  CONFIG_HEADERS  = $CONFIG_HEADERS
6187
6449
  -d, --debug      don't remove temporary files
6188
6450
      --recheck    update $as_me by reconfiguring in the same conditions
6189
6451
  --file=FILE[:TEMPLATE]
6190
 
                   instantiate the configuration file FILE
 
6452
                   instantiate the configuration file FILE
6191
6453
 
6192
6454
Configuration files:
6193
6455
$config_files
6198
6460
cat >>$CONFIG_STATUS <<_ACEOF
6199
6461
ac_cs_version="\\
6200
6462
config.status
6201
 
configured by $0, generated by GNU Autoconf 2.57,
 
6463
configured by $0, generated by GNU Autoconf 2.59,
6202
6464
  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
6203
6465
 
6204
 
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
6205
 
Free Software Foundation, Inc.
 
6466
Copyright (C) 2003 Free Software Foundation, Inc.
6206
6467
This config.status script is free software; the Free Software Foundation
6207
6468
gives unlimited permission to copy, distribute and modify it."
6208
6469
srcdir=$srcdir
6447
6708
s,@DOC_PS@,$DOC_PS,;t t
6448
6709
s,@DOC_PDF@,$DOC_PDF,;t t
6449
6710
s,@DOC_PHP3@,$DOC_PHP3,;t t
 
6711
s,@DOC_UWC@,$DOC_UWC,;t t
6450
6712
s,@DEBUG@,$DEBUG,;t t
6451
6713
s,@EFENCE@,$EFENCE,;t t
6452
6714
s,@STATIC@,$STATIC,;t t
6486
6748
      (echo ':t
6487
6749
  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
6488
6750
      if test -z "$ac_sed_cmds"; then
6489
 
        ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
 
6751
        ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
6490
6752
      else
6491
 
        ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
 
6753
        ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
6492
6754
      fi
6493
6755
      ac_sed_frag=`expr $ac_sed_frag + 1`
6494
6756
      ac_beg=$ac_end
6506
6768
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
6507
6769
  case $ac_file in
6508
6770
  - | *:- | *:-:* ) # input from stdin
6509
 
        cat >$tmp/stdin
6510
 
        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
6511
 
        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
 
6771
        cat >$tmp/stdin
 
6772
        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
 
6773
        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
6512
6774
  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
6513
 
        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
 
6775
        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
6514
6776
  * )   ac_file_in=$ac_file.in ;;
6515
6777
  esac
6516
6778
 
6517
6779
  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
6518
6780
  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
6519
6781
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6520
 
         X"$ac_file" : 'X\(//\)[^/]' \| \
6521
 
         X"$ac_file" : 'X\(//\)$' \| \
6522
 
         X"$ac_file" : 'X\(/\)' \| \
6523
 
         .     : '\(.\)' 2>/dev/null ||
 
6782
         X"$ac_file" : 'X\(//\)[^/]' \| \
 
6783
         X"$ac_file" : 'X\(//\)$' \| \
 
6784
         X"$ac_file" : 'X\(/\)' \| \
 
6785
         .     : '\(.\)' 2>/dev/null ||
6524
6786
echo X"$ac_file" |
6525
6787
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6526
6788
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6536
6798
      as_dirs="$as_dir $as_dirs"
6537
6799
      as_dir=`(dirname "$as_dir") 2>/dev/null ||
6538
6800
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6539
 
         X"$as_dir" : 'X\(//\)[^/]' \| \
6540
 
         X"$as_dir" : 'X\(//\)$' \| \
6541
 
         X"$as_dir" : 'X\(/\)' \| \
6542
 
         .     : '\(.\)' 2>/dev/null ||
 
6801
         X"$as_dir" : 'X\(//\)[^/]' \| \
 
6802
         X"$as_dir" : 'X\(//\)$' \| \
 
6803
         X"$as_dir" : 'X\(/\)' \| \
 
6804
         .     : '\(.\)' 2>/dev/null ||
6543
6805
echo X"$as_dir" |
6544
6806
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6545
6807
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6577
6839
    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
6578
6840
    ac_top_srcdir=$ac_top_builddir$srcdir ;;
6579
6841
esac
6580
 
# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
6581
 
# absolute.
6582
 
ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
6583
 
ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
6584
 
ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
6585
 
ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
6586
 
 
6587
 
 
6588
 
 
6589
 
  if test x"$ac_file" != x-; then
6590
 
    { echo "$as_me:$LINENO: creating $ac_file" >&5
6591
 
echo "$as_me: creating $ac_file" >&6;}
6592
 
    rm -f "$ac_file"
6593
 
  fi
 
6842
 
 
6843
# Do not use `cd foo && pwd` to compute absolute paths, because
 
6844
# the directories may not exist.
 
6845
case `pwd` in
 
6846
.) ac_abs_builddir="$ac_dir";;
 
6847
*)
 
6848
  case "$ac_dir" in
 
6849
  .) ac_abs_builddir=`pwd`;;
 
6850
  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
 
6851
  *) ac_abs_builddir=`pwd`/"$ac_dir";;
 
6852
  esac;;
 
6853
esac
 
6854
case $ac_abs_builddir in
 
6855
.) ac_abs_top_builddir=${ac_top_builddir}.;;
 
6856
*)
 
6857
  case ${ac_top_builddir}. in
 
6858
  .) ac_abs_top_builddir=$ac_abs_builddir;;
 
6859
  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
 
6860
  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
 
6861
  esac;;
 
6862
esac
 
6863
case $ac_abs_builddir in
 
6864
.) ac_abs_srcdir=$ac_srcdir;;
 
6865
*)
 
6866
  case $ac_srcdir in
 
6867
  .) ac_abs_srcdir=$ac_abs_builddir;;
 
6868
  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
 
6869
  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
 
6870
  esac;;
 
6871
esac
 
6872
case $ac_abs_builddir in
 
6873
.) ac_abs_top_srcdir=$ac_top_srcdir;;
 
6874
*)
 
6875
  case $ac_top_srcdir in
 
6876
  .) ac_abs_top_srcdir=$ac_abs_builddir;;
 
6877
  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
 
6878
  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
 
6879
  esac;;
 
6880
esac
 
6881
 
 
6882
 
 
6883
 
6594
6884
  # Let's still pretend it is `configure' which instantiates (i.e., don't
6595
6885
  # use $as_me), people would be surprised to read:
6596
6886
  #    /* config.h.  Generated by config.status.  */
6600
6890
    configure_input="$ac_file.  "
6601
6891
  fi
6602
6892
  configure_input=$configure_input"Generated from `echo $ac_file_in |
6603
 
                                     sed 's,.*/,,'` by configure."
 
6893
                                     sed 's,.*/,,'` by configure."
6604
6894
 
6605
6895
  # First look for the input files in the build tree, otherwise in the
6606
6896
  # src tree.
6609
6899
      case $f in
6610
6900
      -) echo $tmp/stdin ;;
6611
6901
      [\\/$]*)
6612
 
         # Absolute (can't be DOS-style, as IFS=:)
6613
 
         test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
 
6902
         # Absolute (can't be DOS-style, as IFS=:)
 
6903
         test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
6614
6904
echo "$as_me: error: cannot find input file: $f" >&2;}
6615
6905
   { (exit 1); exit 1; }; }
6616
 
         echo $f;;
 
6906
         echo "$f";;
6617
6907
      *) # Relative
6618
 
         if test -f "$f"; then
6619
 
           # Build tree
6620
 
           echo $f
6621
 
         elif test -f "$srcdir/$f"; then
6622
 
           # Source tree
6623
 
           echo $srcdir/$f
6624
 
         else
6625
 
           # /dev/null tree
6626
 
           { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
 
6908
         if test -f "$f"; then
 
6909
           # Build tree
 
6910
           echo "$f"
 
6911
         elif test -f "$srcdir/$f"; then
 
6912
           # Source tree
 
6913
           echo "$srcdir/$f"
 
6914
         else
 
6915
           # /dev/null tree
 
6916
           { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
6627
6917
echo "$as_me: error: cannot find input file: $f" >&2;}
6628
6918
   { (exit 1); exit 1; }; }
6629
 
         fi;;
 
6919
         fi;;
6630
6920
      esac
6631
6921
    done` || { (exit 1); exit 1; }
 
6922
 
 
6923
  if test x"$ac_file" != x-; then
 
6924
    { echo "$as_me:$LINENO: creating $ac_file" >&5
 
6925
echo "$as_me: creating $ac_file" >&6;}
 
6926
    rm -f "$ac_file"
 
6927
  fi
6632
6928
_ACEOF
6633
6929
cat >>$CONFIG_STATUS <<_ACEOF
6634
6930
  sed "$ac_vpsub