Skip to content

Commit

Permalink
Depend on specific version of automake.
Browse files Browse the repository at this point in the history
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 <bwalton@artsci.utoronto.ca>
  • Loading branch information
Ben Walton authored and philjackson committed Mar 24, 2010
1 parent 6d71fb5 commit 7bf25f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.]),
Expand Down

0 comments on commit 7bf25f3

Please sign in to comment.