ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.1.x/configure
(Generate patch)

Comparing hopm/branches/1.1.x/configure (file contents):
Revision 6228 by michael, Thu Jul 2 13:10:18 2015 UTC vs.
Revision 9988 by michael, Tue Jun 15 18:12:32 2021 UTC

# Line 1 | Line 1
1   #! /bin/sh
2 < # From configure.ac Id: configure.ac 6222 2015-07-01 18:09:27Z michael .
2 > # From configure.ac Id: configure.ac 9938 2021-05-15 13:27:09Z michael .
3   # Guess values for system-dependent variables and create Makefiles.
4 < # Generated by GNU Autoconf 2.69 for hopm TRUNK.
4 > # Generated by GNU Autoconf 2.69 for hopm 1.1.10.
5   #
6   # Report bugs to <bugs@ircd-hybrid.org>.
7   #
# Line 591 | Line 591 | MAKEFLAGS=
591   # Identity of this package.
592   PACKAGE_NAME='hopm'
593   PACKAGE_TARNAME='hopm'
594 < PACKAGE_VERSION='TRUNK'
595 < PACKAGE_STRING='hopm TRUNK'
594 > PACKAGE_VERSION='1.1.10'
595 > PACKAGE_STRING='hopm 1.1.10'
596   PACKAGE_BUGREPORT='bugs@ircd-hybrid.org'
597   PACKAGE_URL=''
598  
# Line 638 | Line 638 | ac_subst_vars='am__EXEEXT_FALSE
638   am__EXEEXT_TRUE
639   LTLIBOBJS
640   LIBOBJS
641 ENABLE_SSL_FALSE
642 ENABLE_SSL_TRUE
641   LEXLIB
642   LEX_OUTPUT_ROOT
643   LEX
# Line 683 | Line 681 | am__nodep
681   AMDEPBACKSLASH
682   AMDEP_FALSE
683   AMDEP_TRUE
686 am__quote
684   am__include
685   DEPDIR
686   OBJEXT
# Line 742 | Line 739 | infodir
739   docdir
740   oldincludedir
741   includedir
742 + runstatedir
743   localstatedir
744   sharedstatedir
745   sysconfdir
# Line 760 | Line 758 | PACKAGE_VERSION
758   PACKAGE_TARNAME
759   PACKAGE_NAME
760   PATH_SEPARATOR
761 < SHELL'
761 > SHELL
762 > am__quote'
763   ac_subst_files=''
764   ac_user_opts='
765   enable_option_checking
# Line 778 | Line 777 | enable_libtool_lock
777   enable_openssl
778   enable_assert
779   enable_warnings
780 + enable_efence
781   '
782        ac_precious_vars='build_alias
783   host_alias
# Line 829 | Line 829 | datadir='${datarootdir}'
829   sysconfdir='${prefix}/etc'
830   sharedstatedir='${prefix}/com'
831   localstatedir='${prefix}/var'
832 + runstatedir='${localstatedir}/run'
833   includedir='${prefix}/include'
834   oldincludedir='/usr/include'
835   docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# Line 1081 | Line 1082 | do
1082    | -silent | --silent | --silen | --sile | --sil)
1083      silent=yes ;;
1084  
1085 +  -runstatedir | --runstatedir | --runstatedi | --runstated \
1086 +  | --runstate | --runstat | --runsta | --runst | --runs \
1087 +  | --run | --ru | --r)
1088 +    ac_prev=runstatedir ;;
1089 +  -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1090 +  | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1091 +  | --run=* | --ru=* | --r=*)
1092 +    runstatedir=$ac_optarg ;;
1093 +
1094    -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1095      ac_prev=sbindir ;;
1096    -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
# Line 1218 | Line 1228 | fi
1228   for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1229                  datadir sysconfdir sharedstatedir localstatedir includedir \
1230                  oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1231 <                libdir localedir mandir
1231 >                libdir localedir mandir runstatedir
1232   do
1233    eval ac_val=\$$ac_var
1234    # Remove trailing slashes.
# Line 1331 | Line 1341 | if test "$ac_init_help" = "long"; then
1341    # Omit some internal or obsolete options to make the list less imposing.
1342    # This message is too long to be a string in the A/UX 3.1 sh.
1343    cat <<_ACEOF
1344 < \`configure' configures hopm TRUNK to adapt to many kinds of systems.
1344 > \`configure' configures hopm 1.1.10 to adapt to many kinds of systems.
1345  
1346   Usage: $0 [OPTION]... [VAR=VALUE]...
1347  
# Line 1371 | Line 1381 | Fine tuning of the installation director
1381    --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1382    --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1383    --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1384 +  --runstatedir=DIR       modifiable per-process data [LOCALSTATEDIR/run]
1385    --libdir=DIR            object code libraries [EPREFIX/lib]
1386    --includedir=DIR        C header files [PREFIX/include]
1387    --oldincludedir=DIR     C header files for non-gcc [/usr/include]
# Line 1401 | Line 1412 | fi
1412  
1413   if test -n "$ac_init_help"; then
1414    case $ac_init_help in
1415 <     short | recursive ) echo "Configuration of hopm TRUNK:";;
1415 >     short | recursive ) echo "Configuration of hopm 1.1.10:";;
1416     esac
1417    cat <<\_ACEOF
1418  
# Line 1427 | Line 1438 | Optional Features:
1438    --disable-openssl            Disable LibreSSL/OpenSSL support.
1439    --enable-assert         Enable assert() statements
1440    --enable-warnings       Enable compiler warnings.
1441 +  --enable-efence         Enable linking with Electric Fence 'efence' memory
1442 +                          debugger library.
1443  
1444   Optional Packages:
1445    --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
# Line 1524 | Line 1537 | fi
1537   test -n "$ac_init_help" && exit $ac_status
1538   if $ac_init_version; then
1539    cat <<\_ACEOF
1540 < hopm configure TRUNK
1540 > hopm configure 1.1.10
1541   generated by GNU Autoconf 2.69
1542  
1543   Copyright (C) 2012 Free Software Foundation, Inc.
# Line 1802 | Line 1815 | cat >config.log <<_ACEOF
1815   This file contains any messages produced by compilers while
1816   running configure, to aid debugging if configure makes a mistake.
1817  
1818 < It was created by hopm $as_me TRUNK, which was
1818 > It was created by hopm $as_me 1.1.10, which was
1819   generated by GNU Autoconf 2.69.  Invocation command line was
1820  
1821    $ $0 $@
# Line 2150 | Line 2163 | ac_link='$CC -o conftest$ac_exeext $CFLA
2163   ac_compiler_gnu=$ac_cv_c_compiler_gnu
2164  
2165  
2166 < am__api_version='1.15'
2166 > am__api_version='1.16'
2167  
2168   ac_aux_dir=
2169   for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
# Line 2665 | Line 2678 | fi
2678  
2679   # Define the identity of the package.
2680   PACKAGE='hopm'
2681 < VERSION='TRUNK'
2681 > VERSION='1.1.10'
2682  
2683  
2684   cat >>confdefs.h <<_ACEOF
# Line 2695 | Line 2708 | MAKEINFO=${MAKEINFO-"${am_missing_run}ma
2708  
2709   # For better backward compatibility.  To be removed once Automake 1.9.x
2710   # dies out for good.  For more background, see:
2711 < # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2712 < # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2711 > # <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2712 > # <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2713   mkdir_p='$(MKDIR_P)'
2714  
2715   # We need awk for the "check" target (and possibly the TAP driver).  The
# Line 2747 | Line 2760 | END
2760   Aborting the configuration process, to ensure you take notice of the issue.
2761  
2762   You can download and install GNU coreutils to get an 'rm' implementation
2763 < that behaves properly: <http://www.gnu.org/software/coreutils/>.
2763 > that behaves properly: <https://www.gnu.org/software/coreutils/>.
2764  
2765   If you want to complete the configuration process using your problematic
2766   'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
# Line 2791 | Line 2804 | DEPDIR="${am__leading_dot}deps"
2804  
2805   ac_config_commands="$ac_config_commands depfiles"
2806  
2807 <
2808 < am_make=${MAKE-make}
2809 < cat > confinc << 'END'
2807 > { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5
2808 > $as_echo_n "checking whether ${MAKE-make} supports the include directive... " >&6; }
2809 > cat > confinc.mk << 'END'
2810   am__doit:
2811 <        @echo this is the am__doit target
2811 >        @echo this is the am__doit target >confinc.out
2812   .PHONY: am__doit
2813   END
2801 # If we don't find an include directive, just comment out the code.
2802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
2803 $as_echo_n "checking for style of include used by $am_make... " >&6; }
2814   am__include="#"
2815   am__quote=
2816 < _am_result=none
2817 < # First try GNU make style include.
2818 < echo "include confinc" > confmf
2819 < # Ignore all kinds of additional output from 'make'.
2820 < case `$am_make -s -f confmf 2> /dev/null` in #(
2821 < *the\ am__doit\ target*)
2822 <  am__include=include
2823 <  am__quote=
2824 <  _am_result=GNU
2825 <  ;;
2826 < esac
2827 < # Now try BSD make style include.
2828 < if test "$am__include" = "#"; then
2829 <   echo '.include "confinc"' > confmf
2830 <   case `$am_make -s -f confmf 2> /dev/null` in #(
2831 <   *the\ am__doit\ target*)
2832 <     am__include=.include
2833 <     am__quote="\""
2834 <     _am_result=BSD
2816 > # BSD make does it like this.
2817 > echo '.include "confinc.mk" # ignored' > confmf.BSD
2818 > # Other make implementations (GNU, Solaris 10, AIX) do it like this.
2819 > echo 'include confinc.mk # ignored' > confmf.GNU
2820 > _am_result=no
2821 > for s in GNU BSD; do
2822 >  { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5
2823 >   (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5
2824 >   ac_status=$?
2825 >   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2826 >   (exit $ac_status); }
2827 >  case $?:`cat confinc.out 2>/dev/null` in #(
2828 >  '0:this is the am__doit target') :
2829 >    case $s in #(
2830 >  BSD) :
2831 >    am__include='.include' am__quote='"' ;; #(
2832 >  *) :
2833 >    am__include='include' am__quote='' ;;
2834 > esac ;; #(
2835 >  *) :
2836       ;;
2837 <   esac
2838 < fi
2839 <
2840 <
2841 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
2842 < $as_echo "$_am_result" >&6; }
2843 < rm -f confinc confmf
2837 > esac
2838 >  if test "$am__include" != "#"; then
2839 >    _am_result="yes ($s style)"
2840 >    break
2841 >  fi
2842 > done
2843 > rm -f confinc.* confmf.*
2844 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5
2845 > $as_echo "${_am_result}" >&6; }
2846  
2847   # Check whether --enable-dependency-tracking was given.
2848   if test "${enable_dependency_tracking+set}" = set; then :
# Line 5315 | Line 5328 | linux* | k*bsd*-gnu | kopensolaris*-gnu
5328    lt_cv_deplibs_check_method=pass_all
5329    ;;
5330  
5331 < netbsd*)
5331 > netbsd* | netbsdelf*-gnu)
5332    if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5333      lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5334    else
# Line 5678 | Line 5691 | esac
5691   fi
5692  
5693   : ${AR=ar}
5694 < : ${AR_FLAGS=cru}
5694 > : ${AR_FLAGS=cr}
5695  
5696  
5697  
# Line 6179 | Line 6192 | _LT_EOF
6192    test $ac_status = 0; }; then
6193      # Now try to grab the symbols.
6194      nlist=conftest.nm
6195 <    if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6196 <  (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6184 <  ac_status=$?
6185 <  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6186 <  test $ac_status = 0; } && test -s "$nlist"; then
6195 >    $ECHO "$as_me:$LINENO: $NM conftest.$ac_objext | $lt_cv_sys_global_symbol_pipe > $nlist" >&5
6196 >    if eval "$NM" conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist 2>&5 && test -s "$nlist"; then
6197        # Try sorting and uniquifying the output.
6198        if sort "$nlist" | uniq > "$nlist"T; then
6199          mv -f "$nlist"T "$nlist"
# Line 7402 | Line 7412 | int forced_loaded() { return 2;}
7412   _LT_EOF
7413        echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7414        $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7415 <      echo "$AR cru libconftest.a conftest.o" >&5
7416 <      $AR cru libconftest.a conftest.o 2>&5
7415 >      echo "$AR cr libconftest.a conftest.o" >&5
7416 >      $AR cr libconftest.a conftest.o 2>&5
7417        echo "$RANLIB libconftest.a" >&5
7418        $RANLIB libconftest.a 2>&5
7419        cat > conftest.c << _LT_EOF
# Line 8532 | Line 8542 | lt_prog_compiler_static=
8542          lt_prog_compiler_pic='-KPIC'
8543          lt_prog_compiler_static='-static'
8544          ;;
8545 +      # flang / f18. f95 an alias for gfortran or flang on Debian
8546 +      flang* | f18* | f95*)
8547 +        lt_prog_compiler_wl='-Wl,'
8548 +        lt_prog_compiler_pic='-fPIC'
8549 +        lt_prog_compiler_static='-static'
8550 +        ;;
8551        # icc used to be incompatible with GCC.
8552        # ICC 10 doesn't accept -KPIC any more.
8553        icc* | ifort*)
# Line 9008 | Line 9024 | $as_echo_n "checking whether the $compil
9024    openbsd* | bitrig*)
9025      with_gnu_ld=no
9026      ;;
9027 +  linux* | k*bsd*-gnu | gnu*)
9028 +    link_all_deplibs=no
9029 +    ;;
9030    esac
9031  
9032    ld_shlibs=yes
# Line 9262 | Line 9281 | _LT_EOF
9281        fi
9282        ;;
9283  
9284 <    netbsd*)
9284 >    netbsd* | netbsdelf*-gnu)
9285        if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9286          archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9287          wlarc=
# Line 9932 | Line 9951 | $as_echo "$lt_cv_irix_exported_symbol" >
9951          if test yes = "$lt_cv_irix_exported_symbol"; then
9952            archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
9953          fi
9954 +        link_all_deplibs=no
9955        else
9956          archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
9957          archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
# Line 9953 | Line 9973 | $as_echo "$lt_cv_irix_exported_symbol" >
9973        esac
9974        ;;
9975  
9976 <    netbsd*)
9976 >    netbsd* | netbsdelf*-gnu)
9977        if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9978          archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
9979        else
# Line 11068 | Line 11088 | fi
11088    dynamic_linker='GNU/Linux ld.so'
11089    ;;
11090  
11091 + netbsdelf*-gnu)
11092 +  version_type=linux
11093 +  need_lib_prefix=no
11094 +  need_version=no
11095 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11096 +  soname_spec='${libname}${release}${shared_ext}$major'
11097 +  shlibpath_var=LD_LIBRARY_PATH
11098 +  shlibpath_overrides_runpath=no
11099 +  hardcode_into_libs=yes
11100 +  dynamic_linker='NetBSD ld.elf_so'
11101 +  ;;
11102 +
11103   netbsd*)
11104    version_type=sunos
11105    need_lib_prefix=no
# Line 12636 | Line 12668 | $as_echo "disabled" >&6; }
12668   fi
12669  
12670   if test "$cf_enable_openssl" != "no"; then :
12671 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LibreSSL or OpenSSL 0.9.8o and above" >&5
12672 < $as_echo_n "checking for LibreSSL or OpenSSL 0.9.8o and above... " >&6; }
12671 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LibreSSL, or OpenSSL 1.1.1 and above" >&5
12672 > $as_echo_n "checking for LibreSSL, or OpenSSL 1.1.1 and above... " >&6; }
12673    if test "$cross_compiling" = yes; then :
12674    cf_openssl_version_ok=no
12675   else
# Line 12650 | Line 12682 | else
12682   int
12683   main ()
12684   {
12685 < exit(!(OPENSSL_VERSION_NUMBER >= 0x009080ffL));
12685 > exit(!(OPENSSL_VERSION_NUMBER >= 0x1010100fL));
12686    ;
12687    return 0;
12688   }
# Line 12769 | Line 12801 | $as_echo "no - LibreSSL/OpenSSL support
12801   fi
12802   fi
12803  
12772 if test "$ac_cv_lib_ssl_SSL_connect" = yes; then
12773  ENABLE_SSL_TRUE=
12774  ENABLE_SSL_FALSE='#'
12775 else
12776  ENABLE_SSL_TRUE='#'
12777  ENABLE_SSL_FALSE=
12778 fi
12779
12780
12804  
12805    # Check whether --enable-assert was given.
12806   if test "${enable_assert+set}" = set; then :
# Line 12808 | Line 12831 | fi
12831  
12832  
12833  
12834 < for flag in -Wall; do
12834 > for flag in -Werror=unknown-warning-option; do
12835    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
12836   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
12837   $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
# Line 12883 | Line 12906 | done
12906  
12907  
12908  
12909 < for flag in -Wbad-function-cast; do
12909 >
12910 > for flag in -Wall; do
12911    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
12912   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
12913   $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
# Line 12958 | Line 12982 | done
12982  
12983  
12984  
12985 < for flag in -Wcast-align; do
12985 > for flag in -Wbad-function-cast; do
12986    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
12987   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
12988   $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
# Line 13033 | Line 13057 | done
13057  
13058  
13059  
13060 < for flag in -Wcast-qual; do
13060 > for flag in -Wcast-align; do
13061    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
13062   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
13063   $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
# Line 13108 | Line 13132 | done
13132  
13133  
13134  
13135 < for flag in -Wclobbered; do
13135 > for flag in -Wcast-function-type; do
13136    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
13137   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
13138   $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
# Line 13183 | Line 13207 | done
13207  
13208  
13209  
13210 < for flag in -Wempty-body; do
13210 > for flag in -Wcast-qual; do
13211    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
13212   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
13213   $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
# Line 13258 | Line 13282 | done
13282  
13283  
13284  
13285 < for flag in -Wignored-qualifiers; do
13285 > for flag in -Wclobbered; do
13286    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
13287   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
13288   $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
# Line 13333 | Line 13357 | done
13357  
13358  
13359  
13360 < for flag in -Wlogical-op; do
13360 > for flag in -Wduplicated-cond; do
13361    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
13362   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
13363   $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
# Line 13408 | Line 13432 | done
13432  
13433  
13434  
13435 < for flag in -Wmissing-declarations; do
13435 > for flag in -Wempty-body; do
13436    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
13437   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
13438   $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
# Line 13483 | Line 13507 | done
13507  
13508  
13509  
13510 < for flag in -Wmissing-field-initializers; do
13510 > for flag in -Wignored-qualifiers; do
13511    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
13512   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
13513   $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
# Line 13558 | Line 13582 | done
13582  
13583  
13584  
13585 < for flag in -Wmissing-include-dirs; do
13585 > for flag in -Wlogical-op; do
13586    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
13587   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
13588   $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
# Line 13633 | Line 13657 | done
13657  
13658  
13659  
13660 < for flag in -Wmissing-parameter-type; do
13660 > for flag in -Wmissing-declarations; do
13661    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
13662   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
13663   $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
# Line 13708 | Line 13732 | done
13732  
13733  
13734  
13735 < for flag in -Wmissing-prototypes; do
13735 > for flag in -Wmissing-field-initializers; do
13736    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
13737   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
13738   $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
# Line 13783 | Line 13807 | done
13807  
13808  
13809  
13810 < for flag in -Wnested-externs; do
13810 > for flag in -Wmissing-include-dirs; do
13811    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
13812   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
13813   $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
# Line 13858 | Line 13882 | done
13882  
13883  
13884  
13885 < for flag in -Wold-style-declaration; do
13885 > for flag in -Wmissing-parameter-type; do
13886    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
13887   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
13888   $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
# Line 13933 | Line 13957 | done
13957  
13958  
13959  
13960 < for flag in -Woverride-init; do
13960 > for flag in -Wmissing-prototypes; do
13961    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
13962   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
13963   $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
# Line 14008 | Line 14032 | done
14032  
14033  
14034  
14035 < for flag in -Wpointer-arith; do
14035 > for flag in -Wnested-externs; do
14036    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
14037   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
14038   $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
# Line 14083 | Line 14107 | done
14107  
14108  
14109  
14110 < for flag in -Wredundant-decls; do
14110 > for flag in -Wold-style-declaration; do
14111    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
14112   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
14113   $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
# Line 14158 | Line 14182 | done
14182  
14183  
14184  
14185 < for flag in -Wshadow; do
14185 > for flag in -Woverride-init; do
14186    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
14187   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
14188   $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
# Line 14233 | Line 14257 | done
14257  
14258  
14259  
14260 < for flag in -Wsign-compare; do
14260 > for flag in -Wpointer-arith; do
14261    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
14262   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
14263   $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
# Line 14308 | Line 14332 | done
14332  
14333  
14334  
14335 < for flag in -Wtype-limits; do
14335 > for flag in -Wredundant-decls; do
14336    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
14337   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
14338   $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
# Line 14383 | Line 14407 | done
14407  
14408  
14409  
14410 < for flag in -Wundef; do
14410 > for flag in -Wshadow; do
14411    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
14412   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
14413   $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
# Line 14458 | Line 14482 | done
14482  
14483  
14484  
14485 < for flag in -Wuninitialized; do
14485 > for flag in -Wshift-negative-value; do
14486    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
14487   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
14488   $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
# Line 14533 | Line 14557 | done
14557  
14558  
14559  
14560 < for flag in -Wwrite-strings; do
14560 > for flag in -Wsign-compare; do
14561    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
14562   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
14563   $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
# Line 14605 | Line 14629 | fi
14629   done
14630  
14631  
14608 fi
14609
14610
14611 for ac_func in strlcpy strlcat
14612 do :
14613  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14614 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14615 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
14616  cat >>confdefs.h <<_ACEOF
14617 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14618 _ACEOF
14632  
14620 fi
14621 done
14633  
14634  
14635 < { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
14636 < $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
14637 < if ${ac_cv_c_bigendian+:} false; then :
14635 > for flag in -Wtype-limits; do
14636 >  as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
14637 > { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
14638 > $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
14639 > if eval \${$as_CACHEVAR+:} false; then :
14640    $as_echo_n "(cached) " >&6
14641   else
14629  ac_cv_c_bigendian=unknown
14630    # See if we're dealing with a universal compiler.
14631    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14632 /* end confdefs.h.  */
14633 #ifndef __APPLE_CC__
14634               not a universal capable compiler
14635             #endif
14636             typedef int dummy;
14642  
14643 < _ACEOF
14644 < if ac_fn_c_try_compile "$LINENO"; then :
14645 <
14641 <        # Check for potential -arch flags.  It is not universal unless
14642 <        # there are at least two -arch flags with different values.
14643 <        ac_arch=
14644 <        ac_prev=
14645 <        for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
14646 <         if test -n "$ac_prev"; then
14647 <           case $ac_word in
14648 <             i?86 | x86_64 | ppc | ppc64)
14649 <               if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
14650 <                 ac_arch=$ac_word
14651 <               else
14652 <                 ac_cv_c_bigendian=universal
14653 <                 break
14654 <               fi
14655 <               ;;
14656 <           esac
14657 <           ac_prev=
14658 <         elif test "x$ac_word" = "x-arch"; then
14659 <           ac_prev=arch
14660 <         fi
14661 <       done
14662 < fi
14663 < rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14664 <    if test $ac_cv_c_bigendian = unknown; then
14665 <      # See if sys/param.h defines the BYTE_ORDER macro.
14666 <      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14643 >  ax_check_save_flags=$CFLAGS
14644 >  CFLAGS="$CFLAGS  $flag"
14645 >  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14646   /* end confdefs.h.  */
14668 #include <sys/types.h>
14669             #include <sys/param.h>
14647  
14648   int
14649   main ()
14650   {
14674 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
14675                     && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
14676                     && LITTLE_ENDIAN)
14677              bogus endian macros
14678             #endif
14651  
14652    ;
14653    return 0;
14654   }
14655   _ACEOF
14656   if ac_fn_c_try_compile "$LINENO"; then :
14657 <  # It does; now see whether it defined to BIG_ENDIAN or not.
14658 <         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14657 >  eval "$as_CACHEVAR=yes"
14658 > else
14659 >  eval "$as_CACHEVAR=no"
14660 > fi
14661 > rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14662 >  CFLAGS=$ax_check_save_flags
14663 > fi
14664 > eval ac_res=\$$as_CACHEVAR
14665 >               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
14666 > $as_echo "$ac_res" >&6; }
14667 > if eval test \"x\$"$as_CACHEVAR"\" = x"yes"; then :
14668 >
14669 > if ${CFLAGS+:} false; then :
14670 >
14671 >  case " $CFLAGS " in #(
14672 >  *" $flag "*) :
14673 >    { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS already contains \$flag"; } >&5
14674 >  (: CFLAGS already contains $flag) 2>&5
14675 >  ac_status=$?
14676 >  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14677 >  test $ac_status = 0; } ;; #(
14678 >  *) :
14679 >
14680 >     as_fn_append CFLAGS " $flag"
14681 >     { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5
14682 >  (: CFLAGS="$CFLAGS") 2>&5
14683 >  ac_status=$?
14684 >  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14685 >  test $ac_status = 0; }
14686 >     ;;
14687 > esac
14688 >
14689 > else
14690 >
14691 >  CFLAGS=$flag
14692 >  { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5
14693 >  (: CFLAGS="$CFLAGS") 2>&5
14694 >  ac_status=$?
14695 >  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14696 >  test $ac_status = 0; }
14697 >
14698 > fi
14699 >
14700 > else
14701 >  :
14702 > fi
14703 >
14704 > done
14705 >
14706 >
14707 >
14708 >
14709 >
14710 > for flag in -Wundef; do
14711 >  as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
14712 > { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
14713 > $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
14714 > if eval \${$as_CACHEVAR+:} false; then :
14715 >  $as_echo_n "(cached) " >&6
14716 > else
14717 >
14718 >  ax_check_save_flags=$CFLAGS
14719 >  CFLAGS="$CFLAGS  $flag"
14720 >  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14721   /* end confdefs.h.  */
14688 #include <sys/types.h>
14689                #include <sys/param.h>
14722  
14723   int
14724   main ()
14725   {
14694 #if BYTE_ORDER != BIG_ENDIAN
14695                 not big endian
14696                #endif
14726  
14727    ;
14728    return 0;
14729   }
14730   _ACEOF
14731   if ac_fn_c_try_compile "$LINENO"; then :
14732 <  ac_cv_c_bigendian=yes
14732 >  eval "$as_CACHEVAR=yes"
14733   else
14734 <  ac_cv_c_bigendian=no
14734 >  eval "$as_CACHEVAR=no"
14735   fi
14736   rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14737 +  CFLAGS=$ax_check_save_flags
14738   fi
14739 < rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14740 <    fi
14741 <    if test $ac_cv_c_bigendian = unknown; then
14742 <      # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
14713 <      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14714 < /* end confdefs.h.  */
14715 < #include <limits.h>
14739 > eval ac_res=\$$as_CACHEVAR
14740 >               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
14741 > $as_echo "$ac_res" >&6; }
14742 > if eval test \"x\$"$as_CACHEVAR"\" = x"yes"; then :
14743  
14744 < int
14718 < main ()
14719 < {
14720 < #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
14721 <              bogus endian macros
14722 <             #endif
14744 > if ${CFLAGS+:} false; then :
14745  
14746 <  ;
14747 <  return 0;
14748 < }
14749 < _ACEOF
14750 < if ac_fn_c_try_compile "$LINENO"; then :
14751 <  # It does; now see whether it defined to _BIG_ENDIAN or not.
14752 <         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14746 >  case " $CFLAGS " in #(
14747 >  *" $flag "*) :
14748 >    { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS already contains \$flag"; } >&5
14749 >  (: CFLAGS already contains $flag) 2>&5
14750 >  ac_status=$?
14751 >  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14752 >  test $ac_status = 0; } ;; #(
14753 >  *) :
14754 >
14755 >     as_fn_append CFLAGS " $flag"
14756 >     { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5
14757 >  (: CFLAGS="$CFLAGS") 2>&5
14758 >  ac_status=$?
14759 >  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14760 >  test $ac_status = 0; }
14761 >     ;;
14762 > esac
14763 >
14764 > else
14765 >
14766 >  CFLAGS=$flag
14767 >  { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5
14768 >  (: CFLAGS="$CFLAGS") 2>&5
14769 >  ac_status=$?
14770 >  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14771 >  test $ac_status = 0; }
14772 >
14773 > fi
14774 >
14775 > else
14776 >  :
14777 > fi
14778 >
14779 > done
14780 >
14781 >
14782 >
14783 >
14784 >
14785 > for flag in -Wuninitialized; do
14786 >  as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
14787 > { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
14788 > $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
14789 > if eval \${$as_CACHEVAR+:} false; then :
14790 >  $as_echo_n "(cached) " >&6
14791 > else
14792 >
14793 >  ax_check_save_flags=$CFLAGS
14794 >  CFLAGS="$CFLAGS  $flag"
14795 >  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14796   /* end confdefs.h.  */
14732 #include <limits.h>
14797  
14798   int
14799   main ()
14800   {
14737 #ifndef _BIG_ENDIAN
14738                 not big endian
14739                #endif
14801  
14802    ;
14803    return 0;
14804   }
14805   _ACEOF
14806   if ac_fn_c_try_compile "$LINENO"; then :
14807 <  ac_cv_c_bigendian=yes
14807 >  eval "$as_CACHEVAR=yes"
14808   else
14809 <  ac_cv_c_bigendian=no
14809 >  eval "$as_CACHEVAR=no"
14810   fi
14811   rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14812 +  CFLAGS=$ax_check_save_flags
14813   fi
14814 < rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14815 <    fi
14816 <    if test $ac_cv_c_bigendian = unknown; then
14817 <      # Compile a test program.
14818 <      if test "$cross_compiling" = yes; then :
14819 <  # Try to guess by grepping values from an object file.
14820 <         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14814 > eval ac_res=\$$as_CACHEVAR
14815 >               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
14816 > $as_echo "$ac_res" >&6; }
14817 > if eval test \"x\$"$as_CACHEVAR"\" = x"yes"; then :
14818 >
14819 > if ${CFLAGS+:} false; then :
14820 >
14821 >  case " $CFLAGS " in #(
14822 >  *" $flag "*) :
14823 >    { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS already contains \$flag"; } >&5
14824 >  (: CFLAGS already contains $flag) 2>&5
14825 >  ac_status=$?
14826 >  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14827 >  test $ac_status = 0; } ;; #(
14828 >  *) :
14829 >
14830 >     as_fn_append CFLAGS " $flag"
14831 >     { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5
14832 >  (: CFLAGS="$CFLAGS") 2>&5
14833 >  ac_status=$?
14834 >  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14835 >  test $ac_status = 0; }
14836 >     ;;
14837 > esac
14838 >
14839 > else
14840 >
14841 >  CFLAGS=$flag
14842 >  { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5
14843 >  (: CFLAGS="$CFLAGS") 2>&5
14844 >  ac_status=$?
14845 >  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14846 >  test $ac_status = 0; }
14847 >
14848 > fi
14849 >
14850 > else
14851 >  :
14852 > fi
14853 >
14854 > done
14855 >
14856 >
14857 >
14858 >
14859 >
14860 > for flag in -Wwrite-strings; do
14861 >  as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
14862 > { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
14863 > $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
14864 > if eval \${$as_CACHEVAR+:} false; then :
14865 >  $as_echo_n "(cached) " >&6
14866 > else
14867 >
14868 >  ax_check_save_flags=$CFLAGS
14869 >  CFLAGS="$CFLAGS  $flag"
14870 >  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14871   /* end confdefs.h.  */
14760 short int ascii_mm[] =
14761                  { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
14762                short int ascii_ii[] =
14763                  { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
14764                int use_ascii (int i) {
14765                  return ascii_mm[i] + ascii_ii[i];
14766                }
14767                short int ebcdic_ii[] =
14768                  { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
14769                short int ebcdic_mm[] =
14770                  { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
14771                int use_ebcdic (int i) {
14772                  return ebcdic_mm[i] + ebcdic_ii[i];
14773                }
14774                extern int foo;
14872  
14873   int
14874   main ()
14875   {
14876 < return use_ascii (foo) == use_ebcdic (foo);
14876 >
14877    ;
14878    return 0;
14879   }
14880   _ACEOF
14881   if ac_fn_c_try_compile "$LINENO"; then :
14882 <  if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
14883 <              ac_cv_c_bigendian=yes
14884 <            fi
14788 <            if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
14789 <              if test "$ac_cv_c_bigendian" = unknown; then
14790 <                ac_cv_c_bigendian=no
14791 <              else
14792 <                # finding both strings is unlikely to happen, but who knows?
14793 <                ac_cv_c_bigendian=unknown
14794 <              fi
14795 <            fi
14882 >  eval "$as_CACHEVAR=yes"
14883 > else
14884 >  eval "$as_CACHEVAR=no"
14885   fi
14886   rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14887 +  CFLAGS=$ax_check_save_flags
14888 + fi
14889 + eval ac_res=\$$as_CACHEVAR
14890 +               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
14891 + $as_echo "$ac_res" >&6; }
14892 + if eval test \"x\$"$as_CACHEVAR"\" = x"yes"; then :
14893 +
14894 + if ${CFLAGS+:} false; then :
14895 +
14896 +  case " $CFLAGS " in #(
14897 +  *" $flag "*) :
14898 +    { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS already contains \$flag"; } >&5
14899 +  (: CFLAGS already contains $flag) 2>&5
14900 +  ac_status=$?
14901 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14902 +  test $ac_status = 0; } ;; #(
14903 +  *) :
14904 +
14905 +     as_fn_append CFLAGS " $flag"
14906 +     { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5
14907 +  (: CFLAGS="$CFLAGS") 2>&5
14908 +  ac_status=$?
14909 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14910 +  test $ac_status = 0; }
14911 +     ;;
14912 + esac
14913 +
14914   else
14915 <  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14915 >
14916 >  CFLAGS=$flag
14917 >  { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5
14918 >  (: CFLAGS="$CFLAGS") 2>&5
14919 >  ac_status=$?
14920 >  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14921 >  test $ac_status = 0; }
14922 >
14923 > fi
14924 >
14925 > else
14926 >  :
14927 > fi
14928 >
14929 > done
14930 >
14931 >
14932 > fi
14933 >
14934 >
14935 >  # Check whether --enable-efence was given.
14936 > if test "${enable_efence+set}" = set; then :
14937 >  enableval=$enable_efence; efence="$enableval"
14938 > else
14939 >  efence="no"
14940 > fi
14941 >
14942 >
14943 >  if test "$efence" = "yes"; then :
14944 >
14945 >    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing EF_Print" >&5
14946 > $as_echo_n "checking for library containing EF_Print... " >&6; }
14947 > if ${ac_cv_search_EF_Print+:} false; then :
14948 >  $as_echo_n "(cached) " >&6
14949 > else
14950 >  ac_func_search_save_LIBS=$LIBS
14951 > cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14952   /* end confdefs.h.  */
14953 < $ac_includes_default
14953 >
14954 > /* Override any GCC internal prototype to avoid an error.
14955 >   Use char because int might match the return type of a GCC
14956 >   builtin and then its argument prototype would still apply.  */
14957 > #ifdef __cplusplus
14958 > extern "C"
14959 > #endif
14960 > char EF_Print ();
14961   int
14962   main ()
14963   {
14964 <
14806 <             /* Are we little or big endian?  From Harbison&Steele.  */
14807 <             union
14808 <             {
14809 <               long int l;
14810 <               char c[sizeof (long int)];
14811 <             } u;
14812 <             u.l = 1;
14813 <             return u.c[sizeof (long int) - 1] == 1;
14814 <
14964 > return EF_Print ();
14965    ;
14966    return 0;
14967   }
14968   _ACEOF
14969 < if ac_fn_c_try_run "$LINENO"; then :
14970 <  ac_cv_c_bigendian=no
14969 > for ac_lib in '' efence; do
14970 >  if test -z "$ac_lib"; then
14971 >    ac_res="none required"
14972 >  else
14973 >    ac_res=-l$ac_lib
14974 >    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
14975 >  fi
14976 >  if ac_fn_c_try_link "$LINENO"; then :
14977 >  ac_cv_search_EF_Print=$ac_res
14978 > fi
14979 > rm -f core conftest.err conftest.$ac_objext \
14980 >    conftest$ac_exeext
14981 >  if ${ac_cv_search_EF_Print+:} false; then :
14982 >  break
14983 > fi
14984 > done
14985 > if ${ac_cv_search_EF_Print+:} false; then :
14986 >
14987   else
14988 <  ac_cv_c_bigendian=yes
14988 >  ac_cv_search_EF_Print=no
14989   fi
14990 < rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14991 <  conftest.$ac_objext conftest.beam conftest.$ac_ext
14990 > rm conftest.$ac_ext
14991 > LIBS=$ac_func_search_save_LIBS
14992   fi
14993 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_EF_Print" >&5
14994 + $as_echo "$ac_cv_search_EF_Print" >&6; }
14995 + ac_res=$ac_cv_search_EF_Print
14996 + if test "$ac_res" != no; then :
14997 +  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
14998 +
14999 + else
15000 +  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
15001 + $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
15002 + as_fn_error $? "Electric Fence 'efence' library not found
15003 + See \`config.log' for more details" "$LINENO" 5; }
15004 + fi
15005 +
15006  
14828    fi
15007   fi
14830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
14831 $as_echo "$ac_cv_c_bigendian" >&6; }
14832 case $ac_cv_c_bigendian in #(
14833   yes)
14834     $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
14835 ;; #(
14836   no)
14837      ;; #(
14838   universal)
15008  
14840 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
15009  
15010 <     ;; #(
15011 <   *)
15012 <     as_fn_error $? "unknown endianness
15013 < presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
15014 < esac
15010 > for ac_func in strlcpy strlcat
15011 > do :
15012 >  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15013 > ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15014 > if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15015 >  cat >>confdefs.h <<_ACEOF
15016 > #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15017 > _ACEOF
15018 >
15019 > fi
15020 > done
15021  
15022  
15023   ac_config_files="$ac_config_files Makefile doc/Makefile src/Makefile src/libopm/Makefile src/libopm/src/Makefile"
# Line 14985 | Line 15159 | if test -z "${am__fastdepCC_TRUE}" && te
15159    as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
15160   Usually this means the macro was only invoked conditionally." "$LINENO" 5
15161   fi
14988 if test -z "${ENABLE_SSL_TRUE}" && test -z "${ENABLE_SSL_FALSE}"; then
14989  as_fn_error $? "conditional \"ENABLE_SSL\" was never defined.
14990 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14991 fi
14992
15162  
15163   : "${CONFIG_STATUS=./config.status}"
15164   ac_write_fail=0
# Line 15387 | Line 15556 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
15556   # report actual input values of CONFIG_FILES etc. instead of their
15557   # values after options handling.
15558   ac_log="
15559 < This file was extended by hopm $as_me TRUNK, which was
15559 > This file was extended by hopm $as_me 1.1.10, which was
15560   generated by GNU Autoconf 2.69.  Invocation command line was
15561  
15562    CONFIG_FILES    = $CONFIG_FILES
# Line 15453 | Line 15622 | _ACEOF
15622   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15623   ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15624   ac_cs_version="\\
15625 < hopm config.status TRUNK
15625 > hopm config.status 1.1.10
15626   configured by $0, generated by GNU Autoconf 2.69,
15627    with options \\"\$ac_cs_config\\"
15628  
# Line 15572 | Line 15741 | cat >>$CONFIG_STATUS <<_ACEOF || ac_writ
15741   #
15742   # INIT-COMMANDS
15743   #
15744 < AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
15744 > AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"
15745  
15746  
15747   # The HP-UX ksh and POSIX shell print the target directory to stdout
# Line 16472 | Line 16641 | $as_echo "$as_me: executing $ac_file com
16641    # Older Autoconf quotes --file arguments for eval, but not when files
16642    # are listed without --file.  Let's play safe and only enable the eval
16643    # if we detect the quoting.
16644 <  case $CONFIG_FILES in
16645 <  *\'*) eval set x "$CONFIG_FILES" ;;
16646 <  *)   set x $CONFIG_FILES ;;
16647 <  esac
16644 >  # TODO: see whether this extra hack can be removed once we start
16645 >  # requiring Autoconf 2.70 or later.
16646 >  case $CONFIG_FILES in #(
16647 >  *\'*) :
16648 >    eval set x "$CONFIG_FILES" ;; #(
16649 >  *) :
16650 >    set x $CONFIG_FILES ;; #(
16651 >  *) :
16652 >     ;;
16653 > esac
16654    shift
16655 <  for mf
16655 >  # Used to flag and report bootstrapping failures.
16656 >  am_rc=0
16657 >  for am_mf
16658    do
16659      # Strip MF so we end up with the name of the file.
16660 <    mf=`echo "$mf" | sed -e 's/:.*$//'`
16661 <    # Check whether this is an Automake generated Makefile or not.
16662 <    # We used to match only the files named 'Makefile.in', but
16663 <    # some people rename them; so instead we look at the file content.
16487 <    # Grep'ing the first line is not enough: some people post-process
16488 <    # each Makefile.in and add a new line on top of each file to say so.
16489 <    # Grep'ing the whole file is not good either: AIX grep has a line
16660 >    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
16661 >    # Check whether this is an Automake generated Makefile which includes
16662 >    # dependency-tracking related rules and includes.
16663 >    # Grep'ing the whole file directly is not great: AIX grep has a line
16664      # limit of 2048, but all sed's we know have understand at least 4000.
16665 <    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
16666 <      dirpart=`$as_dirname -- "$mf" ||
16667 < $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16668 <         X"$mf" : 'X\(//\)[^/]' \| \
16669 <         X"$mf" : 'X\(//\)$' \| \
16670 <         X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16671 < $as_echo X"$mf" |
16665 >    sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \
16666 >      || continue
16667 >    am_dirpart=`$as_dirname -- "$am_mf" ||
16668 > $as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16669 >         X"$am_mf" : 'X\(//\)[^/]' \| \
16670 >         X"$am_mf" : 'X\(//\)$' \| \
16671 >         X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
16672 > $as_echo X"$am_mf" |
16673      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16674              s//\1/
16675              q
# Line 16512 | Line 16687 | $as_echo X"$mf" |
16687              q
16688            }
16689            s/.*/./; q'`
16690 <    else
16691 <      continue
16692 <    fi
16693 <    # Extract the definition of DEPDIR, am__include, and am__quote
16694 <    # from the Makefile without running 'make'.
16695 <    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16521 <    test -z "$DEPDIR" && continue
16522 <    am__include=`sed -n 's/^am__include = //p' < "$mf"`
16523 <    test -z "$am__include" && continue
16524 <    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16525 <    # Find all dependency output files, they are included files with
16526 <    # $(DEPDIR) in their names.  We invoke sed twice because it is the
16527 <    # simplest approach to changing $(DEPDIR) to its actual value in the
16528 <    # expansion.
16529 <    for file in `sed -n "
16530 <      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16531 <         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
16532 <      # Make sure the directory exists.
16533 <      test -f "$dirpart/$file" && continue
16534 <      fdir=`$as_dirname -- "$file" ||
16535 < $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16536 <         X"$file" : 'X\(//\)[^/]' \| \
16537 <         X"$file" : 'X\(//\)$' \| \
16538 <         X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16539 < $as_echo X"$file" |
16540 <    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16541 <            s//\1/
16542 <            q
16543 <          }
16544 <          /^X\(\/\/\)[^/].*/{
16690 >    am_filepart=`$as_basename -- "$am_mf" ||
16691 > $as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \
16692 >         X"$am_mf" : 'X\(//\)$' \| \
16693 >         X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
16694 > $as_echo X/"$am_mf" |
16695 >    sed '/^.*\/\([^/][^/]*\)\/*$/{
16696              s//\1/
16697              q
16698            }
16699 <          /^X\(\/\/\)$/{
16699 >          /^X\/\(\/\/\)$/{
16700              s//\1/
16701              q
16702            }
16703 <          /^X\(\/\).*/{
16703 >          /^X\/\(\/\).*/{
16704              s//\1/
16705              q
16706            }
16707            s/.*/./; q'`
16708 <      as_dir=$dirpart/$fdir; as_fn_mkdir_p
16709 <      # echo "creating $dirpart/$file"
16710 <      echo '# dummy' > "$dirpart/$file"
16711 <    done
16708 >    { echo "$as_me:$LINENO: cd "$am_dirpart" \
16709 >      && sed -e '/# am--include-marker/d' "$am_filepart" \
16710 >        | $MAKE -f - am--depfiles" >&5
16711 >   (cd "$am_dirpart" \
16712 >      && sed -e '/# am--include-marker/d' "$am_filepart" \
16713 >        | $MAKE -f - am--depfiles) >&5 2>&5
16714 >   ac_status=$?
16715 >   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16716 >   (exit $ac_status); } || am_rc=$?
16717    done
16718 +  if test $am_rc -ne 0; then
16719 +    { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
16720 + $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16721 + as_fn_error $? "Something went wrong bootstrapping makefile fragments
16722 +    for automatic dependency tracking.  Try re-running configure with the
16723 +    '--disable-dependency-tracking' option to at least be able to build
16724 +    the package (albeit without support for automatic dependency tracking).
16725 + See \`config.log' for more details" "$LINENO" 5; }
16726 +  fi
16727 +  { am_dirpart=; unset am_dirpart;}
16728 +  { am_filepart=; unset am_filepart;}
16729 +  { am_mf=; unset am_mf;}
16730 +  { am_rc=; unset am_rc;}
16731 +  rm -f conftest-deps.mk
16732   }
16733   ;;
16734      "libtool":C)
# Line 16576 | Line 16746 | $as_echo X"$file" |
16746      cat <<_LT_EOF >> "$cfgfile"
16747   #! $SHELL
16748   # Generated automatically by $as_me ($PACKAGE) $VERSION
16579 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16749   # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16750  
16751   # Provide generalized library-building support services.

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)