diff options
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 46 | 
1 files changed, 36 insertions, 10 deletions
| @@ -1,6 +1,6 @@  #! /bin/sh  # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for libHX 4.19. +# Generated by GNU Autoconf 2.71 for libHX 4.23.  #  #  # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, @@ -618,8 +618,8 @@ MAKEFLAGS=  # Identity of this package.  PACKAGE_NAME='libHX'  PACKAGE_TARNAME='libhx' -PACKAGE_VERSION='4.19' -PACKAGE_STRING='libHX 4.19' +PACKAGE_VERSION='4.23' +PACKAGE_STRING='libHX 4.23'  PACKAGE_BUGREPORT=''  PACKAGE_URL='' @@ -668,6 +668,8 @@ librt_LIBS  libdl_LIBS  HAVE_DLFCN_H_FALSE  HAVE_DLFCN_H_TRUE +WITH_SUN_LD_FALSE +WITH_SUN_LD_TRUE  WITH_GNU_LD_FALSE  WITH_GNU_LD_TRUE  pkgconfigdir @@ -1375,7 +1377,7 @@ if test "$ac_init_help" = "long"; then    # Omit some internal or obsolete options to make the list less imposing.    # This message is too long to be a string in the A/UX 3.1 sh.    cat <<_ACEOF -\`configure' configures libHX 4.19 to adapt to many kinds of systems. +\`configure' configures libHX 4.23 to adapt to many kinds of systems.  Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1446,7 +1448,7 @@ fi  if test -n "$ac_init_help"; then    case $ac_init_help in -     short | recursive ) echo "Configuration of libHX 4.19:";; +     short | recursive ) echo "Configuration of libHX 4.23:";;     esac    cat <<\_ACEOF @@ -1561,7 +1563,7 @@ fi  test -n "$ac_init_help" && exit $ac_status  if $ac_init_version; then    cat <<\_ACEOF -libHX configure 4.19 +libHX configure 4.23  generated by GNU Autoconf 2.71  Copyright (C) 2021 Free Software Foundation, Inc. @@ -2195,7 +2197,7 @@ cat >config.log <<_ACEOF  This file contains any messages produced by compilers while  running configure, to aid debugging if configure makes a mistake. -It was created by libHX $as_me 4.19, which was +It was created by libHX $as_me 4.23, which was  generated by GNU Autoconf 2.71.  Invocation command line was    $ $0$ac_configure_args_raw @@ -3684,7 +3686,7 @@ fi  # Define the identity of the package.   PACKAGE='libhx' - VERSION='4.19' + VERSION='4.23'  printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h @@ -17579,6 +17581,20 @@ else    WITH_GNU_LD_FALSE=  fi +if test -n "$LD" && $LD -z help >/dev/null 2>/dev/null +then : +  with_sun_ld=yes +else $as_nop +  with_sun_ld=no +fi + if test "$with_sun_ld" = yes; then +  WITH_SUN_LD_TRUE= +  WITH_SUN_LD_FALSE='#' +else +  WITH_SUN_LD_TRUE='#' +  WITH_SUN_LD_FALSE= +fi +  LIBS_system="$LIBS"  ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default" @@ -18151,6 +18167,12 @@ printf "%s\n" "#define HAVE_STRUCT_STAT_ST_OTIME 1" >>confdefs.h  fi +ac_fn_c_check_func "$LINENO" "copy_file_range" "ac_cv_func_copy_file_range" +if test "x$ac_cv_func_copy_file_range" = xyes +then : +  printf "%s\n" "#define HAVE_COPY_FILE_RANGE 1" >>confdefs.h + +fi  ac_fn_c_check_func "$LINENO" "fork" "ac_cv_func_fork"  if test "x$ac_cv_func_fork" = xyes  then : @@ -18375,6 +18397,10 @@ if test -z "${WITH_GNU_LD_TRUE}" && test -z "${WITH_GNU_LD_FALSE}"; then    as_fn_error $? "conditional \"WITH_GNU_LD\" was never defined.  Usually this means the macro was only invoked conditionally." "$LINENO" 5  fi +if test -z "${WITH_SUN_LD_TRUE}" && test -z "${WITH_SUN_LD_FALSE}"; then +  as_fn_error $? "conditional \"WITH_SUN_LD\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi  if test -z "${HAVE_DLFCN_H_TRUE}" && test -z "${HAVE_DLFCN_H_FALSE}"; then    as_fn_error $? "conditional \"HAVE_DLFCN_H\" was never defined.  Usually this means the macro was only invoked conditionally." "$LINENO" 5 @@ -18769,7 +18795,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1  # report actual input values of CONFIG_FILES etc. instead of their  # values after options handling.  ac_log=" -This file was extended by libHX $as_me 4.19, which was +This file was extended by libHX $as_me 4.23, which was  generated by GNU Autoconf 2.71.  Invocation command line was    CONFIG_FILES    = $CONFIG_FILES @@ -18837,7 +18863,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1  ac_cs_config='$ac_cs_config_escaped'  ac_cs_version="\\ -libHX config.status 4.19 +libHX config.status 4.23  configured by $0, generated by GNU Autoconf 2.71,    with options \\"\$ac_cs_config\\" | 
