aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-10-07 21:17:16 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2012-10-07 21:20:00 +0300
commit3f1639c2112f8242a542ca0a1b959f657d012cc9 (patch)
tree6951514621c1ac6cde192dbed7cdf736fb6bc39a /README
parent1fbcbdb432e945aa3f63be5b9170e94a0c9ef6c3 (diff)
downloadeclat-3f1639c2112f8242a542ca0a1b959f657d012cc9.tar.gz
eclat-3f1639c2112f8242a542ca0a1b959f657d012cc9.tar.bz2
Implement GDBM map backend.
* README: Document --with-gdbm * configure.ac: Detect libgdbm. New option --with-gdbm. * lib/gdbmmap.c * lib/Makefile.am (maps) [COND_GDBM]: Add new file. * lib/libeclat.h (eclat_map_drv_gdbm): New extern. * src/Makefile.am (LDADD): Add MAPLIBS. * src/eclat.c (mail) [WITH_GDBM]: Register eclat_map_drv_gdbm.
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 10 insertions, 1 deletions
diff --git a/README b/README
index 01696a8..c1cd00d 100644
--- a/README
+++ b/README
@@ -41,7 +41,7 @@ To compile, run the usual encantation:
For information about the configure script and its generic options, refer to
the file INSTALL included in the distribution.
-The following option is specific to this package:
+The following options are specific to this package:
--enable-split-format
@@ -50,6 +50,15 @@ The following option is specific to this package:
instructions for each command supported by eclat. Use this option if
you wish to use separate files instead.
+ --with-gdbm
+ --without-gdbm
+
+ Build (don't build) GDBM translation map. By default it is built
+ if GNU DBM library and header file are present on the system.
+ Specifying --without-gdbm instructs configure not to build GDBM
+ translation map. The --with-gdbm option forces configure to abort
+ if GDBM is not present.
+
** Shell completion
To facilitate the use of the tool, the package includes a Bash script

Return to:

Send suggestions and report system problems to the System administrator.