summaryrefslogblamecommitdiffstats
path: root/emacs.d/lisp/magit/configure.ac
blob: da592b95e56ed1d7c809abf5a389e1ac9802500a (plain) (tree)
1
2
3
4
5
6
7
8







                               
AC_INIT(magit, 0.8)
AC_CONFIG_SRCDIR([magit.el])
AM_INIT_AUTOMAKE

AC_CONFIG_FILES([Makefile 
	         magit-pkg.el])

AC_OUTPUT