aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-05-24 17:46:07 +0300
committerSergey Poznyakoff <gray@gnu.org>2018-05-24 18:16:01 +0300
commit8d2f483b28f8418703982658b3e7dda7a96ad335 (patch)
tree731e5d6103090f835dd7602395f44fd2154c7d6b /README
parentb001c227fdf02e3ed1e87161cbc1dec4a1184203 (diff)
downloadgdbm-8d2f483b28f8418703982658b3e7dda7a96ad335.tar.gz
gdbm-8d2f483b28f8418703982658b3e7dda7a96ad335.tar.bz2
Various fixes
* src/input-std.c: Bugfix * doc/gdbm.texi: Document changes. * README: Update. * configure.ac: New option --enable-gdbmtool-debug. * src/Makefile.am: Conditionally augment AM_YFLAGS and AM_LFLAGS with options that enable debugging. * src/gdbmtool.c: Conditionally enable --lex-trace and --gram-trace options. * src/gram.y: Likewise. * src/lex.l: Likewise. * tests/Makefile.am: Remove architecure-dependent tests. * tests/testsuite.at: Likewise.
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index 4481b51..774ca00 100644
--- a/README
+++ b/README
@@ -46,6 +46,15 @@ to install them elsewhere, define the variable COMPATINCLUDEDIR, e.g.
Don't compile GNU Readline support. By default, configure enables
line-editing support if GNU Readline is available on the system.
+** --enable-gdbmtool-debug
+
+This option instruments gdbmtool for additional debugging. Configured
+with this option, gdbmtool accepts two additional arguments:
+--lex-trace, which enables tracing the operation of the lexical
+analyzer, and --gram-trace, which enables parser tracing output.
+
+Note, that this additional instrumentation requires bison and flex.
+
* Installation
make install

Return to:

Send suggestions and report system problems to the System administrator.