Makefile.am uses $builddir, which isn't available in older (<= 1.9)
versions of automake.  Declare this requirement explictly in
configure.acy.

Signed-off-by: Ben Walton <[email protected]>
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index bc49026..8ca6e5f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_INIT(magit, 0.8)
 AC_CONFIG_SRCDIR([magit.el])
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([1.10])
 
 AC_ARG_WITH([site-start],
        AS_HELP_STRING([--with-site-start], [Provide the emacs site-start 
directory.  The default is $(sysconfdir)/emacs/site-start.el.]),
-- 
1.7.0

Reply via email to