diff options
author | David D. Zuhn <zoo@cygnus> | 1993-02-03 02:59:27 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-02-03 02:59:27 +0000 |
commit | 4a2f0c79f555db8503d3b1e6940eab7e3eb428c6 (patch) | |
tree | 16562252bc2f0fffd26599c1afebf5aa8cfcd1ad /configure.in | |
parent | 9da75ad32ed2e8a5e8dad4ef019d7c31fe8c209e (diff) | |
download | gdb-4a2f0c79f555db8503d3b1e6940eab7e3eb428c6.zip gdb-4a2f0c79f555db8503d3b1e6940eab7e3eb428c6.tar.gz gdb-4a2f0c79f555db8503d3b1e6940eab7e3eb428c6.tar.bz2 |
added support for uudecode
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 1d5c429..12d0009 100644 --- a/configure.in +++ b/configure.in @@ -31,7 +31,7 @@ host_libs="mmalloc libiberty opcodes bfd readline glob tcl tk" host_tools="texinfo byacc flex bison binutils ld gas gcc gdb make patch send_pr gprof gdbtest tgas etc expect deja-gnu z8ksim h8300sim m4 autoconf ispell grep diff rcs cvs fileutils shellutils - textutils wdiff find emacs" + textutils wdiff find emacs uudecode" # these libraries are built for the target environment, and are built after |