9.2.1: doc/user-manual: Fix gdbm plugin instructions.
authorMatt Birkholz <puck@birchwood-abbey.net>
Thu, 26 Nov 2015 04:59:58 +0000 (21:59 -0700)
committerMatt 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

index 8190913c5b78ae37dc311b5cc81aaf68e528152c..25ddc78f65142215c721653d92950b30cb301479 100644 (file)
@@ -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