aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
blob: 84f1957f3aa464f544500074dd9d77c8d4243522 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
AC_PREREQ([2.69])
AC_INIT([cache-benchmarks],[0.1],[gray@gnu.org],
        [cache-benchmarks],
	[https://puszcza.gnu.org.ua/projects/gdbm])
AC_CONFIG_SRCDIR([src/fetchkeys.c])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([-Wall -Werror 1.11.5 foreign tar-ustar silent-rules])

# Checks for programs.
AC_PROG_CC

AC_CONFIG_SUBDIRS(gdbm/master gdbm/newcache)
AC_CONFIG_FILES([Makefile
                 src/Makefile
                 src/master/Makefile
		 src/newcache/Makefile
		 src/benchmark.mk])
AC_OUTPUT

Return to:

Send suggestions and report system problems to the System administrator.