diff options
author | Brendan Kehoe <brendan@cygnus> | 1993-03-02 00:44:39 +0000 |
---|---|---|
committer | Brendan Kehoe <brendan@cygnus> | 1993-03-02 00:44:39 +0000 |
commit | 0e519240873dd8b9ef93ac9c35e7ef9e8aa194b8 (patch) | |
tree | b8a8af9874c823656f94bb2fe26b11abfac425d8 /configure.in | |
parent | b4d4c33d9489132fbe22692419353b53a2db36bd (diff) | |
download | gdb-0e519240873dd8b9ef93ac9c35e7ef9e8aa194b8.zip gdb-0e519240873dd8b9ef93ac9c35e7ef9e8aa194b8.tar.gz gdb-0e519240873dd8b9ef93ac9c35e7ef9e8aa194b8.tar.bz2 |
* Makefile.in (all-prms, install-prms): Changed to gnats.
* configure.in (host_tools): Changed prms to gnats.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index e105aa0..b4bb354 100644 --- a/configure.in +++ b/configure.in @@ -29,8 +29,8 @@ host_libs="mmalloc libiberty opcodes bfd readline glob tcl tk" # these tools are built for the host environment # host_tools="texinfo byacc flex bison binutils ld gas gcc gdb make patch - send-pr gprof gdbtest tgas etc expect deja-gnu dejagnu sim - m4 autoconf ispell grep diff rcs cvs fileutils shellutils + gnats send-pr gprof gdbtest tgas etc expect deja-gnu dejagnu + sim m4 autoconf ispell grep diff rcs cvs fileutils shellutils textutils wdiff find emacs uudecode hello tar gzip indent recode" |