diff options
author | John Gilmore <gnu@cygnus> | 1992-01-03 06:58:37 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-01-03 06:58:37 +0000 |
commit | cbe2c166aa7a434e73c97f336b4ee2a10ed12717 (patch) | |
tree | fbfe07ae439724d785154125b419208ba25b2634 /configure.in | |
parent | 1a4d253ce71b22ffcc671d5d7c2edb27f9714ff8 (diff) | |
download | gdb-cbe2c166aa7a434e73c97f336b4ee2a10ed12717.zip gdb-cbe2c166aa7a434e73c97f336b4ee2a10ed12717.tar.gz gdb-cbe2c166aa7a434e73c97f336b4ee2a10ed12717.tar.bz2 |
* configure.in: Add libg++.
* configure: When verbose, don't output the command line at each
level; it will be unremarkably the same as the previous version,
which will be the same as what the user typed.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 81c97e8..d8ac7b5 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="libiberty texinfo bfd binutils byacc bison gcc readline glob flex ld gas gnulib clib gdb emacs ispell make grep diff rcs gdbm cvs prms fileutils" +configdirs="libiberty texinfo bfd binutils byacc bison gcc readline glob flex ld gas gnulib clib gdb emacs ispell make grep diff rcs gdbm cvs prms fileutils libg++" srctrigger=cfg-paper.texi srcname="gnu development package" |