diff options
author | K. Richard Pixley <rich@cygnus> | 1992-04-09 06:08:50 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1992-04-09 06:08:50 +0000 |
commit | 0ee8612968ae4ba955840854b578ba672e6881f1 (patch) | |
tree | fd6b518a92bad0777083398a5d62b2d0f987eadd | |
parent | 74e2ef2631388cd586ff36e9a62f565167b92ad1 (diff) | |
download | gdb-0ee8612968ae4ba955840854b578ba672e6881f1.zip gdb-0ee8612968ae4ba955840854b578ba672e6881f1.tar.gz gdb-0ee8612968ae4ba955840854b578ba672e6881f1.tar.bz2 |
remove references to gdbm
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 95b7d21..d89ba7b 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ # script appropriate for this directory. For more information, check # any existing configure script. -configdirs="mmalloc libiberty texinfo bfd binutils byacc bison gcc readline glob ld gas gdb emacs ispell make grep diff rcs gdbm cvs patch send_pr libg++ newlib gprof" +configdirs="mmalloc libiberty texinfo bfd binutils byacc bison gcc readline glob ld gas gdb emacs ispell make grep diff rcs cvs patch send_pr libg++ newlib gprof" srctrigger=cfg-paper.texi srcname="gnu development package" |