diff options
author | Brendan Kehoe <brendan@cygnus> | 1993-06-07 18:41:17 +0000 |
---|---|---|
committer | Brendan Kehoe <brendan@cygnus> | 1993-06-07 18:41:17 +0000 |
commit | d6c8b354e1b98c3fb9d8dfbe51d3c76109355f0e (patch) | |
tree | 1645b5298cd38f54dc9f9e3216eaf72bfb65441a /configure.in | |
parent | 3756b1b9f3223a8edaebde95ef65aa966cf8b136 (diff) | |
download | gdb-d6c8b354e1b98c3fb9d8dfbe51d3c76109355f0e.zip gdb-d6c8b354e1b98c3fb9d8dfbe51d3c76109355f0e.tar.gz gdb-d6c8b354e1b98c3fb9d8dfbe51d3c76109355f0e.tar.bz2 |
* configure.in (host_tools): Add prms.
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 9a806e4..d7304dd 100644 --- a/configure.in +++ b/configure.in @@ -29,7 +29,7 @@ host_libs="mmalloc libiberty opcodes bfd readline glob tcl tk tclX" # 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 dejagnu sim + prms send-pr gprof gdbtest tgas etc expect dejagnu sim m4 autoconf ispell grep diff rcs cvs fileutils shellutils textutils wdiff find emacs uudecode hello tar gzip indent recode release" |