diff --git a/src/c/vendor/configure/Makefile.in b/src/c/vendor/configure/Makefile.in index 628d7c54..94ea19d9 100644 --- a/src/c/vendor/configure/Makefile.in +++ b/src/c/vendor/configure/Makefile.in @@ -1270,6 +1270,7 @@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ @@ -1500,7 +1501,7 @@ all: all-am .SUFFIXES: .c .lo .o .obj am--refresh: Makefile @: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ @@ -1526,9 +1527,9 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) $(am__cd) $(srcdir) && $(AUTOCONF) -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) $(am__aclocal_m4_deps): libuv.pc: $(top_builddir)/config.status $(srcdir)/libuv.pc.in diff --git a/src/c/vendor/configure/commit-hash b/src/c/vendor/configure/commit-hash index 21a6f7ad..38d66713 100644 --- a/src/c/vendor/configure/commit-hash +++ b/src/c/vendor/configure/commit-hash @@ -1 +1 @@ -96e05543f53b19d9642b4b0dd73b86ad3cea313e +f0bb7e40f0508bedf6fad33769b3f87bb8aedfa6 diff --git a/src/c/vendor/configure/configure b/src/c/vendor/configure/configure index 529d002c..5c44ac37 100755 --- a/src/c/vendor/configure/configure +++ b/src/c/vendor/configure/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for libuv 1.45.0. +# Generated by GNU Autoconf 2.71 for libuv 1.46.0. # # Report bugs to . # @@ -618,8 +618,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='libuv' PACKAGE_TARNAME='libuv' -PACKAGE_VERSION='1.45.0' -PACKAGE_STRING='libuv 1.45.0' +PACKAGE_VERSION='1.46.0' +PACKAGE_STRING='libuv 1.46.0' PACKAGE_BUGREPORT='https://github.com/libuv/libuv/issues' PACKAGE_URL='' @@ -743,6 +743,9 @@ build_os build_vendor build_cpu build +MAINT +MAINTAINER_MODE_FALSE +MAINTAINER_MODE_TRUE AM_BACKSLASH AM_DEFAULT_VERBOSITY AM_DEFAULT_V @@ -817,6 +820,7 @@ ac_subst_files='' ac_user_opts=' enable_option_checking enable_silent_rules +enable_maintainer_mode enable_shared enable_static enable_dependency_tracking @@ -1386,7 +1390,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 libuv 1.45.0 to adapt to many kinds of systems. +\`configure' configures libuv 1.46.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1457,7 +1461,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libuv 1.45.0:";; + short | recursive ) echo "Configuration of libuv 1.46.0:";; esac cat <<\_ACEOF @@ -1467,6 +1471,9 @@ Optional Features: --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --enable-silent-rules less verbose build output (undo: "make V=1") --disable-silent-rules verbose build output (undo: "make V=0") + --disable-maintainer-mode + disable make rules and dependencies not useful (and + sometimes confusing) to the casual installer --enable-shared[=PKGS] build shared libraries [default=yes] --enable-static[=PKGS] build static libraries [default=yes] --enable-dependency-tracking @@ -1569,7 +1576,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libuv configure 1.45.0 +libuv configure 1.46.0 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -1825,7 +1832,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 libuv $as_me 1.45.0, which was +It was created by libuv $as_me 1.46.0, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -3162,7 +3169,7 @@ fi # Define the identity of the package. PACKAGE='libuv' - VERSION='1.45.0' + VERSION='1.46.0' printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h @@ -3266,6 +3273,30 @@ END fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 +printf %s "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } + # Check whether --enable-maintainer-mode was given. +if test ${enable_maintainer_mode+y} +then : + enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval +else $as_nop + USE_MAINTAINER_MODE=yes +fi + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5 +printf "%s\n" "$USE_MAINTAINER_MODE" >&6; } + if test $USE_MAINTAINER_MODE = yes; then + MAINTAINER_MODE_TRUE= + MAINTAINER_MODE_FALSE='#' +else + MAINTAINER_MODE_TRUE='#' + MAINTAINER_MODE_FALSE= +fi + + MAINT=$MAINTAINER_MODE_TRUE + + # pass --disable-maintainer-mode if autotools may be unavailable + # Make sure we can run config.sub. $SHELL "${ac_aux_dir}config.sub" sun4 >/dev/null 2>&1 || @@ -15247,6 +15278,10 @@ else am__EXEEXT_FALSE= fi +if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then + as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then as_fn_error $? "conditional \"AMDEP\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 @@ -15706,7 +15741,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 libuv $as_me 1.45.0, which was +This file was extended by libuv $as_me 1.46.0, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15769,7 +15804,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="\\ -libuv config.status 1.45.0 +libuv config.status 1.46.0 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff --git a/src/c/vendor/libuv b/src/c/vendor/libuv index 96e05543..f0bb7e40 160000 --- a/src/c/vendor/libuv +++ b/src/c/vendor/libuv @@ -1 +1 @@ -Subproject commit 96e05543f53b19d9642b4b0dd73b86ad3cea313e +Subproject commit f0bb7e40f0508bedf6fad33769b3f87bb8aedfa6 diff --git a/test/version.ml b/test/version.ml index 956cf6d9..fde18659 100644 --- a/test/version.ml +++ b/test/version.ml @@ -9,7 +9,7 @@ let tests = [ Alcotest.(check int) "number" 1 Luv.Version.major); "minor", `Quick, (fun () -> - Alcotest.(check int) "number" 45 Luv.Version.minor); + Alcotest.(check int) "number" 46 Luv.Version.minor); "patch", `Quick, (fun () -> Alcotest.(check int) "number" 0 Luv.Version.patch); @@ -21,12 +21,12 @@ let tests = [ Alcotest.(check string) "suffix" "" Luv.Version.suffix); "hex", `Quick, (fun () -> - Alcotest.(check int) "number" 0x012D00 Luv.Version.hex); + Alcotest.(check int) "number" 0x012E00 Luv.Version.hex); "version", `Quick, (fun () -> - Alcotest.(check int) "number" 0x012D00 (Luv.Version.version ())); + Alcotest.(check int) "number" 0x012E00 (Luv.Version.version ())); "string", `Quick, (fun () -> - Alcotest.(check string) "value" "1.45.0" (Luv.Version.string ())); + Alcotest.(check string) "value" "1.46.0" (Luv.Version.string ())); ] ]