summaryrefslogtreecommitdiff
path: root/deps/uv/configure.ac
diff options
context:
space:
mode:
authorTimothy J Fontaine <tjfontaine@gmail.com>2013-08-06 14:35:33 -0700
committerTimothy J Fontaine <tjfontaine@gmail.com>2013-08-06 14:35:33 -0700
commitfa8efa98de86ab2f069e055cc20d3d819a3c7f29 (patch)
tree1c58f6d9a3b24283d2f94bfdccbd575255a903b9 /deps/uv/configure.ac
parent166c405b33320a0d6aceca6dc356fc26dc8a1da1 (diff)
downloadandroid-node-v8-fa8efa98de86ab2f069e055cc20d3d819a3c7f29.tar.gz
android-node-v8-fa8efa98de86ab2f069e055cc20d3d819a3c7f29.tar.bz2
android-node-v8-fa8efa98de86ab2f069e055cc20d3d819a3c7f29.zip
uv: Upgrade to v0.11.7
Diffstat (limited to 'deps/uv/configure.ac')
-rw-r--r--deps/uv/configure.ac6
1 files changed, 5 insertions, 1 deletions
diff --git a/deps/uv/configure.ac b/deps/uv/configure.ac
index 982ddfdae1..f50e63536b 100644
--- a/deps/uv/configure.ac
+++ b/deps/uv/configure.ac
@@ -14,7 +14,11 @@
AC_PREREQ(2.57)
AC_INIT([libuv], [0.11.5], [https://github.com/joyent/libuv/issues])
-AM_INIT_AUTOMAKE([foreign subdir-objects -Wall -Werror])
+# Use AM_SILENT_RULES as an ad-hoc version check to find out if it's safe
+# to use the serial-tests directive. Both were added in automake v0.11.
+AM_INIT_AUTOMAKE(m4_ifdef([AM_SILENT_RULES],
+ [-Wall -Werror foreign subdir-objects serial-tests],
+ [-Wall -Werror foreign subdir-objects]))
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_HOST
AC_ENABLE_SHARED