summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2020-07-03 16:02:09 +0800
committerfanquake <fanquake@gmail.com>2020-07-07 13:57:35 +0800
commit28e3105072cc9b327d31fcb08f8b16f886ce6ac9 (patch)
treec2382d37842e73f60935eeca41c2f09b5706b96a /Makefile.am
parent0a537b25dd2d8479ad3ad170738064e18003ee55 (diff)
downloadlibevent-28e3105072cc9b327d31fcb08f8b16f886ce6ac9.tar.gz
build: move automake options into AM_INIT_AUTOMAKE call
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 962c14ca..b66b42c2 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.13' means that we need automake 1.13 or later (and we do).
-AUTOMAKE_OPTIONS = foreign 1.13 subdir-objects
-
ACLOCAL_AMFLAGS = -I m4
# This is the "Release" of the Libevent ABI. It takes precedence over