summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAzat Khuzhin <a3at.mail@gmail.com>2016-05-11 16:02:02 +0300
committerAzat Khuzhin <a3at.mail@gmail.com>2016-05-11 16:47:46 +0300
commit61179dec7716975a151c6dae4524ae504d05780e (patch)
tree11e54094ecbe5cddff6e933f540e3ff915e515d6 /Makefile.am
parent44d755e00e249c09914cf35089c16735df82e270 (diff)
downloadlibevent-61179dec7716975a151c6dae4524ae504d05780e.tar.gz
automake: define serial-tests only if automake have this option
P.S. I did try a lot of other ways, but seems that this is the only one that will work. Fixes: automake 1.11 Travis-CI: https://travis-ci.org/azat/libevent/jobs/129398265
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 3457f7cb..f740bf3d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,10 +4,6 @@
#
# See LICENSE for copying information.
-# 'foreign' means that we're not enforcing GNU package rules strictly.
-# '1.9' means that we need automake 1.9 or later (and we do).
-AUTOMAKE_OPTIONS = foreign 1.9 subdir-objects serial-tests
-
ACLOCAL_AMFLAGS = -I m4
# This is the "Release" of the Libevent ABI. It takes precedence over