mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-09 12:28:19 -04:00
Give a better warning for bad automake versions.
If you tried to build with automake-1.6 or earlier, we would previously spit out pages and pages of garbage output. Now, automake should just say "Hey, I'm not new enough for this."
This commit is contained in:
parent
0794b0d29c
commit
77c917ded0
@ -1,4 +1,7 @@
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
# 'foreign' means that we're not enforcing GNU package rules strictly.
|
||||
# '1.7' means that we need automake 1.7 or later (and we do).
|
||||
AUTOMAKE_OPTIONS = foreign 1.7
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
# This is the version info for the libevent binary API. It has three
|
||||
|
Loading…
x
Reference in New Issue
Block a user