slackbuilds/configure.ac

8 lines
106 B
Text
Raw Normal View History

2008-10-16 22:23:42 +03:00
AC_INIT(magit, 0.7)
2008-08-13 06:47:09 +03:00
AC_CONFIG_SRCDIR([magit.el])
2008-08-13 06:20:36 +03:00
AM_INIT_AUTOMAKE
AC_CONFIG_FILES([Makefile])
AC_OUTPUT