diff options
author | Mike Werner <mtw@cygnus> | 1993-02-23 22:24:47 +0000 |
---|---|---|
committer | Mike Werner <mtw@cygnus> | 1993-02-23 22:24:47 +0000 |
commit | 1dc4f59dcd08481abdd5510fce33c918a2a88507 (patch) | |
tree | 2b257d33d12b78aee1a357455efe074bf4e40801 | |
parent | c0f6093b0cec7df7d23847c5156e720eb631a308 (diff) | |
download | gdb-1dc4f59dcd08481abdd5510fce33c918a2a88507.zip gdb-1dc4f59dcd08481abdd5510fce33c918a2a88507.tar.gz gdb-1dc4f59dcd08481abdd5510fce33c918a2a88507.tar.bz2 |
* configure.in: added "dejagnu" to the hosttools list.
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 221c840..e105aa0 100644 --- a/configure.in +++ b/configure.in @@ -29,7 +29,7 @@ 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 sim + 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" |