summaryrefslogtreecommitdiffstats
path: root/configure.ac
blob: c951e607c4a689b86e156affc8472c075b3d515b (plain)
1
2
3
4
5
6
7
8
9
10
11
AC_PREREQ(2.61)
AC_INIT([ndims git utilities],
	[0.0.0],
	[hun@n-dimensional.de],
	[ndim-git-utils])
AC_CONFIG_SRCDIR([src/git-amb.1])
AC_CONFIG_AUX_DIR([auto-aux])
AM_INIT_AUTOMAKE([-Wall foreign 1.10 dist-bzip2])

AC_CONFIG_FILES([Makefile])
AC_OUTPUT