diff options
author | Brendan Kehoe <brendan@cygnus> | 1993-02-20 04:22:04 +0000 |
---|---|---|
committer | Brendan Kehoe <brendan@cygnus> | 1993-02-20 04:22:04 +0000 |
commit | 98941fab9f3bf0d65827daa3a3ccfb726cf73e15 (patch) | |
tree | 1380f20289ccb41cfa89eed0dcfc8e9738738309 /configure.in | |
parent | 81246025faf4761fb3a1f75d17de63479539a3f8 (diff) | |
download | gdb-98941fab9f3bf0d65827daa3a3ccfb726cf73e15.zip gdb-98941fab9f3bf0d65827daa3a3ccfb726cf73e15.tar.gz gdb-98941fab9f3bf0d65827daa3a3ccfb726cf73e15.tar.bz2 |
* Makefile.in: Change send_pr to send-pr.
* configure.in: Likewise.
* send_pr: Renamed directory to send-pr.
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 25113a3..ac088a1 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 sim m4 autoconf ispell grep diff rcs cvs fileutils shellutils textutils wdiff find emacs uudecode hello tar gzip indent recode" |