aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2021-11-14 12:27:26 +0000
committerSergey Poznyakoff <gray@gnu.org>2021-11-14 15:21:58 +0000
commit092a6808cdb3235c3565a86ada764bf3c3e909da (patch)
treede861cdc2e10c2c7d9a67f6dddbc820835611473 /configure.ac
parent89c1dd283afb0d8c3bc4904f9ee2af9573f73828 (diff)
downloadcache-benchmarks-master.tar.gz
cache-benchmarks-master.tar.bz2
Don't hardcode target gdbm versionsHEADmaster
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 84f1957..3d7dcb7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,11 +8,8 @@ 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)
+m4_include([bootstrap.mk])
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.