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

AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([src/git-amb.1])
AC_OUTPUT