]> granicus.if.org Git - libevent/commitdiff
Give a better warning for bad automake versions.
authorNick Mathewson <nickm@torproject.org>
Fri, 12 Mar 2010 19:37:54 +0000 (14:37 -0500)
committerNick Mathewson <nickm@torproject.org>
Fri, 12 Mar 2010 19:37:54 +0000 (14:37 -0500)
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."

Makefile.am

index c2732d0aff2476a158511b35d42afbbf9b6f66f6..b9791304e4a58d799df1554866b8f41c9752521a 100644 (file)
@@ -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