aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1998-11-13 20:31:12 +0000
committerTom Tromey <tromey@redhat.com>1998-11-13 20:31:12 +0000
commit61821e296a4c6dfdf3785d818339fa89b49ebcab (patch)
tree4a4fc3f38c244b0fc47c5ef87f8b82ff7c4ca8c5 /configure.in
parenteb339488fe05a5b0cc43f1ccaaaf6c73b79cf7bc (diff)
downloadgdb-61821e296a4c6dfdf3785d818339fa89b49ebcab.zip
gdb-61821e296a4c6dfdf3785d818339fa89b49ebcab.tar.gz
gdb-61821e296a4c6dfdf3785d818339fa89b49ebcab.tar.bz2
* configure.in (host_tools): Added zip.
* Makefile.in (all-target-libjava): Depend on all-zip. (all-zip): New target. (ALL_MODULES): Added all-zip. (NATIVE_CHECK_MODULES): Added check-zip. (INSTALL_MODULES): Added install-zip. (CLEAN_MODULES): Added clean-zip.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 88bb232..76368e8 100644
--- a/configure.in
+++ b/configure.in
@@ -56,7 +56,7 @@ fi
# these tools are built for the host environment
# Note, the powerpc-eabi build depends on sim occurring before gdb in order to
# know that we are building the simulator.
-host_tools="texinfo byacc flex bison binutils ld gas gcc sim gdb make patch prms send-pr gprof gdbtest tgas etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool ispell grep diff rcs cvssrc fileutils shellutils time textutils wdiff find emacs emacs19 uudecode hello tar gzip indent recode release sed utils guile perl apache inet gawk findutils snavigator libtool gettext"
+host_tools="texinfo byacc flex bison binutils ld gas gcc sim gdb make patch prms send-pr gprof gdbtest tgas etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool ispell grep diff rcs cvssrc fileutils shellutils time textutils wdiff find emacs emacs19 uudecode hello tar gzip indent recode release sed utils guile perl apache inet gawk findutils snavigator libtool gettext zip"
# start-sanitize-ide
host_tools="${host_tools} ilu vmake jstools"
# end-sanitize-ide