summaryrefslogtreecommitdiff
path: root/deps/uv/configure.ac
diff options
context:
space:
mode:
authorFedor Indutny <fedor@indutny.com>2014-05-01 20:26:26 +0400
committerFedor Indutny <fedor@indutny.com>2014-05-01 20:26:26 +0400
commit3d3d48d4b78d48e9b002660fc045ba8bb4a96af2 (patch)
treebaa5b65b11b455bb6fa4fbeef1e7e1f1ca9f889e /deps/uv/configure.ac
parentd0fc5538d1ac769885c7e449b0d1f6759a7d4230 (diff)
downloadandroid-node-v8-3d3d48d4b78d48e9b002660fc045ba8bb4a96af2.tar.gz
android-node-v8-3d3d48d4b78d48e9b002660fc045ba8bb4a96af2.tar.bz2
android-node-v8-3d3d48d4b78d48e9b002660fc045ba8bb4a96af2.zip
deps: update uv to v0.11.25
Diffstat (limited to 'deps/uv/configure.ac')
-rw-r--r--deps/uv/configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/deps/uv/configure.ac b/deps/uv/configure.ac
index 127e0b9712..078c717eb7 100644
--- a/deps/uv/configure.ac
+++ b/deps/uv/configure.ac
@@ -13,9 +13,10 @@
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
AC_PREREQ(2.57)
-AC_INIT([libuv], [0.11.23], [https://github.com/joyent/libuv/issues])
+AC_INIT([libuv], [0.11.25], [https://github.com/joyent/libuv/issues])
AC_CONFIG_MACRO_DIR([m4])
m4_include([m4/libuv-extra-automake-flags.m4])
+m4_include([m4/as_case.m4])
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects] UV_EXTRA_AUTOMAKE_FLAGS)
AC_CANONICAL_HOST
AC_ENABLE_SHARED