repo.or.cz
/
magit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
fix name in function
[magit.git]
/
configure.ac
blob
b758315ee6d7f05206f465e4e9cc01a84daefe6a
1
AC_INIT(magit, 0.7)
2
AC_CONFIG_SRCDIR([magit.el])
3
AM_INIT_AUTOMAKE
4
5
AC_CONFIG_FILES([Makefile])
6
7
AC_OUTPUT