projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e31714e
)
9.2.1: doc/user-manual: Fix gdbm plugin instructions.
author
Matt Birkholz
<puck@birchwood-abbey.net>
Thu, 26 Nov 2015 04:59:58 +0000
(21:59 -0700)
committer
Matt Birkholz
<puck@birchwood-abbey.net>
Thu, 26 Nov 2015 04:59:58 +0000
(21:59 -0700)
There is no configure script for the gdbm plugin.
doc/user-manual/user.texinfo
patch
|
blob
|
history
diff --git
a/doc/user-manual/user.texinfo
b/doc/user-manual/user.texinfo
index 8190913c5b78ae37dc311b5cc81aaf68e528152c..25ddc78f65142215c721653d92950b30cb301479 100644
(file)
--- a/
doc/user-manual/user.texinfo
+++ b/
doc/user-manual/user.texinfo
@@
-227,7
+227,7
@@
installed in the customary way. To install the @code{GDBM2} and
@code{MHASH} options:
@smallexample
-(cd gdbm &&
./configure &&
make && make install)
+(cd gdbm && make && make install)
(cd mhash && ./configure && make && make install)
@end smallexample