diff options
author | Brendan Kehoe <brendan@cygnus> | 1993-03-02 01:05:24 +0000 |
---|---|---|
committer | Brendan Kehoe <brendan@cygnus> | 1993-03-02 01:05:24 +0000 |
commit | fd2aaadcc9f779cbf3154b270849bb275e9690bb (patch) | |
tree | 3f92f71fb7f45cd565abab0b6bcdc70aaae135cc /configure.in | |
parent | 0e519240873dd8b9ef93ac9c35e7ef9e8aa194b8 (diff) | |
download | gdb-fd2aaadcc9f779cbf3154b270849bb275e9690bb.zip gdb-fd2aaadcc9f779cbf3154b270849bb275e9690bb.tar.gz gdb-fd2aaadcc9f779cbf3154b270849bb275e9690bb.tar.bz2 |
undo prev change
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 b4bb354..e105aa0 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 - gnats send-pr gprof gdbtest tgas etc expect deja-gnu dejagnu - sim m4 autoconf ispell grep diff rcs cvs fileutils shellutils + 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" |