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